# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_create_thinp_then_remove.yml *********************************** 1 plays in /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml PLAY [Test create thin pool and remove] **************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml:2 Sunday 21 July 2024 01:25:54 +0000 (0:00:00.014) 0:00:00.014 *********** ok: [sut] META: ran handlers TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml:18 Sunday 21 July 2024 01:25:55 +0000 (0:00:00.725) 0:00:00.739 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 21 July 2024 01:25:55 +0000 (0:00:00.016) 0:00:00.756 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 21 July 2024 01:25:55 +0000 (0:00:00.024) 0:00:00.780 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 21 July 2024 01:25:55 +0000 (0:00:00.019) 0:00:00.800 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 21 July 2024 01:25:55 +0000 (0:00:00.034) 0:00:00.835 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 21 July 2024 01:25:55 +0000 (0:00:00.236) 0:00:01.071 *********** ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 21 July 2024 01:25:55 +0000 (0:00:00.021) 0:00:01.093 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 21 July 2024 01:25:55 +0000 (0:00:00.010) 0:00:01.104 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 21 July 2024 01:25:55 +0000 (0:00:00.009) 0:00:01.114 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 21 July 2024 01:25:56 +0000 (0:00:00.062) 0:00:01.176 *********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libblockdev-mpath-2.28-10.el9.x86_64", "Installed: python3-into-dbus-python-0.8.2-1.el9.noarch", "Installed: cryptsetup-2.7.2-1.el9.x86_64", "Installed: jose-14-1.el9.x86_64", "Installed: mdadm-4.3-2.el9.x86_64", "Installed: libblockdev-nvdimm-2.28-10.el9.x86_64", "Installed: device-mapper-multipath-0.8.7-29.el9.x86_64", "Installed: libaio-0.3.111-13.el9.x86_64", "Installed: python3-blivet-1:3.6.0-15.el9.noarch", "Installed: device-mapper-multipath-libs-0.8.7-29.el9.x86_64", "Installed: python3-blockdev-2.28-10.el9.x86_64", "Installed: device-mapper-persistent-data-1.0.9-2.el9.x86_64", "Installed: volume_key-libs-0.3.12-15.el9.x86_64", "Installed: python3-justbases-0.15.2-1.el9.noarch", "Installed: libblockdev-part-2.28-10.el9.x86_64", "Installed: python3-justbytes-0.15.2-1.el9.noarch", "Installed: libjose-14-1.el9.x86_64", "Installed: python3-bytesize-2.5-3.el9.x86_64", "Installed: libblockdev-2.28-10.el9.x86_64", "Installed: libblockdev-swap-2.28-10.el9.x86_64", "Installed: python3-packaging-20.9-5.el9.noarch", "Installed: ndctl-71.1-8.el9.x86_64", "Installed: libblockdev-crypto-2.28-10.el9.x86_64", "Installed: ndctl-libs-71.1-8.el9.x86_64", "Installed: clevis-20-200.el9.x86_64", "Installed: libblockdev-dm-2.28-10.el9.x86_64", "Installed: kmod-kvdo-8.2.4.10-135.el9.x86_64", "Installed: libblockdev-utils-2.28-10.el9.x86_64", "Installed: vdo-8.2.2.2-1.el9.x86_64", "Installed: clevis-luks-20-200.el9.x86_64", "Installed: libblockdev-fs-2.28-10.el9.x86_64", "Installed: python3-dbus-client-gen-0.5.1-1.el9.noarch", "Installed: python3-dbus-python-client-gen-0.8.3-1.el9.noarch", "Installed: stratis-cli-3.6.0-1.el9.noarch", "Installed: python3-dbus-signature-pyparsing-0.4.1-1.el9.noarch", "Installed: blivet-data-1:3.6.0-15.el9.noarch", "Installed: stratisd-3.6.7-1.el9.x86_64", "Installed: libblockdev-kbd-2.28-10.el9.x86_64", "Installed: daxctl-libs-71.1-8.el9.x86_64", "Installed: libbytesize-2.5-3.el9.x86_64", "Installed: lsof-4.94.0-3.el9.x86_64", "Installed: python3-psutil-5.8.0-12.el9.x86_64", "Installed: libluksmeta-9-12.el9.x86_64", "Installed: libblockdev-loop-2.28-10.el9.x86_64", "Installed: python3-wcwidth-0.2.5-8.el9.noarch", "Installed: luksmeta-9-12.el9.x86_64", "Installed: lvm2-9:2.03.23-2.el9.x86_64", "Installed: libblockdev-lvm-2.28-10.el9.x86_64", "Installed: python3-pyparted-1:3.12.0-1.el9.x86_64", "Installed: lvm2-libs-9:2.03.23-2.el9.x86_64", "Installed: device-mapper-event-9:1.02.197-2.el9.x86_64", "Installed: tpm2-tools-5.2-3.el9.x86_64", "Installed: libblockdev-mdraid-2.28-10.el9.x86_64", "Installed: device-mapper-event-libs-9:1.02.197-2.el9.x86_64" ] } lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 21 July 2024 01:26:38 +0000 (0:00:41.984) 0:00:43.160 *********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 21 July 2024 01:26:38 +0000 (0:00:00.019) 0:00:43.180 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 21 July 2024 01:26:38 +0000 (0:00:00.025) 0:00:43.205 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 21 July 2024 01:26:38 +0000 (0:00:00.523) 0:00:43.728 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 21 July 2024 01:26:38 +0000 (0:00:00.034) 0:00:43.763 *********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 21 July 2024 01:26:38 +0000 (0:00:00.009) 0:00:43.773 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 21 July 2024 01:26:38 +0000 (0:00:00.010) 0:00:43.783 *********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 21 July 2024 01:26:38 +0000 (0:00:00.009) 0:00:43.792 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 21 July 2024 01:26:39 +0000 (0:00:00.865) 0:00:44.657 *********** 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" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.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" }, "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" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "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-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "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": "unknown" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 21 July 2024 01:26:41 +0000 (0:00:01.540) 0:00:46.198 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 21 July 2024 01:26:41 +0000 (0:00:00.019) 0:00:46.217 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 21 July 2024 01:26:41 +0000 (0:00:00.011) 0:00:46.229 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 21 July 2024 01:26:41 +0000 (0:00:00.319) 0:00:46.549 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 21 July 2024 01:26:41 +0000 (0:00:00.012) 0:00:46.562 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 21 July 2024 01:26:41 +0000 (0:00:00.011) 0:00:46.573 *********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 21 July 2024 01:26:41 +0000 (0:00:00.013) 0:00:46.587 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 21 July 2024 01:26:41 +0000 (0:00:00.013) 0:00:46.600 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 21 July 2024 01:26:41 +0000 (0:00:00.013) 0:00:46.614 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 21 July 2024 01:26:41 +0000 (0:00:00.029) 0:00:46.644 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 21 July 2024 01:26:41 +0000 (0:00:00.012) 0:00:46.656 *********** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 21 July 2024 01:26:41 +0000 (0:00:00.010) 0:00:46.667 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 21 July 2024 01:26:41 +0000 (0:00:00.010) 0:00:46.678 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 21 July 2024 01:26:41 +0000 (0:00:00.011) 0:00:46.689 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721525017.9620125, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1721305719.999782, "dev": 51713, "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": 1721305454.519782, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2533754435", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 21 July 2024 01:26:41 +0000 (0:00:00.174) 0:00:46.864 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 21 July 2024 01:26:41 +0000 (0:00:00.011) 0:00:46.875 *********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml:22 Sunday 21 July 2024 01:26:42 +0000 (0:00:00.647) 0:00:47.522 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/get_unused_disk.yml:2 Sunday 21 July 2024 01:26:42 +0000 (0:00:00.017) 0:00:47.539 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux-core TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/get_unused_disk.yml:16 Sunday 21 July 2024 01:26:43 +0000 (0:00:00.871) 0:00:48.410 *********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/get_unused_disk.yml:25 Sunday 21 July 2024 01:26:43 +0000 (0:00:00.285) 0:00:48.696 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/get_unused_disk.yml:34 Sunday 21 July 2024 01:26:43 +0000 (0:00:00.012) 0:00:48.709 *********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/get_unused_disk.yml:39 Sunday 21 July 2024 01:26:43 +0000 (0:00:00.014) 0:00:48.724 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/get_unused_disk.yml:44 Sunday 21 July 2024 01:26:43 +0000 (0:00:00.012) 0:00:48.737 *********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc" ] } TASK [Create a thinpool device] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml:28 Sunday 21 July 2024 01:26:43 +0000 (0:00:00.014) 0:00:48.751 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 21 July 2024 01:26:43 +0000 (0:00:00.021) 0:00:48.773 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 21 July 2024 01:26:43 +0000 (0:00:00.016) 0:00:48.789 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 21 July 2024 01:26:43 +0000 (0:00:00.016) 0:00:48.805 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 21 July 2024 01:26:43 +0000 (0:00:00.031) 0:00:48.837 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 21 July 2024 01:26:43 +0000 (0:00:00.012) 0:00:48.850 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 21 July 2024 01:26:43 +0000 (0:00:00.012) 0:00:48.862 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 21 July 2024 01:26:43 +0000 (0:00:00.011) 0:00:48.873 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 21 July 2024 01:26:43 +0000 (0:00:00.011) 0:00:48.885 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 21 July 2024 01:26:43 +0000 (0:00:00.023) 0:00:48.908 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 21 July 2024 01:26:44 +0000 (0:00:00.868) 0:00:49.776 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "3g", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 21 July 2024 01:26:44 +0000 (0:00:00.015) 0:00:49.792 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 21 July 2024 01:26:44 +0000 (0:00:00.013) 0:00:49.805 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 21 July 2024 01:26:45 +0000 (0:00:00.867) 0:00:50.672 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 21 July 2024 01:26:45 +0000 (0:00:00.021) 0:00:50.694 *********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 21 July 2024 01:26:45 +0000 (0:00:00.011) 0:00:50.705 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 21 July 2024 01:26:45 +0000 (0:00:00.012) 0:00:50.717 *********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 21 July 2024 01:26:45 +0000 (0:00:00.010) 0:00:50.728 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx lvm2 TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 21 July 2024 01:26:46 +0000 (0:00:00.856) 0:00:51.584 *********** 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" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.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" }, "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" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "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-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "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": "unknown" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 21 July 2024 01:26:47 +0000 (0:00:01.472) 0:00:53.057 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 21 July 2024 01:26:47 +0000 (0:00:00.020) 0:00:53.077 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 21 July 2024 01:26:47 +0000 (0:00:00.011) 0:00:53.089 *********** changed: [sut] => { "actions": [ { "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/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-tpool1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "3g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g", "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 21 July 2024 01:26:52 +0000 (0:00:04.324) 0:00:57.414 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 21 July 2024 01:26:52 +0000 (0:00:00.012) 0:00:57.427 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 21 July 2024 01:26:52 +0000 (0:00:00.011) 0:00:57.438 *********** ok: [sut] => { "blivet_output": { "actions": [ { "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/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-tpool1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "3g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g", "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 21 July 2024 01:26:52 +0000 (0:00:00.016) 0:00:57.455 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "3g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g", "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 21 July 2024 01:26:52 +0000 (0:00:00.015) 0:00:57.470 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 21 July 2024 01:26:52 +0000 (0:00:00.013) 0:00:57.484 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 21 July 2024 01:26:52 +0000 (0:00:00.013) 0:00:57.497 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 21 July 2024 01:26:53 +0000 (0:00:00.673) 0:00:58.170 *********** changed: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 21 July 2024 01:26:53 +0000 (0:00:00.263) 0:00:58.434 *********** skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 21 July 2024 01:26:53 +0000 (0:00:00.019) 0:00:58.453 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 21 July 2024 01:26:53 +0000 (0:00:00.501) 0:00:58.955 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721525017.9620125, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1721305719.999782, "dev": 51713, "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": 1721305454.519782, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2533754435", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 21 July 2024 01:26:54 +0000 (0:00:00.180) 0:00:59.135 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 21 July 2024 01:26:54 +0000 (0:00:00.011) 0:00:59.146 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml:45 Sunday 21 July 2024 01:26:54 +0000 (0:00:00.606) 0:00:59.753 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:2 Sunday 21 July 2024 01:26:54 +0000 (0:00:00.020) 0:00:59.774 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "3g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g", "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:7 Sunday 21 July 2024 01:26:54 +0000 (0:00:00.018) 0:00:59.792 *********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:15 Sunday 21 July 2024 01:26:54 +0000 (0:00:00.035) 0:00:59.828 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/vg1-lv1", "size": "3G", "type": "lvm", "uuid": "2c4dd7bf-3e00-495c-875b-8faf636abc1e" }, "/dev/mapper/vg1-tpool1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1", "size": "10G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1-tpool": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1-tpool", "size": "10G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1_tdata": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1_tdata", "size": "10G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1_tmeta": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1_tmeta", "size": "12M", "type": "lvm", "uuid": "" }, "/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": "G6oSt4-6VZ3-3Da4-kjcZ-krpF-75wi-N3TxNT" }, "/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": "h2QHde-XcUd-cKwm-2Gbv-dUrO-bcKU-Ixu8B5" }, "/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": "b4neTg-5SG5-wOLn-ZfcY-aYw1-8O7K-wqN5ik" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "62dce9a8-da77-4bcd-808d-79e9ebc474d0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:20 Sunday 21 July 2024 01:26:54 +0000 (0:00:00.235) 0:01:00.064 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002896", "end": "2024-07-21 01:26:55.140192", "rc": 0, "start": "2024-07-21 01:26:55.137296" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jul 18 12:24:14 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=62dce9a8-da77-4bcd-808d-79e9ebc474d0 / 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 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:25 Sunday 21 July 2024 01:26:55 +0000 (0:00:00.221) 0:01:00.286 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002869", "end": "2024-07-21 01:26:55.315762", "failed_when_result": false, "rc": 0, "start": "2024-07-21 01:26:55.312893" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:34 Sunday 21 July 2024 01:26:55 +0000 (0:00:00.177) 0:01:00.463 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:5 Sunday 21 July 2024 01:26:55 +0000 (0:00:00.025) 0:01:00.489 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:18 Sunday 21 July 2024 01:26:55 +0000 (0:00:00.012) 0:01:00.501 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.035573", "end": "2024-07-21 01:26:55.563844", "rc": 0, "start": "2024-07-21 01:26:55.528271" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:24 Sunday 21 July 2024 01:26:55 +0000 (0:00:00.210) 0:01:00.712 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:34 Sunday 21 July 2024 01:26:55 +0000 (0:00:00.018) 0:01:00.730 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:2 Sunday 21 July 2024 01:26:55 +0000 (0:00:00.030) 0:01:00.761 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "3", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:13 Sunday 21 July 2024 01:26:55 +0000 (0:00:00.017) 0:01:00.778 *********** 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" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:22 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.562) 0:01:01.341 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "3" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:27 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.015) 0:01:01.357 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:33 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.017) 0:01:01.375 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:42 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.018) 0:01:01.393 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:48 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.015) 0:01:01.409 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:54 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.016) 0:01:01.425 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:59 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.012) 0:01:01.438 *********** 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 TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:73 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.029) 0:01:01.467 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: ** (process:19062): WARNING **: 01:26:56.565: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True STDERR: Shared connection to 10.31.46.129 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:82 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.349) 0:01:01.816 *********** skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:92 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.021) 0:01:01.838 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:8 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.026) 0:01:01.864 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:14 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.015) 0:01:01.880 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:21 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.016) 0:01:01.896 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:28 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.013) 0:01:01.910 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:35 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.013) 0:01:01.923 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:45 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.014) 0:01:01.938 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:54 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.013) 0:01:01.952 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:64 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.013) 0:01:01.965 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:74 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.014) 0:01:01.980 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:85 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.032) 0:01:02.013 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:95 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.014) 0:01:02.027 *********** 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-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:95 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.012) 0:01:02.040 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-lvmraid.yml:2 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.028) 0:01:02.068 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:8 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.027) 0:01:02.095 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:16 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.014) 0:01:02.110 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:21 Sunday 21 July 2024 01:26:56 +0000 (0:00:00.013) 0:01:02.123 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:29 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.016) 0:01:02.139 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:34 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.014) 0:01:02.154 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:40 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.013) 0:01:02.167 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:46 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.013) 0:01:02.181 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:98 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.013) 0:01:02.194 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-thin.yml:2 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.029) 0:01:02.223 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:8 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.026) 0:01:02.250 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheading", "-o", "pool_lv", "--select", "lv_name=lv1&&segtype=thin", "vg1" ], "delta": "0:00:00.029410", "end": "2024-07-21 01:26:57.313534", "rc": 0, "start": "2024-07-21 01:26:57.284124" } STDOUT: tpool1 TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:16 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.213) 0:01:02.463 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:23 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.020) 0:01:02.483 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:27 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.019) 0:01:02.502 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:101 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.015) 0:01:02.517 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:5 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.033) 0:01:02.551 *********** 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-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:13 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.015) 0:01:02.567 *********** skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdc1) => { "_storage_test_pool_member_path": "/dev/sdc1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:20 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.020) 0:01:02.587 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:2 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.033) 0:01:02.620 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:9 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.015) 0:01:02.635 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:18 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.016) 0:01:02.652 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:27 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.013) 0:01:02.666 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:37 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.014) 0:01:02.680 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:47 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.014) 0:01:02.695 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:2 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.024) 0:01:02.719 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:9 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.021) 0:01:02.740 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:18 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.017) 0:01:02.758 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:27 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.014) 0:01:02.772 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:37 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.014) 0:01:02.787 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:47 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.013) 0:01:02.801 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:2 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.012) 0:01:02.813 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:9 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.015) 0:01:02.828 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:18 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.015) 0:01:02.843 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:27 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.014) 0:01:02.858 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:37 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.013) 0:01:02.872 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:47 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.013) 0:01:02.885 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:27 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.011) 0:01:02.896 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:104 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.011) 0:01:02.908 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-vdo.yml:2 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.029) 0:01:02.938 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:9 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.026) 0:01:02.964 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:16 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.014) 0:01:02.978 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:22 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.035) 0:01:03.013 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:28 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.014) 0:01:03.028 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:35 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.013) 0:01:03.042 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:41 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.013) 0:01:03.055 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:47 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.012) 0:01:03.067 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:107 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.012) 0:01:03.080 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:6 Sunday 21 July 2024 01:26:57 +0000 (0:00:00.031) 0:01:03.112 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:11 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.013) 0:01:03.126 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:15 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.012) 0:01:03.139 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:26 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.014) 0:01:03.153 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:36 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.012) 0:01:03.166 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:49 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.011) 0:01:03.178 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:110 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.011) 0:01:03.189 *********** 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-weekly-cio5rgz04_/tests/test-verify-pool-volumes.yml:3 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.011) 0:01:03.201 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml:2 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.024) 0:01:03.225 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume.yml:21 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.015) 0:01:03.241 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:7 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.058) 0:01:03.299 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:16 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.016) 0:01:03.315 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:31 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.016) 0:01:03.332 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:44 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.013) 0:01:03.346 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:53 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.015) 0:01:03.361 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:65 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.013) 0:01:03.374 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:77 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.014) 0:01:03.388 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:92 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.012) 0:01:03.401 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:98 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.012) 0:01:03.414 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:104 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.012) 0:01:03.427 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:116 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.014) 0:01:03.441 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:2 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.012) 0:01:03.454 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:40 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.029) 0:01:03.484 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:48 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.016) 0:01:03.500 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:58 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.023) 0:01:03.524 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:71 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.014) 0:01:03.538 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml:6 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.013) 0:01:03.552 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml:17 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.022) 0:01:03.575 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:3 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.023) 0:01:03.599 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721525212.204603, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1721525212.204603, "dev": 5, "device_type": 64772, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 1060, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1721525212.204603, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "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-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:9 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.180) 0:01:03.779 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:16 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.018) 0:01:03.798 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:24 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.013) 0:01:03.811 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:30 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.015) 0:01:03.827 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:34 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.014) 0:01:03.841 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:39 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.013) 0:01:03.855 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:3 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.016) 0:01:03.871 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:10 Sunday 21 July 2024 01:26:58 +0000 (0:00:00.013) 0:01:03.885 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:17 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.864) 0:01:04.749 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:23 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.014) 0:01:04.763 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:32 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.015) 0:01:04.779 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:45 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.020) 0:01:04.799 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:51 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.014) 0:01:04.814 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:56 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.013) 0:01:04.828 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:69 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.013) 0:01:04.842 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:81 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.013) 0:01:04.856 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:94 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.017) 0:01:04.874 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:106 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.018) 0:01:04.892 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:114 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.015) 0:01:04.908 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:122 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.013) 0:01:04.921 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:131 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.013) 0:01:04.934 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:140 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.014) 0:01:04.948 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:8 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.016) 0:01:04.964 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:14 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.024) 0:01:04.989 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:21 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.015) 0:01:05.005 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:28 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.014) 0:01:05.020 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:35 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.020) 0:01:05.040 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:45 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.015) 0:01:05.055 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:54 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.016) 0:01:05.072 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:63 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.013) 0:01:05.086 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:72 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.013) 0:01:05.099 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:81 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.012) 0:01:05.111 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:3 Sunday 21 July 2024 01:26:59 +0000 (0:00:00.011) 0:01:05.123 *********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:11 Sunday 21 July 2024 01:27:00 +0000 (0:00:00.263) 0:01:05.386 *********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:20 Sunday 21 July 2024 01:27:00 +0000 (0:00:00.184) 0:01:05.571 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:28 Sunday 21 July 2024 01:27:00 +0000 (0:00:00.017) 0:01:05.588 *********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:32 Sunday 21 July 2024 01:27:00 +0000 (0:00:00.014) 0:01:05.603 *********** ok: [sut] => { "bytes": 32158567628, "changed": false, "lvm": "29g", "parted": "29GiB", "size": "29 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:46 Sunday 21 July 2024 01:27:00 +0000 (0:00:00.173) 0:01:05.777 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:50 Sunday 21 July 2024 01:27:00 +0000 (0:00:00.016) 0:01:05.793 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:54 Sunday 21 July 2024 01:27:00 +0000 (0:00:00.019) 0:01:05.812 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:58 Sunday 21 July 2024 01:27:00 +0000 (0:00:00.016) 0:01:05.829 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:68 Sunday 21 July 2024 01:27:00 +0000 (0:00:00.018) 0:01:05.847 *********** ok: [sut] => { "ansible_facts": { "_storage_test_default_thpool_reserve_percent": "20" }, "changed": false } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:72 Sunday 21 July 2024 01:27:00 +0000 (0:00:00.022) 0:01:05.870 *********** ok: [sut] => { "bytes": 1000000000, "changed": false, "lvm": "953m", "parted": "953MiB", "size": "953 MiB" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:77 Sunday 21 July 2024 01:27:00 +0000 (0:00:00.177) 0:01:06.047 *********** ok: [sut] => { "bytes": 100000000000, "changed": false, "lvm": "93g", "parted": "93GiB", "size": "93 GiB" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:83 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.175) 0:01:06.223 *********** ok: [sut] => { "ansible_facts": { "_storage_test_max_thin_pool_size": "25726854102.4" }, "changed": false } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:88 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.017) 0:01:06.240 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:96 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.016) 0:01:06.256 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:104 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.016) 0:01:06.272 *********** ok: [sut] => { "bytes": 25726854102, "changed": false, "lvm": "23g", "parted": "23GiB", "size": "23 GiB" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:109 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.171) 0:01:06.444 *********** ok: [sut] => { "_storage_test_max_thin_pool_size": { "bytes": 25726854102, "changed": false, "failed": false, "lvm": "23g", "parted": "23GiB", "size": "23 GiB" } } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:113 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.016) 0:01:06.461 *********** ok: [sut] => { "storage_test_volume.thin_pool_size": "10g" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:117 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.016) 0:01:06.478 *********** ok: [sut] => { "storage_test_volume.size": "3g" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:121 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.016) 0:01:06.494 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_thin_pool_size": "32158567628" }, "changed": false } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:129 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.018) 0:01:06.513 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:138 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.018) 0:01:06.531 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_tp_volume_size": "3221225472" }, "changed": false } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:142 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.040) 0:01:06.572 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:150 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.016) 0:01:06.588 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:156 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.021) 0:01:06.609 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:160 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.014) 0:01:06.624 *********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:164 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.016) 0:01:06.640 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:5 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.021) 0:01:06.662 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.031747", "end": "2024-07-21 01:27:01.722780", "rc": 0, "start": "2024-07-21 01:27:01.691033" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=Vwi-aotz-- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=thin TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:13 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.217) 0:01:06.880 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "thin" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:18 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.019) 0:01:06.899 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:27 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.019) 0:01:06.919 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:35 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.016) 0:01:06.935 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:41 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.016) 0:01:06.951 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:47 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.015) 0:01:06.966 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml:27 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.014) 0:01:06.981 *********** 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-weekly-cio5rgz04_/tests/verify-role-results.yml:44 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.013) 0:01:06.995 *********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:54 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.012) 0:01:07.008 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat previous invocation to verify idempotence] ************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml:48 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.012) 0:01:07.020 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.028) 0:01:07.049 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.019) 0:01:07.068 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.016) 0:01:07.084 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 21 July 2024 01:27:01 +0000 (0:00:00.035) 0:01:07.120 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 21 July 2024 01:27:02 +0000 (0:00:00.014) 0:01:07.135 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 21 July 2024 01:27:02 +0000 (0:00:00.013) 0:01:07.148 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 21 July 2024 01:27:02 +0000 (0:00:00.012) 0:01:07.161 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 21 July 2024 01:27:02 +0000 (0:00:00.012) 0:01:07.173 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 21 July 2024 01:27:02 +0000 (0:00:00.026) 0:01:07.199 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 21 July 2024 01:27:02 +0000 (0:00:00.862) 0:01:08.061 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "3g", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 21 July 2024 01:27:02 +0000 (0:00:00.015) 0:01:08.077 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 21 July 2024 01:27:02 +0000 (0:00:00.013) 0:01:08.090 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 21 July 2024 01:27:05 +0000 (0:00:02.284) 0:01:10.374 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 21 July 2024 01:27:05 +0000 (0:00:00.049) 0:01:10.424 *********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 21 July 2024 01:27:05 +0000 (0:00:00.012) 0:01:10.437 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 21 July 2024 01:27:05 +0000 (0:00:00.012) 0:01:10.450 *********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 21 July 2024 01:27:05 +0000 (0:00:00.011) 0:01:10.461 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx lvm2 TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 21 July 2024 01:27:06 +0000 (0:00:00.853) 0:01:11.315 *********** 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" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.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" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "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-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "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": "unknown" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 21 July 2024 01:27:07 +0000 (0:00:01.489) 0:01:12.804 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 21 July 2024 01:27:07 +0000 (0:00:00.021) 0:01:12.826 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 21 July 2024 01:27:07 +0000 (0:00:00.011) 0:01:12.838 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/vg1-lv1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "3g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g", "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 21 July 2024 01:27:10 +0000 (0:00:02.501) 0:01:15.339 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 21 July 2024 01:27:10 +0000 (0:00:00.013) 0:01:15.352 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 21 July 2024 01:27:10 +0000 (0:00:00.010) 0:01:15.363 *********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/vg1-lv1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "3g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g", "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 21 July 2024 01:27:10 +0000 (0:00:00.015) 0:01:15.379 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "3g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g", "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 21 July 2024 01:27:10 +0000 (0:00:00.015) 0:01:15.394 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 21 July 2024 01:27:10 +0000 (0:00:00.014) 0:01:15.408 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 21 July 2024 01:27:10 +0000 (0:00:00.013) 0:01:15.421 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 21 July 2024 01:27:10 +0000 (0:00:00.510) 0:01:15.932 *********** ok: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 21 July 2024 01:27:10 +0000 (0:00:00.177) 0:01:16.110 *********** skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 21 July 2024 01:27:11 +0000 (0:00:00.017) 0:01:16.128 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 21 July 2024 01:27:11 +0000 (0:00:00.499) 0:01:16.627 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721525017.9620125, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1721305719.999782, "dev": 51713, "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": 1721305454.519782, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2533754435", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 21 July 2024 01:27:11 +0000 (0:00:00.176) 0:01:16.803 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 21 July 2024 01:27:11 +0000 (0:00:00.011) 0:01:16.815 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml:64 Sunday 21 July 2024 01:27:12 +0000 (0:00:00.624) 0:01:17.440 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:2 Sunday 21 July 2024 01:27:12 +0000 (0:00:00.021) 0:01:17.461 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "3g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g", "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:7 Sunday 21 July 2024 01:27:12 +0000 (0:00:00.017) 0:01:17.479 *********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:15 Sunday 21 July 2024 01:27:12 +0000 (0:00:00.037) 0:01:17.516 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/vg1-lv1", "size": "3G", "type": "lvm", "uuid": "2c4dd7bf-3e00-495c-875b-8faf636abc1e" }, "/dev/mapper/vg1-tpool1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1", "size": "10G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1-tpool": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1-tpool", "size": "10G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1_tdata": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1_tdata", "size": "10G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1_tmeta": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1_tmeta", "size": "12M", "type": "lvm", "uuid": "" }, "/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": "G6oSt4-6VZ3-3Da4-kjcZ-krpF-75wi-N3TxNT" }, "/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": "h2QHde-XcUd-cKwm-2Gbv-dUrO-bcKU-Ixu8B5" }, "/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": "b4neTg-5SG5-wOLn-ZfcY-aYw1-8O7K-wqN5ik" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "62dce9a8-da77-4bcd-808d-79e9ebc474d0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:20 Sunday 21 July 2024 01:27:12 +0000 (0:00:00.181) 0:01:17.698 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002759", "end": "2024-07-21 01:27:12.726299", "rc": 0, "start": "2024-07-21 01:27:12.723540" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jul 18 12:24:14 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=62dce9a8-da77-4bcd-808d-79e9ebc474d0 / 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 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:25 Sunday 21 July 2024 01:27:12 +0000 (0:00:00.175) 0:01:17.873 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002794", "end": "2024-07-21 01:27:12.896917", "failed_when_result": false, "rc": 0, "start": "2024-07-21 01:27:12.894123" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:34 Sunday 21 July 2024 01:27:12 +0000 (0:00:00.170) 0:01:18.044 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:5 Sunday 21 July 2024 01:27:12 +0000 (0:00:00.026) 0:01:18.071 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:18 Sunday 21 July 2024 01:27:12 +0000 (0:00:00.013) 0:01:18.084 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.032635", "end": "2024-07-21 01:27:13.140686", "rc": 0, "start": "2024-07-21 01:27:13.108051" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:24 Sunday 21 July 2024 01:27:13 +0000 (0:00:00.205) 0:01:18.289 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:34 Sunday 21 July 2024 01:27:13 +0000 (0:00:00.019) 0:01:18.308 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:2 Sunday 21 July 2024 01:27:13 +0000 (0:00:00.027) 0:01:18.336 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "3", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:13 Sunday 21 July 2024 01:27:13 +0000 (0:00:00.019) 0:01:18.355 *********** 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" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:22 Sunday 21 July 2024 01:27:13 +0000 (0:00:00.488) 0:01:18.843 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "3" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:27 Sunday 21 July 2024 01:27:13 +0000 (0:00:00.015) 0:01:18.859 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:33 Sunday 21 July 2024 01:27:13 +0000 (0:00:00.016) 0:01:18.876 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:42 Sunday 21 July 2024 01:27:13 +0000 (0:00:00.017) 0:01:18.894 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:48 Sunday 21 July 2024 01:27:13 +0000 (0:00:00.015) 0:01:18.909 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:54 Sunday 21 July 2024 01:27:13 +0000 (0:00:00.016) 0:01:18.926 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:59 Sunday 21 July 2024 01:27:13 +0000 (0:00:00.014) 0:01:18.940 *********** 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 TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:73 Sunday 21 July 2024 01:27:13 +0000 (0:00:00.027) 0:01:18.968 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: ** (process:20028): WARNING **: 01:27:14.060: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True STDERR: Shared connection to 10.31.46.129 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:82 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.343) 0:01:19.312 *********** skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:92 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.019) 0:01:19.332 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:8 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.025) 0:01:19.357 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:14 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.013) 0:01:19.371 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:21 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.013) 0:01:19.384 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:28 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.013) 0:01:19.397 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:35 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.013) 0:01:19.411 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:45 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.013) 0:01:19.424 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:54 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.015) 0:01:19.440 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:64 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.013) 0:01:19.453 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:74 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.013) 0:01:19.466 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:85 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.013) 0:01:19.479 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:95 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.013) 0:01:19.492 *********** 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-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:95 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.012) 0:01:19.505 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-lvmraid.yml:2 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.051) 0:01:19.556 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:8 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.025) 0:01:19.582 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:16 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.013) 0:01:19.596 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:21 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.012) 0:01:19.608 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:29 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.011) 0:01:19.620 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:34 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.011) 0:01:19.632 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:40 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.013) 0:01:19.645 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:46 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.012) 0:01:19.658 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:98 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.014) 0:01:19.672 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-thin.yml:2 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.026) 0:01:19.698 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:8 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.027) 0:01:19.725 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheading", "-o", "pool_lv", "--select", "lv_name=lv1&&segtype=thin", "vg1" ], "delta": "0:00:00.035002", "end": "2024-07-21 01:27:14.794732", "rc": 0, "start": "2024-07-21 01:27:14.759730" } STDOUT: tpool1 TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:16 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.216) 0:01:19.942 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:23 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.019) 0:01:19.962 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:27 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.020) 0:01:19.982 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:101 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.013) 0:01:19.996 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:5 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.026) 0:01:20.023 *********** 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-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:13 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.016) 0:01:20.040 *********** skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdc1) => { "_storage_test_pool_member_path": "/dev/sdc1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:20 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.020) 0:01:20.060 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:2 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.030) 0:01:20.091 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:9 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.016) 0:01:20.108 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:18 Sunday 21 July 2024 01:27:14 +0000 (0:00:00.016) 0:01:20.125 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:27 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.138 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:37 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.151 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:47 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.012) 0:01:20.164 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:2 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.011) 0:01:20.176 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:9 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.016) 0:01:20.192 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:18 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.015) 0:01:20.207 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:27 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.220 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:37 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.234 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:47 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.012) 0:01:20.246 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:2 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.012) 0:01:20.259 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:9 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.016) 0:01:20.276 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:18 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.017) 0:01:20.293 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:27 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.306 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:37 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.320 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:47 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.012) 0:01:20.332 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:27 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.011) 0:01:20.344 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:104 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.358 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-vdo.yml:2 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.028) 0:01:20.386 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:9 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.027) 0:01:20.414 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:16 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.427 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:22 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.440 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:28 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.012) 0:01:20.453 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:35 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.012) 0:01:20.465 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:41 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.012) 0:01:20.478 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:47 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.492 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:107 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.035) 0:01:20.527 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:6 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.031) 0:01:20.559 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:11 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.572 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:15 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.586 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:26 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.014) 0:01:20.600 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:36 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.614 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:49 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.627 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:110 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.012) 0:01:20.639 *********** 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-weekly-cio5rgz04_/tests/test-verify-pool-volumes.yml:3 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.012) 0:01:20.651 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml:2 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.025) 0:01:20.677 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume.yml:21 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.016) 0:01:20.693 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:7 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.056) 0:01:20.750 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:16 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.016) 0:01:20.767 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:31 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.018) 0:01:20.786 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:44 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.799 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:53 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.016) 0:01:20.816 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:65 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.829 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:77 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.843 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:92 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.856 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:98 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.014) 0:01:20.870 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:104 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.884 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:116 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.898 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:2 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.911 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:40 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.027) 0:01:20.939 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:48 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.016) 0:01:20.956 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:58 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.018) 0:01:20.974 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:71 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:20.988 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml:6 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.013) 0:01:21.002 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml:17 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.019) 0:01:21.021 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:3 Sunday 21 July 2024 01:27:15 +0000 (0:00:00.020) 0:01:21.041 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721525212.204603, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1721525212.204603, "dev": 5, "device_type": 64772, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 1060, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1721525212.204603, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "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-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:9 Sunday 21 July 2024 01:27:16 +0000 (0:00:00.182) 0:01:21.223 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:16 Sunday 21 July 2024 01:27:16 +0000 (0:00:00.016) 0:01:21.240 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:24 Sunday 21 July 2024 01:27:16 +0000 (0:00:00.013) 0:01:21.254 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:30 Sunday 21 July 2024 01:27:16 +0000 (0:00:00.017) 0:01:21.271 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:34 Sunday 21 July 2024 01:27:16 +0000 (0:00:00.014) 0:01:21.285 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:39 Sunday 21 July 2024 01:27:16 +0000 (0:00:00.012) 0:01:21.298 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:3 Sunday 21 July 2024 01:27:16 +0000 (0:00:00.015) 0:01:21.313 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:10 Sunday 21 July 2024 01:27:16 +0000 (0:00:00.013) 0:01:21.326 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:17 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.893) 0:01:22.220 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:23 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.013) 0:01:22.233 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:32 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.011) 0:01:22.245 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:45 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.017) 0:01:22.262 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:51 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.013) 0:01:22.275 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:56 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.014) 0:01:22.290 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:69 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.013) 0:01:22.304 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:81 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.013) 0:01:22.317 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:94 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.013) 0:01:22.330 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:106 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.016) 0:01:22.346 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:114 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.015) 0:01:22.361 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:122 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.015) 0:01:22.377 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:131 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.013) 0:01:22.390 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:140 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.013) 0:01:22.403 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:8 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.013) 0:01:22.417 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:14 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.013) 0:01:22.430 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:21 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.013) 0:01:22.444 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:28 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.015) 0:01:22.459 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:35 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.013) 0:01:22.472 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:45 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.013) 0:01:22.486 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:54 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.013) 0:01:22.499 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:63 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.013) 0:01:22.513 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:72 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.013) 0:01:22.526 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:81 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.014) 0:01:22.541 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:3 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.013) 0:01:22.554 *********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:11 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.176) 0:01:22.731 *********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:20 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.173) 0:01:22.904 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:28 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.019) 0:01:22.924 *********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:32 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.015) 0:01:22.939 *********** ok: [sut] => { "bytes": 32158567628, "changed": false, "lvm": "29g", "parted": "29GiB", "size": "29 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:46 Sunday 21 July 2024 01:27:17 +0000 (0:00:00.176) 0:01:23.116 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:50 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.015) 0:01:23.131 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:54 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.015) 0:01:23.147 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:58 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.016) 0:01:23.163 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:68 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.016) 0:01:23.180 *********** ok: [sut] => { "ansible_facts": { "_storage_test_default_thpool_reserve_percent": "20" }, "changed": false } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:72 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.017) 0:01:23.197 *********** ok: [sut] => { "bytes": 1000000000, "changed": false, "lvm": "953m", "parted": "953MiB", "size": "953 MiB" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:77 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.177) 0:01:23.374 *********** ok: [sut] => { "bytes": 100000000000, "changed": false, "lvm": "93g", "parted": "93GiB", "size": "93 GiB" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:83 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.172) 0:01:23.547 *********** ok: [sut] => { "ansible_facts": { "_storage_test_max_thin_pool_size": "25726854102.4" }, "changed": false } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:88 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.017) 0:01:23.564 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:96 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.016) 0:01:23.581 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:104 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.016) 0:01:23.597 *********** ok: [sut] => { "bytes": 25726854102, "changed": false, "lvm": "23g", "parted": "23GiB", "size": "23 GiB" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:109 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.174) 0:01:23.771 *********** ok: [sut] => { "_storage_test_max_thin_pool_size": { "bytes": 25726854102, "changed": false, "failed": false, "lvm": "23g", "parted": "23GiB", "size": "23 GiB" } } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:113 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.018) 0:01:23.790 *********** ok: [sut] => { "storage_test_volume.thin_pool_size": "10g" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:117 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.017) 0:01:23.807 *********** ok: [sut] => { "storage_test_volume.size": "3g" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:121 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.016) 0:01:23.824 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_thin_pool_size": "32158567628" }, "changed": false } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:129 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.018) 0:01:23.843 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:138 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.016) 0:01:23.859 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_tp_volume_size": "3221225472" }, "changed": false } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:142 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.016) 0:01:23.876 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:150 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.016) 0:01:23.893 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:156 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.040) 0:01:23.933 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:160 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.015) 0:01:23.948 *********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:164 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.014) 0:01:23.963 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:5 Sunday 21 July 2024 01:27:18 +0000 (0:00:00.020) 0:01:23.983 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.030075", "end": "2024-07-21 01:27:19.041632", "rc": 0, "start": "2024-07-21 01:27:19.011557" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=Vwi-aotz-- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=thin TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:13 Sunday 21 July 2024 01:27:19 +0000 (0:00:00.207) 0:01:24.191 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "thin" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:18 Sunday 21 July 2024 01:27:19 +0000 (0:00:00.017) 0:01:24.208 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:27 Sunday 21 July 2024 01:27:19 +0000 (0:00:00.018) 0:01:24.227 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:35 Sunday 21 July 2024 01:27:19 +0000 (0:00:00.016) 0:01:24.243 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:41 Sunday 21 July 2024 01:27:19 +0000 (0:00:00.015) 0:01:24.259 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:47 Sunday 21 July 2024 01:27:19 +0000 (0:00:00.016) 0:01:24.276 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml:27 Sunday 21 July 2024 01:27:19 +0000 (0:00:00.017) 0:01:24.293 *********** 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-weekly-cio5rgz04_/tests/verify-role-results.yml:44 Sunday 21 July 2024 01:27:19 +0000 (0:00:00.014) 0:01:24.307 *********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:54 Sunday 21 July 2024 01:27:19 +0000 (0:00:00.012) 0:01:24.320 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change thinlv fs type] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml:67 Sunday 21 July 2024 01:27:19 +0000 (0:00:00.014) 0:01:24.335 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 21 July 2024 01:27:19 +0000 (0:00:00.033) 0:01:24.368 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 21 July 2024 01:27:19 +0000 (0:00:00.019) 0:01:24.388 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 21 July 2024 01:27:19 +0000 (0:00:00.016) 0:01:24.404 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 21 July 2024 01:27:19 +0000 (0:00:00.033) 0:01:24.438 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 21 July 2024 01:27:19 +0000 (0:00:00.013) 0:01:24.451 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 21 July 2024 01:27:19 +0000 (0:00:00.013) 0:01:24.464 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 21 July 2024 01:27:19 +0000 (0:00:00.013) 0:01:24.478 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 21 July 2024 01:27:19 +0000 (0:00:00.013) 0:01:24.491 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 21 July 2024 01:27:19 +0000 (0:00:00.026) 0:01:24.518 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 21 July 2024 01:27:20 +0000 (0:00:00.859) 0:01:25.378 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "type": "lvm", "volumes": [ { "fs_type": "xfs", "name": "lv1", "thin": true, "thin_pool_name": "tpool1" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 21 July 2024 01:27:20 +0000 (0:00:00.017) 0:01:25.395 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 21 July 2024 01:27:20 +0000 (0:00:00.014) 0:01:25.410 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 21 July 2024 01:27:22 +0000 (0:00:02.282) 0:01:27.692 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 21 July 2024 01:27:22 +0000 (0:00:00.023) 0:01:27.715 *********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 21 July 2024 01:27:22 +0000 (0:00:00.012) 0:01:27.728 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 21 July 2024 01:27:22 +0000 (0:00:00.012) 0:01:27.741 *********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 21 July 2024 01:27:22 +0000 (0:00:00.012) 0:01:27.753 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx lvm2 xfsprogs TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 21 July 2024 01:27:23 +0000 (0:00:00.846) 0:01:28.600 *********** 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" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.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" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "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-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "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": "unknown" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 21 July 2024 01:27:24 +0000 (0:00:01.502) 0:01:30.102 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 21 July 2024 01:27:24 +0000 (0:00:00.021) 0:01:30.124 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 21 July 2024 01:27:25 +0000 (0:00:00.011) 0:01:30.136 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/vg1-lv1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "path": "/opt/test1", "state": "absent" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "lv1", "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": 3221225472, "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 21 July 2024 01:27:27 +0000 (0:00:02.516) 0:01:32.652 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 21 July 2024 01:27:27 +0000 (0:00:00.014) 0:01:32.666 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 21 July 2024 01:27:27 +0000 (0:00:00.012) 0:01:32.679 *********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/vg1-lv1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "path": "/opt/test1", "state": "absent" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "lv1", "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": 3221225472, "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 21 July 2024 01:27:27 +0000 (0:00:00.017) 0:01:32.696 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "lv1", "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": 3221225472, "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 21 July 2024 01:27:27 +0000 (0:00:00.016) 0:01:32.713 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 21 July 2024 01:27:27 +0000 (0:00:00.015) 0:01:32.728 *********** changed: [sut] => (item={'path': '/opt/test1', 'state': 'absent'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "mount_info": { "path": "/opt/test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 21 July 2024 01:27:27 +0000 (0:00:00.193) 0:01:32.922 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 21 July 2024 01:27:28 +0000 (0:00:00.513) 0:01:33.436 *********** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 21 July 2024 01:27:28 +0000 (0:00:00.013) 0:01:33.450 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 21 July 2024 01:27:28 +0000 (0:00:00.013) 0:01:33.463 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 21 July 2024 01:27:28 +0000 (0:00:00.507) 0:01:33.971 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721525017.9620125, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1721305719.999782, "dev": 51713, "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": 1721305454.519782, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2533754435", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 21 July 2024 01:27:29 +0000 (0:00:00.178) 0:01:34.149 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 21 July 2024 01:27:29 +0000 (0:00:00.012) 0:01:34.162 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml:81 Sunday 21 July 2024 01:27:29 +0000 (0:00:00.611) 0:01:34.773 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:2 Sunday 21 July 2024 01:27:29 +0000 (0:00:00.023) 0:01:34.797 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "lv1", "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": 3221225472, "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:7 Sunday 21 July 2024 01:27:29 +0000 (0:00:00.016) 0:01:34.814 *********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:15 Sunday 21 July 2024 01:27:29 +0000 (0:00:00.013) 0:01:34.828 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-lv1", "size": "3G", "type": "lvm", "uuid": "2c4dd7bf-3e00-495c-875b-8faf636abc1e" }, "/dev/mapper/vg1-tpool1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1", "size": "10G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1-tpool": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1-tpool", "size": "10G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1_tdata": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1_tdata", "size": "10G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1_tmeta": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1_tmeta", "size": "12M", "type": "lvm", "uuid": "" }, "/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": "G6oSt4-6VZ3-3Da4-kjcZ-krpF-75wi-N3TxNT" }, "/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": "h2QHde-XcUd-cKwm-2Gbv-dUrO-bcKU-Ixu8B5" }, "/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": "b4neTg-5SG5-wOLn-ZfcY-aYw1-8O7K-wqN5ik" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "62dce9a8-da77-4bcd-808d-79e9ebc474d0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:20 Sunday 21 July 2024 01:27:29 +0000 (0:00:00.206) 0:01:35.034 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002836", "end": "2024-07-21 01:27:30.061917", "rc": 0, "start": "2024-07-21 01:27:30.059081" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jul 18 12:24:14 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=62dce9a8-da77-4bcd-808d-79e9ebc474d0 / 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 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:25 Sunday 21 July 2024 01:27:30 +0000 (0:00:00.175) 0:01:35.210 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002805", "end": "2024-07-21 01:27:30.236750", "failed_when_result": false, "rc": 0, "start": "2024-07-21 01:27:30.233945" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:34 Sunday 21 July 2024 01:27:30 +0000 (0:00:00.175) 0:01:35.385 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:5 Sunday 21 July 2024 01:27:30 +0000 (0:00:00.026) 0:01:35.412 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:18 Sunday 21 July 2024 01:27:30 +0000 (0:00:00.011) 0:01:35.423 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.032958", "end": "2024-07-21 01:27:30.481699", "rc": 0, "start": "2024-07-21 01:27:30.448741" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:24 Sunday 21 July 2024 01:27:30 +0000 (0:00:00.206) 0:01:35.630 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:34 Sunday 21 July 2024 01:27:30 +0000 (0:00:00.018) 0:01:35.648 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:2 Sunday 21 July 2024 01:27:30 +0000 (0:00:00.027) 0:01:35.675 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "3", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:13 Sunday 21 July 2024 01:27:30 +0000 (0:00:00.018) 0:01:35.693 *********** 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" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:22 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.493) 0:01:36.187 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "3" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:27 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.015) 0:01:36.202 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:33 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.015) 0:01:36.217 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:42 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.016) 0:01:36.233 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:48 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.016) 0:01:36.250 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:54 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.015) 0:01:36.265 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:59 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.012) 0:01:36.278 *********** 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 TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:73 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.030) 0:01:36.309 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: ** (process:20994): WARNING **: 01:27:31.404: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True STDERR: Shared connection to 10.31.46.129 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:82 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.348) 0:01:36.657 *********** skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:92 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.019) 0:01:36.676 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:8 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.024) 0:01:36.701 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:14 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.013) 0:01:36.714 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:21 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.012) 0:01:36.727 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:28 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.012) 0:01:36.739 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:35 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.013) 0:01:36.753 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:45 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.013) 0:01:36.767 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:54 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.013) 0:01:36.780 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:64 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.013) 0:01:36.794 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:74 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.013) 0:01:36.807 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:85 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.013) 0:01:36.821 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:95 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.015) 0:01:36.836 *********** 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-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:95 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.013) 0:01:36.850 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-lvmraid.yml:2 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.028) 0:01:36.878 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:8 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.050) 0:01:36.928 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:16 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.013) 0:01:36.942 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:21 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.012) 0:01:36.955 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:29 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.013) 0:01:36.968 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:34 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.013) 0:01:36.981 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:40 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.014) 0:01:36.995 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:46 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.012) 0:01:37.008 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:98 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.013) 0:01:37.021 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-thin.yml:2 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.026) 0:01:37.047 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:8 Sunday 21 July 2024 01:27:31 +0000 (0:00:00.027) 0:01:37.074 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheading", "-o", "pool_lv", "--select", "lv_name=lv1&&segtype=thin", "vg1" ], "delta": "0:00:00.037859", "end": "2024-07-21 01:27:32.140824", "rc": 0, "start": "2024-07-21 01:27:32.102965" } STDOUT: tpool1 TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:16 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.213) 0:01:37.288 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:23 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.020) 0:01:37.309 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:27 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.018) 0:01:37.327 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:101 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.012) 0:01:37.339 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:5 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.027) 0:01:37.367 *********** 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-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:13 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.015) 0:01:37.383 *********** skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdc1) => { "_storage_test_pool_member_path": "/dev/sdc1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:20 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.020) 0:01:37.403 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:2 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.031) 0:01:37.435 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:9 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.015) 0:01:37.450 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:18 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.016) 0:01:37.467 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:27 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.013) 0:01:37.480 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:37 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.013) 0:01:37.493 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:47 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.012) 0:01:37.506 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:2 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.013) 0:01:37.519 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:9 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.014) 0:01:37.534 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:18 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.015) 0:01:37.549 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:27 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.013) 0:01:37.563 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:37 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.013) 0:01:37.576 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:47 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.013) 0:01:37.589 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:2 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.015) 0:01:37.605 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:9 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.015) 0:01:37.621 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:18 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.016) 0:01:37.637 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:27 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.013) 0:01:37.651 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:37 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.013) 0:01:37.664 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:47 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.012) 0:01:37.677 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:27 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.013) 0:01:37.691 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:104 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.012) 0:01:37.703 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-vdo.yml:2 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.028) 0:01:37.731 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:9 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.028) 0:01:37.759 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:16 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.013) 0:01:37.772 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:22 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.013) 0:01:37.785 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:28 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.012) 0:01:37.798 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:35 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.012) 0:01:37.811 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:41 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.014) 0:01:37.825 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:47 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.013) 0:01:37.839 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:107 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.013) 0:01:37.852 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:6 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.029) 0:01:37.882 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:11 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.037) 0:01:37.919 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:15 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.013) 0:01:37.932 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:26 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.013) 0:01:37.946 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:36 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.013) 0:01:37.959 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:49 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.012) 0:01:37.972 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:110 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.011) 0:01:37.984 *********** 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-weekly-cio5rgz04_/tests/test-verify-pool-volumes.yml:3 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.013) 0:01:37.997 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml:2 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.024) 0:01:38.021 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume.yml:21 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.016) 0:01:38.038 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:7 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.055) 0:01:38.093 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:16 Sunday 21 July 2024 01:27:32 +0000 (0:00:00.016) 0:01:38.110 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:31 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.016) 0:01:38.126 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:44 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.013) 0:01:38.139 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:53 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.016) 0:01:38.156 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:65 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.012) 0:01:38.169 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:77 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.014) 0:01:38.183 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:92 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.013) 0:01:38.197 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:98 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.013) 0:01:38.210 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:104 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.013) 0:01:38.223 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:116 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.013) 0:01:38.236 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:2 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.012) 0:01:38.248 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:40 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.026) 0:01:38.275 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:48 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.015) 0:01:38.291 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:58 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.015) 0:01:38.306 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:71 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.013) 0:01:38.319 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml:6 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.012) 0:01:38.332 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml:17 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.022) 0:01:38.354 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:3 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.020) 0:01:38.374 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721525212.204603, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1721525212.204603, "dev": 5, "device_type": 64772, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 1060, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1721525212.204603, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "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-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:9 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.182) 0:01:38.557 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:16 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.019) 0:01:38.576 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:24 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.015) 0:01:38.591 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:30 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.016) 0:01:38.608 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:34 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.014) 0:01:38.622 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:39 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.013) 0:01:38.636 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:3 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.015) 0:01:38.651 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:10 Sunday 21 July 2024 01:27:33 +0000 (0:00:00.015) 0:01:38.666 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:17 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.872) 0:01:39.538 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:23 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.013) 0:01:39.552 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:32 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.014) 0:01:39.566 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:45 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.064) 0:01:39.630 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:51 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.013) 0:01:39.644 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:56 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.013) 0:01:39.657 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:69 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.013) 0:01:39.671 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:81 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.013) 0:01:39.684 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:94 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.014) 0:01:39.699 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:106 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.016) 0:01:39.716 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:114 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.015) 0:01:39.731 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:122 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.013) 0:01:39.744 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:131 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.012) 0:01:39.757 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:140 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.012) 0:01:39.770 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:8 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.013) 0:01:39.784 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:14 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.013) 0:01:39.798 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:21 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.013) 0:01:39.811 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:28 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.013) 0:01:39.824 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:35 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.013) 0:01:39.838 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:45 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.013) 0:01:39.851 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:54 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.014) 0:01:39.866 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:63 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.013) 0:01:39.879 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:72 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.012) 0:01:39.892 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:81 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.011) 0:01:39.904 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:3 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.014) 0:01:39.918 *********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:11 Sunday 21 July 2024 01:27:34 +0000 (0:00:00.174) 0:01:40.092 *********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:20 Sunday 21 July 2024 01:27:35 +0000 (0:00:00.174) 0:01:40.266 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:28 Sunday 21 July 2024 01:27:35 +0000 (0:00:00.017) 0:01:40.284 *********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:32 Sunday 21 July 2024 01:27:35 +0000 (0:00:00.014) 0:01:40.298 *********** ok: [sut] => { "bytes": 32158567628, "changed": false, "lvm": "29g", "parted": "29GiB", "size": "29 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:46 Sunday 21 July 2024 01:27:35 +0000 (0:00:00.178) 0:01:40.476 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:50 Sunday 21 July 2024 01:27:35 +0000 (0:00:00.015) 0:01:40.492 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:54 Sunday 21 July 2024 01:27:35 +0000 (0:00:00.015) 0:01:40.507 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:58 Sunday 21 July 2024 01:27:35 +0000 (0:00:00.014) 0:01:40.521 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:68 Sunday 21 July 2024 01:27:35 +0000 (0:00:00.013) 0:01:40.535 *********** ok: [sut] => { "ansible_facts": { "_storage_test_default_thpool_reserve_percent": "20" }, "changed": false } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:72 Sunday 21 July 2024 01:27:35 +0000 (0:00:00.015) 0:01:40.551 *********** ok: [sut] => { "bytes": 1000000000, "changed": false, "lvm": "953m", "parted": "953MiB", "size": "953 MiB" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:77 Sunday 21 July 2024 01:27:35 +0000 (0:00:00.172) 0:01:40.723 *********** ok: [sut] => { "bytes": 100000000000, "changed": false, "lvm": "93g", "parted": "93GiB", "size": "93 GiB" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:83 Sunday 21 July 2024 01:27:35 +0000 (0:00:00.176) 0:01:40.900 *********** ok: [sut] => { "ansible_facts": { "_storage_test_max_thin_pool_size": "25726854102.4" }, "changed": false } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:88 Sunday 21 July 2024 01:27:35 +0000 (0:00:00.016) 0:01:40.916 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:96 Sunday 21 July 2024 01:27:35 +0000 (0:00:00.013) 0:01:40.930 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:104 Sunday 21 July 2024 01:27:35 +0000 (0:00:00.015) 0:01:40.945 *********** ok: [sut] => { "bytes": 25726854102, "changed": false, "lvm": "23g", "parted": "23GiB", "size": "23 GiB" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:109 Sunday 21 July 2024 01:27:35 +0000 (0:00:00.172) 0:01:41.118 *********** ok: [sut] => { "_storage_test_max_thin_pool_size": { "bytes": 25726854102, "changed": false, "failed": false, "lvm": "23g", "parted": "23GiB", "size": "23 GiB" } } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:113 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.016) 0:01:41.134 *********** ok: [sut] => { "storage_test_volume.thin_pool_size": "" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:117 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.015) 0:01:41.149 *********** ok: [sut] => { "storage_test_volume.size": "3221225472" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:121 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.015) 0:01:41.164 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:129 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.015) 0:01:41.179 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:138 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.014) 0:01:41.194 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_tp_volume_size": "3221225472" }, "changed": false } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:142 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.017) 0:01:41.212 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:150 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.016) 0:01:41.228 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:156 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.016) 0:01:41.245 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:160 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.015) 0:01:41.260 *********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:164 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.017) 0:01:41.277 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:5 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.071) 0:01:41.348 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.031887", "end": "2024-07-21 01:27:36.410823", "rc": 0, "start": "2024-07-21 01:27:36.378936" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=Vwi-a-tz-- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=thin TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:13 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.212) 0:01:41.561 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "thin" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:18 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.017) 0:01:41.578 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:27 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.018) 0:01:41.597 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:35 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.015) 0:01:41.612 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:41 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.014) 0:01:41.627 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:47 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.014) 0:01:41.642 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml:27 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.014) 0:01:41.657 *********** 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-weekly-cio5rgz04_/tests/verify-role-results.yml:44 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.015) 0:01:41.673 *********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:54 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.012) 0:01:41.686 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create new LV under existing thinpool] *********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml:84 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.012) 0:01:41.698 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.037) 0:01:41.735 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.020) 0:01:41.756 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.016) 0:01:41.772 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.036) 0:01:41.808 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.013) 0:01:41.822 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.013) 0:01:41.836 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.014) 0:01:41.850 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.013) 0:01:41.864 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 21 July 2024 01:27:36 +0000 (0:00:00.027) 0:01:41.892 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 21 July 2024 01:27:37 +0000 (0:00:00.882) 0:01:42.775 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "type": "lvm", "volumes": [ { "mount_point": "/opt/test2", "name": "lv2", "size": "4g", "thin": true, "thin_pool_name": "tpool1" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 21 July 2024 01:27:37 +0000 (0:00:00.017) 0:01:42.792 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 21 July 2024 01:27:37 +0000 (0:00:00.014) 0:01:42.806 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 21 July 2024 01:27:39 +0000 (0:00:02.298) 0:01:45.105 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 21 July 2024 01:27:40 +0000 (0:00:00.022) 0:01:45.128 *********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 21 July 2024 01:27:40 +0000 (0:00:00.011) 0:01:45.140 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 21 July 2024 01:27:40 +0000 (0:00:00.013) 0:01:45.154 *********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 21 July 2024 01:27:40 +0000 (0:00:00.012) 0:01:45.166 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx lvm2 TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 21 July 2024 01:27:40 +0000 (0:00:00.857) 0:01:46.023 *********** 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" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.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" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "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-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "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": "unknown" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 21 July 2024 01:27:42 +0000 (0:00:01.472) 0:01:47.496 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 21 July 2024 01:27:42 +0000 (0:00:00.021) 0:01:47.517 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 21 July 2024 01:27:42 +0000 (0:00:00.012) 0:01:47.530 *********** changed: [sut] => { "actions": [ { "action": "create device", "device": "/dev/mapper/vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv2", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/vg1-lv1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv2" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv2", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-5", "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": "/opt/test2", "mount_user": null, "name": "lv2", "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": "4g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 21 July 2024 01:27:45 +0000 (0:00:02.727) 0:01:50.257 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 21 July 2024 01:27:45 +0000 (0:00:00.015) 0:01:50.273 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 21 July 2024 01:27:45 +0000 (0:00:00.012) 0:01:50.285 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create device", "device": "/dev/mapper/vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv2", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/vg1-lv1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv2" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv2", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-5", "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": "/opt/test2", "mount_user": null, "name": "lv2", "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": "4g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 21 July 2024 01:27:45 +0000 (0:00:00.016) 0:01:50.302 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv2", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-5", "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": "/opt/test2", "mount_user": null, "name": "lv2", "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": "4g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 21 July 2024 01:27:45 +0000 (0:00:00.015) 0:01:50.317 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 21 July 2024 01:27:45 +0000 (0:00:00.014) 0:01:50.332 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 21 July 2024 01:27:45 +0000 (0:00:00.015) 0:01:50.348 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 21 July 2024 01:27:45 +0000 (0:00:00.511) 0:01:50.859 *********** changed: [sut] => (item={'src': '/dev/mapper/vg1-lv2', 'path': '/opt/test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv2" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 21 July 2024 01:27:45 +0000 (0:00:00.191) 0:01:51.051 *********** skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv2', 'path': '/opt/test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 21 July 2024 01:27:45 +0000 (0:00:00.017) 0:01:51.068 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 21 July 2024 01:27:46 +0000 (0:00:00.500) 0:01:51.569 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721525017.9620125, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1721305719.999782, "dev": 51713, "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": 1721305454.519782, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2533754435", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 21 July 2024 01:27:46 +0000 (0:00:00.176) 0:01:51.745 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 21 July 2024 01:27:46 +0000 (0:00:00.012) 0:01:51.758 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml:99 Sunday 21 July 2024 01:27:47 +0000 (0:00:00.635) 0:01:52.393 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:2 Sunday 21 July 2024 01:27:47 +0000 (0:00:00.050) 0:01:52.444 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv2", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-5", "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": "/opt/test2", "mount_user": null, "name": "lv2", "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": "4g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:7 Sunday 21 July 2024 01:27:47 +0000 (0:00:00.017) 0:01:52.461 *********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:15 Sunday 21 July 2024 01:27:47 +0000 (0:00:00.013) 0:01:52.474 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-lv1", "size": "3G", "type": "lvm", "uuid": "2c4dd7bf-3e00-495c-875b-8faf636abc1e" }, "/dev/mapper/vg1-lv2": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test2", "name": "/dev/mapper/vg1-lv2", "size": "4G", "type": "lvm", "uuid": "a27e452e-6c54-4da3-a784-790c514997d7" }, "/dev/mapper/vg1-tpool1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1", "size": "10G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1-tpool": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1-tpool", "size": "10G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1_tdata": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1_tdata", "size": "10G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1_tmeta": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1_tmeta", "size": "12M", "type": "lvm", "uuid": "" }, "/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": "G6oSt4-6VZ3-3Da4-kjcZ-krpF-75wi-N3TxNT" }, "/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": "h2QHde-XcUd-cKwm-2Gbv-dUrO-bcKU-Ixu8B5" }, "/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": "b4neTg-5SG5-wOLn-ZfcY-aYw1-8O7K-wqN5ik" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "62dce9a8-da77-4bcd-808d-79e9ebc474d0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:20 Sunday 21 July 2024 01:27:47 +0000 (0:00:00.181) 0:01:52.656 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002616", "end": "2024-07-21 01:27:47.680289", "rc": 0, "start": "2024-07-21 01:27:47.677673" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jul 18 12:24:14 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=62dce9a8-da77-4bcd-808d-79e9ebc474d0 / 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 /dev/mapper/vg1-lv2 /opt/test2 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:25 Sunday 21 July 2024 01:27:47 +0000 (0:00:00.169) 0:01:52.826 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002726", "end": "2024-07-21 01:27:47.849800", "failed_when_result": false, "rc": 0, "start": "2024-07-21 01:27:47.847074" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:34 Sunday 21 July 2024 01:27:47 +0000 (0:00:00.171) 0:01:52.998 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:5 Sunday 21 July 2024 01:27:47 +0000 (0:00:00.026) 0:01:53.024 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:18 Sunday 21 July 2024 01:27:47 +0000 (0:00:00.013) 0:01:53.037 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.036008", "end": "2024-07-21 01:27:48.100123", "rc": 0, "start": "2024-07-21 01:27:48.064115" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:24 Sunday 21 July 2024 01:27:48 +0000 (0:00:00.212) 0:01:53.250 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:34 Sunday 21 July 2024 01:27:48 +0000 (0:00:00.018) 0:01:53.269 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:2 Sunday 21 July 2024 01:27:48 +0000 (0:00:00.028) 0:01:53.297 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "3", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:13 Sunday 21 July 2024 01:27:48 +0000 (0:00:00.018) 0:01:53.316 *********** 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" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:22 Sunday 21 July 2024 01:27:48 +0000 (0:00:00.487) 0:01:53.803 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "3" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:27 Sunday 21 July 2024 01:27:48 +0000 (0:00:00.015) 0:01:53.818 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:33 Sunday 21 July 2024 01:27:48 +0000 (0:00:00.016) 0:01:53.835 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:42 Sunday 21 July 2024 01:27:48 +0000 (0:00:00.016) 0:01:53.851 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:48 Sunday 21 July 2024 01:27:48 +0000 (0:00:00.015) 0:01:53.867 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:54 Sunday 21 July 2024 01:27:48 +0000 (0:00:00.015) 0:01:53.882 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:59 Sunday 21 July 2024 01:27:48 +0000 (0:00:00.013) 0:01:53.896 *********** 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 TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:73 Sunday 21 July 2024 01:27:48 +0000 (0:00:00.032) 0:01:53.928 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: ** (process:21996): WARNING **: 01:27:49.021: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True STDERR: Shared connection to 10.31.46.129 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:82 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.345) 0:01:54.274 *********** skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:92 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.020) 0:01:54.295 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:8 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.024) 0:01:54.319 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:14 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.014) 0:01:54.333 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:21 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.013) 0:01:54.347 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:28 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.013) 0:01:54.360 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:35 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.013) 0:01:54.373 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:45 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.013) 0:01:54.386 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:54 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.013) 0:01:54.399 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:64 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.014) 0:01:54.414 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:74 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.046) 0:01:54.461 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:85 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.015) 0:01:54.476 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:95 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.013) 0:01:54.490 *********** 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-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:95 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.012) 0:01:54.502 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-lvmraid.yml:2 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.026) 0:01:54.529 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:8 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.026) 0:01:54.556 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:16 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.013) 0:01:54.569 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:21 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.014) 0:01:54.583 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:29 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.013) 0:01:54.596 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:34 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.013) 0:01:54.610 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:40 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.013) 0:01:54.623 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:46 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.013) 0:01:54.636 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:98 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.013) 0:01:54.650 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-thin.yml:2 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.027) 0:01:54.677 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:8 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.026) 0:01:54.704 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheading", "-o", "pool_lv", "--select", "lv_name=lv2&&segtype=thin", "vg1" ], "delta": "0:00:00.029204", "end": "2024-07-21 01:27:49.762493", "rc": 0, "start": "2024-07-21 01:27:49.733289" } STDOUT: tpool1 TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:16 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.206) 0:01:54.910 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:23 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.020) 0:01:54.931 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:27 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.020) 0:01:54.951 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:101 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.012) 0:01:54.964 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:5 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.028) 0:01:54.992 *********** 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-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:13 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.016) 0:01:55.009 *********** skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdc1) => { "_storage_test_pool_member_path": "/dev/sdc1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:20 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.023) 0:01:55.032 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:2 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.033) 0:01:55.065 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:9 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.016) 0:01:55.082 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:18 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.016) 0:01:55.099 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:27 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.013) 0:01:55.112 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:37 Sunday 21 July 2024 01:27:49 +0000 (0:00:00.012) 0:01:55.124 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:47 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.137 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:2 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.011) 0:01:55.149 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:9 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.014) 0:01:55.164 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:18 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.016) 0:01:55.181 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:27 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.194 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:37 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.208 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:47 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.221 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:2 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.012) 0:01:55.233 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:9 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.017) 0:01:55.251 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:18 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.019) 0:01:55.270 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:27 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.284 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:37 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.297 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:47 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.311 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:27 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.325 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:104 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.338 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-vdo.yml:2 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.029) 0:01:55.368 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:9 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.025) 0:01:55.394 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:16 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.408 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:22 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.043) 0:01:55.451 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:28 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.014) 0:01:55.465 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:35 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.478 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:41 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.492 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:47 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.506 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:107 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.015) 0:01:55.521 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:6 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.031) 0:01:55.552 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:11 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.014) 0:01:55.566 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:15 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.580 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:26 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.014) 0:01:55.595 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:36 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.609 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:49 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.622 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:110 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.012) 0:01:55.634 *********** 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-weekly-cio5rgz04_/tests/test-verify-pool-volumes.yml:3 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.012) 0:01:55.647 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml:2 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.026) 0:01:55.673 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume.yml:21 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.016) 0:01:55.689 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:7 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.054) 0:01:55.744 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:16 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.016) 0:01:55.760 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test2", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:31 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.019) 0:01:55.779 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:44 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.014) 0:01:55.794 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:53 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.016) 0:01:55.810 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:65 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.014) 0:01:55.825 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:77 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.014) 0:01:55.840 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:92 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.853 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:98 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.014) 0:01:55.868 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:104 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.014) 0:01:55.883 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:116 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.897 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:2 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.910 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:40 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.026) 0:01:55.937 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:48 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.016) 0:01:55.953 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:58 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.016) 0:01:55.970 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:71 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.013) 0:01:55.983 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml:6 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.012) 0:01:55.995 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml:17 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.018) 0:01:56.014 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:3 Sunday 21 July 2024 01:27:50 +0000 (0:00:00.019) 0:01:56.034 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721525265.049071, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1721525265.049071, "dev": 5, "device_type": 64773, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 1550, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1721525265.049071, "nlink": 1, "path": "/dev/mapper/vg1-lv2", "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-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:9 Sunday 21 July 2024 01:27:51 +0000 (0:00:00.178) 0:01:56.212 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:16 Sunday 21 July 2024 01:27:51 +0000 (0:00:00.017) 0:01:56.230 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:24 Sunday 21 July 2024 01:27:51 +0000 (0:00:00.013) 0:01:56.244 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:30 Sunday 21 July 2024 01:27:51 +0000 (0:00:00.015) 0:01:56.259 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:34 Sunday 21 July 2024 01:27:51 +0000 (0:00:00.014) 0:01:56.274 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:39 Sunday 21 July 2024 01:27:51 +0000 (0:00:00.013) 0:01:56.288 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:3 Sunday 21 July 2024 01:27:51 +0000 (0:00:00.015) 0:01:56.303 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:10 Sunday 21 July 2024 01:27:51 +0000 (0:00:00.013) 0:01:56.316 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:17 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.850) 0:01:57.167 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:23 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.013) 0:01:57.180 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:32 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.013) 0:01:57.193 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:45 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.019) 0:01:57.212 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:51 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.013) 0:01:57.226 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:56 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.015) 0:01:57.241 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:69 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.013) 0:01:57.255 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:81 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.013) 0:01:57.268 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:94 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.013) 0:01:57.281 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:106 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.018) 0:01:57.299 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:114 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.016) 0:01:57.316 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:122 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.015) 0:01:57.331 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:131 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.013) 0:01:57.345 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:140 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.013) 0:01:57.358 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:8 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.012) 0:01:57.370 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:14 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.012) 0:01:57.382 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:21 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.011) 0:01:57.394 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:28 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.013) 0:01:57.407 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:35 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.013) 0:01:57.420 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:45 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.013) 0:01:57.433 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:54 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.012) 0:01:57.446 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:63 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.011) 0:01:57.458 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:72 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.011) 0:01:57.470 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:81 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.013) 0:01:57.483 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:3 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.013) 0:01:57.496 *********** ok: [sut] => { "bytes": 4294967296, "changed": false, "lvm": "4g", "parted": "4GiB", "size": "4 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:11 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.173) 0:01:57.670 *********** ok: [sut] => { "bytes": 4294967296, "changed": false, "lvm": "4g", "parted": "4GiB", "size": "4 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:20 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.177) 0:01:57.848 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "4294967296" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:28 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.018) 0:01:57.866 *********** ok: [sut] => { "storage_test_expected_size": "4294967296" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:32 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.014) 0:01:57.881 *********** ok: [sut] => { "bytes": 32158567628, "changed": false, "lvm": "29g", "parted": "29GiB", "size": "29 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:46 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.177) 0:01:58.058 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:50 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.016) 0:01:58.075 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:54 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.015) 0:01:58.090 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:58 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.016) 0:01:58.106 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:68 Sunday 21 July 2024 01:27:52 +0000 (0:00:00.015) 0:01:58.122 *********** ok: [sut] => { "ansible_facts": { "_storage_test_default_thpool_reserve_percent": "20" }, "changed": false } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:72 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.017) 0:01:58.139 *********** ok: [sut] => { "bytes": 1000000000, "changed": false, "lvm": "953m", "parted": "953MiB", "size": "953 MiB" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:77 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.175) 0:01:58.314 *********** ok: [sut] => { "bytes": 100000000000, "changed": false, "lvm": "93g", "parted": "93GiB", "size": "93 GiB" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:83 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.172) 0:01:58.487 *********** ok: [sut] => { "ansible_facts": { "_storage_test_max_thin_pool_size": "25726854102.4" }, "changed": false } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:88 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.018) 0:01:58.505 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:96 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.017) 0:01:58.523 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:104 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.016) 0:01:58.539 *********** ok: [sut] => { "bytes": 25726854102, "changed": false, "lvm": "23g", "parted": "23GiB", "size": "23 GiB" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:109 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.175) 0:01:58.714 *********** ok: [sut] => { "_storage_test_max_thin_pool_size": { "bytes": 25726854102, "changed": false, "failed": false, "lvm": "23g", "parted": "23GiB", "size": "23 GiB" } } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:113 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.017) 0:01:58.732 *********** ok: [sut] => { "storage_test_volume.thin_pool_size": "" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:117 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.015) 0:01:58.747 *********** ok: [sut] => { "storage_test_volume.size": "4g" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:121 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.015) 0:01:58.763 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:129 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.014) 0:01:58.777 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:138 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.014) 0:01:58.791 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_tp_volume_size": "4294967296" }, "changed": false } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:142 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.016) 0:01:58.808 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:150 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.017) 0:01:58.825 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:156 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.014) 0:01:58.840 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 4294967296, "changed": false, "failed": false, "lvm": "4g", "parted": "4GiB", "size": "4 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:160 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.014) 0:01:58.855 *********** ok: [sut] => { "storage_test_expected_size": "4294967296" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:164 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.015) 0:01:58.870 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:5 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.020) 0:01:58.890 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv2" ], "delta": "0:00:00.033593", "end": "2024-07-21 01:27:53.954789", "rc": 0, "start": "2024-07-21 01:27:53.921196" } STDOUT: LVM2_LV_NAME=lv2 LVM2_LV_ATTR=Vwi-aotz-- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=thin TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:13 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.212) 0:01:59.103 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "thin" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:18 Sunday 21 July 2024 01:27:53 +0000 (0:00:00.017) 0:01:59.120 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:27 Sunday 21 July 2024 01:27:54 +0000 (0:00:00.018) 0:01:59.139 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:35 Sunday 21 July 2024 01:27:54 +0000 (0:00:00.014) 0:01:59.154 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:41 Sunday 21 July 2024 01:27:54 +0000 (0:00:00.015) 0:01:59.170 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:47 Sunday 21 July 2024 01:27:54 +0000 (0:00:00.014) 0:01:59.184 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml:27 Sunday 21 July 2024 01:27:54 +0000 (0:00:00.014) 0:01:59.199 *********** 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-weekly-cio5rgz04_/tests/verify-role-results.yml:44 Sunday 21 July 2024 01:27:54 +0000 (0:00:00.012) 0:01:59.211 *********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:54 Sunday 21 July 2024 01:27:54 +0000 (0:00:00.012) 0:01:59.223 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove existing LV under existing thinpool] ****************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml:102 Sunday 21 July 2024 01:27:54 +0000 (0:00:00.011) 0:01:59.235 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 21 July 2024 01:27:54 +0000 (0:00:00.038) 0:01:59.274 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 21 July 2024 01:27:54 +0000 (0:00:00.020) 0:01:59.295 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 21 July 2024 01:27:54 +0000 (0:00:00.015) 0:01:59.310 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 21 July 2024 01:27:54 +0000 (0:00:00.032) 0:01:59.343 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 21 July 2024 01:27:54 +0000 (0:00:00.013) 0:01:59.356 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 21 July 2024 01:27:54 +0000 (0:00:00.011) 0:01:59.368 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 21 July 2024 01:27:54 +0000 (0:00:00.013) 0:01:59.381 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 21 July 2024 01:27:54 +0000 (0:00:00.012) 0:01:59.394 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 21 July 2024 01:27:54 +0000 (0:00:00.025) 0:01:59.419 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 21 July 2024 01:27:55 +0000 (0:00:00.867) 0:02:00.287 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "type": "lvm", "volumes": [ { "mount_point": "/opt/test2", "name": "lv2", "state": "absent", "thin": true, "thin_pool_name": "tpool1" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 21 July 2024 01:27:55 +0000 (0:00:00.017) 0:02:00.304 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 21 July 2024 01:27:55 +0000 (0:00:00.014) 0:02:00.319 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 21 July 2024 01:27:57 +0000 (0:00:02.502) 0:02:02.821 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 21 July 2024 01:27:57 +0000 (0:00:00.023) 0:02:02.845 *********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 21 July 2024 01:27:57 +0000 (0:00:00.012) 0:02:02.857 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 21 July 2024 01:27:57 +0000 (0:00:00.012) 0:02:02.870 *********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 21 July 2024 01:27:57 +0000 (0:00:00.011) 0:02:02.881 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx lvm2 TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 21 July 2024 01:27:58 +0000 (0:00:00.854) 0:02:03.736 *********** 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" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.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" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "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-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "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": "unknown" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 21 July 2024 01:28:00 +0000 (0:00:01.491) 0:02:05.228 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 21 July 2024 01:28:00 +0000 (0:00:00.021) 0:02:05.249 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 21 July 2024 01:28:00 +0000 (0:00:00.012) 0:02:05.262 *********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv2", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/vg1-lv1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "absent" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv2", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "/opt/test2", "mount_user": null, "name": "lv2", "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": 4294967296, "state": "absent", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 21 July 2024 01:28:03 +0000 (0:00:03.089) 0:02:08.351 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 21 July 2024 01:28:03 +0000 (0:00:00.014) 0:02:08.366 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 21 July 2024 01:28:03 +0000 (0:00:00.012) 0:02:08.378 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv2", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/vg1-lv1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "absent" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv2", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "/opt/test2", "mount_user": null, "name": "lv2", "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": 4294967296, "state": "absent", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 21 July 2024 01:28:03 +0000 (0:00:00.017) 0:02:08.395 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv2", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "/opt/test2", "mount_user": null, "name": "lv2", "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": 4294967296, "state": "absent", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 21 July 2024 01:28:03 +0000 (0:00:00.015) 0:02:08.411 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 21 July 2024 01:28:03 +0000 (0:00:00.015) 0:02:08.427 *********** changed: [sut] => (item={'src': '/dev/mapper/vg1-lv2', 'path': '/opt/test2', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "absent" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv2" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 21 July 2024 01:28:03 +0000 (0:00:00.184) 0:02:08.611 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 21 July 2024 01:28:03 +0000 (0:00:00.507) 0:02:09.119 *********** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 21 July 2024 01:28:04 +0000 (0:00:00.013) 0:02:09.132 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 21 July 2024 01:28:04 +0000 (0:00:00.013) 0:02:09.146 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 21 July 2024 01:28:04 +0000 (0:00:00.501) 0:02:09.648 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721525017.9620125, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1721305719.999782, "dev": 51713, "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": 1721305454.519782, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2533754435", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 21 July 2024 01:28:04 +0000 (0:00:00.178) 0:02:09.826 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 21 July 2024 01:28:04 +0000 (0:00:00.012) 0:02:09.839 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml:117 Sunday 21 July 2024 01:28:05 +0000 (0:00:00.630) 0:02:10.470 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:2 Sunday 21 July 2024 01:28:05 +0000 (0:00:00.052) 0:02:10.522 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv2", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "/opt/test2", "mount_user": null, "name": "lv2", "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": 4294967296, "state": "absent", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:7 Sunday 21 July 2024 01:28:05 +0000 (0:00:00.017) 0:02:10.540 *********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:15 Sunday 21 July 2024 01:28:05 +0000 (0:00:00.013) 0:02:10.553 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-lv1", "size": "3G", "type": "lvm", "uuid": "2c4dd7bf-3e00-495c-875b-8faf636abc1e" }, "/dev/mapper/vg1-tpool1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1", "size": "10G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1-tpool": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1-tpool", "size": "10G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1_tdata": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1_tdata", "size": "10G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1_tmeta": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1_tmeta", "size": "12M", "type": "lvm", "uuid": "" }, "/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": "G6oSt4-6VZ3-3Da4-kjcZ-krpF-75wi-N3TxNT" }, "/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": "h2QHde-XcUd-cKwm-2Gbv-dUrO-bcKU-Ixu8B5" }, "/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": "b4neTg-5SG5-wOLn-ZfcY-aYw1-8O7K-wqN5ik" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "62dce9a8-da77-4bcd-808d-79e9ebc474d0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:20 Sunday 21 July 2024 01:28:05 +0000 (0:00:00.184) 0:02:10.738 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002860", "end": "2024-07-21 01:28:05.763737", "rc": 0, "start": "2024-07-21 01:28:05.760877" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jul 18 12:24:14 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=62dce9a8-da77-4bcd-808d-79e9ebc474d0 / 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 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:25 Sunday 21 July 2024 01:28:05 +0000 (0:00:00.174) 0:02:10.912 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003061", "end": "2024-07-21 01:28:05.939472", "failed_when_result": false, "rc": 0, "start": "2024-07-21 01:28:05.936411" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:34 Sunday 21 July 2024 01:28:05 +0000 (0:00:00.175) 0:02:11.087 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:5 Sunday 21 July 2024 01:28:05 +0000 (0:00:00.026) 0:02:11.114 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:18 Sunday 21 July 2024 01:28:06 +0000 (0:00:00.013) 0:02:11.127 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.029218", "end": "2024-07-21 01:28:06.184695", "rc": 0, "start": "2024-07-21 01:28:06.155477" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:24 Sunday 21 July 2024 01:28:06 +0000 (0:00:00.207) 0:02:11.334 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:34 Sunday 21 July 2024 01:28:06 +0000 (0:00:00.018) 0:02:11.353 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:2 Sunday 21 July 2024 01:28:06 +0000 (0:00:00.028) 0:02:11.381 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "3", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:13 Sunday 21 July 2024 01:28:06 +0000 (0:00:00.019) 0:02:11.400 *********** 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" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:22 Sunday 21 July 2024 01:28:06 +0000 (0:00:00.491) 0:02:11.892 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "3" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:27 Sunday 21 July 2024 01:28:06 +0000 (0:00:00.017) 0:02:11.909 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:33 Sunday 21 July 2024 01:28:06 +0000 (0:00:00.018) 0:02:11.927 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:42 Sunday 21 July 2024 01:28:06 +0000 (0:00:00.017) 0:02:11.945 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:48 Sunday 21 July 2024 01:28:06 +0000 (0:00:00.015) 0:02:11.961 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:54 Sunday 21 July 2024 01:28:06 +0000 (0:00:00.015) 0:02:11.976 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:59 Sunday 21 July 2024 01:28:06 +0000 (0:00:00.013) 0:02:11.990 *********** 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 TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:73 Sunday 21 July 2024 01:28:06 +0000 (0:00:00.030) 0:02:12.020 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: ** (process:22998): WARNING **: 01:28:07.120: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True STDERR: Shared connection to 10.31.46.129 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:82 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.355) 0:02:12.376 *********** skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:92 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.019) 0:02:12.395 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:8 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.023) 0:02:12.419 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:14 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.013) 0:02:12.432 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:21 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.012) 0:02:12.445 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:28 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.013) 0:02:12.458 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:35 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.014) 0:02:12.472 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:45 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.013) 0:02:12.486 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:54 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.013) 0:02:12.499 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:64 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.044) 0:02:12.544 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:74 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.014) 0:02:12.558 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:85 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.013) 0:02:12.571 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:95 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.013) 0:02:12.585 *********** 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-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:95 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.012) 0:02:12.597 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-lvmraid.yml:2 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.026) 0:02:12.624 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:8 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.025) 0:02:12.649 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:16 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.012) 0:02:12.662 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:21 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.013) 0:02:12.676 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:29 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.013) 0:02:12.689 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:34 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.013) 0:02:12.702 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:40 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.013) 0:02:12.716 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:46 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.013) 0:02:12.729 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:98 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.014) 0:02:12.744 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-thin.yml:2 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.029) 0:02:12.773 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:8 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.026) 0:02:12.800 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:16 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.016) 0:02:12.817 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:23 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.014) 0:02:12.831 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:27 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.014) 0:02:12.845 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:101 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.011) 0:02:12.857 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:5 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.027) 0:02:12.885 *********** 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-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:13 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.015) 0:02:12.900 *********** skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdc1) => { "_storage_test_pool_member_path": "/dev/sdc1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:20 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.020) 0:02:12.921 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:2 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.033) 0:02:12.954 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:9 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.015) 0:02:12.969 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:18 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.016) 0:02:12.986 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:27 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.013) 0:02:12.999 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:37 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.014) 0:02:13.014 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:47 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.013) 0:02:13.028 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:2 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.014) 0:02:13.043 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:9 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.017) 0:02:13.060 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:18 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.016) 0:02:13.077 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:27 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.013) 0:02:13.091 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:37 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.013) 0:02:13.104 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:47 Sunday 21 July 2024 01:28:07 +0000 (0:00:00.013) 0:02:13.118 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:2 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.014) 0:02:13.132 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:9 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.015) 0:02:13.147 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:18 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.016) 0:02:13.164 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:27 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.177 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:37 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.190 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:47 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.204 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:27 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.217 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:104 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.012) 0:02:13.230 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-vdo.yml:2 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.027) 0:02:13.258 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:9 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.030) 0:02:13.288 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:16 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.302 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:22 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.014) 0:02:13.317 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:28 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.330 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:35 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.014) 0:02:13.345 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:41 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.016) 0:02:13.361 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:47 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.047) 0:02:13.409 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:107 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.423 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:6 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.029) 0:02:13.452 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:11 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.014) 0:02:13.467 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:15 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.481 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:26 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.494 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:36 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.508 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:49 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.521 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:110 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.535 *********** 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-weekly-cio5rgz04_/tests/test-verify-pool-volumes.yml:3 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.014) 0:02:13.549 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml:2 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.024) 0:02:13.574 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_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-weekly-cio5rgz04_/tests/test-verify-volume.yml:21 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.017) 0:02:13.592 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:7 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.055) 0:02:13.647 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:16 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.016) 0:02:13.664 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test2", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:31 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.016) 0:02:13.681 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:44 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.694 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:53 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.009) 0:02:13.704 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:65 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.717 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:77 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.014) 0:02:13.731 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:92 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.745 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:98 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.758 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:104 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.012) 0:02:13.771 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:116 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.012) 0:02:13.784 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:2 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.797 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "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-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:40 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.028) 0:02:13.826 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:48 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.840 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:58 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.017) 0:02:13.857 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:71 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.870 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml:6 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.013) 0:02:13.884 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml:17 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.014) 0:02:13.899 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:3 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.016) 0:02:13.915 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:9 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.171) 0:02:14.087 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:16 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.015) 0:02:14.102 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:24 Sunday 21 July 2024 01:28:08 +0000 (0:00:00.017) 0:02:14.119 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:30 Sunday 21 July 2024 01:28:09 +0000 (0:00:00.011) 0:02:14.131 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:34 Sunday 21 July 2024 01:28:09 +0000 (0:00:00.014) 0:02:14.146 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:39 Sunday 21 July 2024 01:28:09 +0000 (0:00:00.013) 0:02:14.159 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:3 Sunday 21 July 2024 01:28:09 +0000 (0:00:00.011) 0:02:14.171 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:10 Sunday 21 July 2024 01:28:09 +0000 (0:00:00.013) 0:02:14.185 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:17 Sunday 21 July 2024 01:28:09 +0000 (0:00:00.860) 0:02:15.045 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:23 Sunday 21 July 2024 01:28:09 +0000 (0:00:00.013) 0:02:15.059 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:32 Sunday 21 July 2024 01:28:09 +0000 (0:00:00.013) 0:02:15.072 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:45 Sunday 21 July 2024 01:28:09 +0000 (0:00:00.009) 0:02:15.082 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:51 Sunday 21 July 2024 01:28:09 +0000 (0:00:00.014) 0:02:15.097 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:56 Sunday 21 July 2024 01:28:09 +0000 (0:00:00.013) 0:02:15.111 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:69 Sunday 21 July 2024 01:28:09 +0000 (0:00:00.011) 0:02:15.122 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:81 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.011) 0:02:15.133 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:94 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.011) 0:02:15.144 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:106 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.017) 0:02:15.161 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:114 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.018) 0:02:15.179 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:122 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.193 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:131 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.207 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:140 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.221 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:8 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.012) 0:02:15.233 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:14 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.246 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:21 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.014) 0:02:15.261 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:28 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.275 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:35 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.289 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:45 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.302 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:54 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.316 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:63 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.330 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:72 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.014) 0:02:15.344 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:81 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.357 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:3 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.370 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:11 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.384 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:20 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.397 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:28 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.410 *********** ok: [sut] => { "storage_test_expected_size": "4294967296" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:32 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.015) 0:02:15.426 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:46 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.440 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:50 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.454 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:54 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.467 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:58 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.015) 0:02:15.483 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:68 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.018) 0:02:15.501 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:72 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.018) 0:02:15.520 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:77 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.015) 0:02:15.535 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:83 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.016) 0:02:15.552 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:88 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.015) 0:02:15.567 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:96 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.014) 0:02:15.582 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:104 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.014) 0:02:15.596 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:109 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.016) 0:02:15.613 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:113 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.014) 0:02:15.628 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:117 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.641 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:121 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.655 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:129 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.668 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:138 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.014) 0:02:15.682 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:142 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.016) 0:02:15.699 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:150 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.015) 0:02:15.714 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:156 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.015) 0:02:15.729 *********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:160 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.014) 0:02:15.744 *********** ok: [sut] => { "storage_test_expected_size": "4294967296" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:164 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.014) 0:02:15.759 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:5 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.015) 0:02:15.775 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:13 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.016) 0:02:15.791 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:18 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.805 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:27 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.818 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:35 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.832 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:41 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.846 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:47 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.859 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml:27 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.015) 0:02:15.875 *********** 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-weekly-cio5rgz04_/tests/verify-role-results.yml:44 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:15.889 *********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:54 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.012) 0:02:15.902 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml:120 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.012) 0:02:15.914 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.067) 0:02:15.982 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.017) 0:02:16.000 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.015) 0:02:16.015 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.035) 0:02:16.051 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.015) 0:02:16.066 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.013) 0:02:16.080 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.012) 0:02:16.092 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 21 July 2024 01:28:10 +0000 (0:00:00.012) 0:02:16.104 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 21 July 2024 01:28:11 +0000 (0:00:00.027) 0:02:16.131 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 21 July 2024 01:28:11 +0000 (0:00:00.866) 0:02:16.998 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "state": "absent", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "3g", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 21 July 2024 01:28:11 +0000 (0:00:00.017) 0:02:17.015 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 21 July 2024 01:28:11 +0000 (0:00:00.015) 0:02:17.030 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 21 July 2024 01:28:14 +0000 (0:00:02.303) 0:02:19.334 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 21 July 2024 01:28:14 +0000 (0:00:00.024) 0:02:19.358 *********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 21 July 2024 01:28:14 +0000 (0:00:00.012) 0:02:19.370 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 21 July 2024 01:28:14 +0000 (0:00:00.013) 0:02:19.384 *********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 21 July 2024 01:28:14 +0000 (0:00:00.017) 0:02:19.401 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 21 July 2024 01:28:15 +0000 (0:00:00.854) 0:02:20.255 *********** 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" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.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" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "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-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "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": "unknown" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 21 July 2024 01:28:16 +0000 (0:00:01.478) 0:02:21.734 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 21 July 2024 01:28:16 +0000 (0:00:00.022) 0:02:21.757 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 21 July 2024 01:28:16 +0000 (0:00:00.013) 0:02:21.770 *********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/mapper/vg1-tpool1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "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" }, { "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/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "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": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "3g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g", "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 21 July 2024 01:28:21 +0000 (0:00:04.393) 0:02:26.164 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 21 July 2024 01:28:21 +0000 (0:00:00.013) 0:02:26.177 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 21 July 2024 01:28:21 +0000 (0:00:00.012) 0:02:26.189 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/mapper/vg1-tpool1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "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" }, { "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/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "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": "vg1", "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": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "3g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g", "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 21 July 2024 01:28:21 +0000 (0:00:00.016) 0:02:26.206 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "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": "vg1", "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": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "3g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g", "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 21 July 2024 01:28:21 +0000 (0:00:00.016) 0:02:26.223 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 21 July 2024 01:28:21 +0000 (0:00:00.014) 0:02:26.237 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 21 July 2024 01:28:21 +0000 (0:00:00.013) 0:02:26.250 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 21 July 2024 01:28:21 +0000 (0:00:00.013) 0:02:26.263 *********** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 21 July 2024 01:28:21 +0000 (0:00:00.013) 0:02:26.276 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 21 July 2024 01:28:21 +0000 (0:00:00.014) 0:02:26.290 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 21 July 2024 01:28:21 +0000 (0:00:00.015) 0:02:26.306 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721525017.9620125, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1721305719.999782, "dev": 51713, "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": 1721305454.519782, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2533754435", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 21 July 2024 01:28:21 +0000 (0:00:00.178) 0:02:26.484 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 21 July 2024 01:28:21 +0000 (0:00:00.016) 0:02:26.500 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml:137 Sunday 21 July 2024 01:28:21 +0000 (0:00:00.588) 0:02:27.089 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:2 Sunday 21 July 2024 01:28:21 +0000 (0:00:00.028) 0:02:27.118 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "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": "vg1", "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": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "3g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g", "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:7 Sunday 21 July 2024 01:28:22 +0000 (0:00:00.017) 0:02:27.136 *********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:15 Sunday 21 July 2024 01:28:22 +0000 (0:00:00.013) 0:02:27.149 *********** 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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "62dce9a8-da77-4bcd-808d-79e9ebc474d0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:20 Sunday 21 July 2024 01:28:22 +0000 (0:00:00.176) 0:02:27.326 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002527", "end": "2024-07-21 01:28:22.350221", "rc": 0, "start": "2024-07-21 01:28:22.347694" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jul 18 12:24:14 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=62dce9a8-da77-4bcd-808d-79e9ebc474d0 / 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 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:25 Sunday 21 July 2024 01:28:22 +0000 (0:00:00.172) 0:02:27.498 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002546", "end": "2024-07-21 01:28:22.522654", "failed_when_result": false, "rc": 0, "start": "2024-07-21 01:28:22.520108" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:34 Sunday 21 July 2024 01:28:22 +0000 (0:00:00.171) 0:02:27.669 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:5 Sunday 21 July 2024 01:28:22 +0000 (0:00:00.026) 0:02:27.696 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:18 Sunday 21 July 2024 01:28:22 +0000 (0:00:00.012) 0:02:27.708 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:24 Sunday 21 July 2024 01:28:22 +0000 (0:00:00.013) 0:02:27.722 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:34 Sunday 21 July 2024 01:28:22 +0000 (0:00:00.014) 0:02:27.737 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:2 Sunday 21 July 2024 01:28:22 +0000 (0:00:00.028) 0:02:27.765 *********** 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-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:13 Sunday 21 July 2024 01:28:22 +0000 (0:00:00.018) 0:02:27.783 *********** TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:22 Sunday 21 July 2024 01:28:22 +0000 (0:00:00.012) 0:02:27.796 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:27 Sunday 21 July 2024 01:28:22 +0000 (0:00:00.044) 0:02:27.841 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:33 Sunday 21 July 2024 01:28:22 +0000 (0:00:00.018) 0:02:27.859 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:42 Sunday 21 July 2024 01:28:22 +0000 (0:00:00.018) 0:02:27.878 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:48 Sunday 21 July 2024 01:28:22 +0000 (0:00:00.016) 0:02:27.895 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:54 Sunday 21 July 2024 01:28:22 +0000 (0:00:00.016) 0:02:27.912 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:59 Sunday 21 July 2024 01:28:22 +0000 (0:00:00.013) 0:02:27.925 *********** TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:73 Sunday 21 July 2024 01:28:22 +0000 (0:00:00.013) 0:02:27.939 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: ** (process:23775): WARNING **: 01:28:23.038: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True STDERR: Shared connection to 10.31.46.129 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:82 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.350) 0:02:28.289 *********** TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:92 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.011) 0:02:28.301 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:8 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.023) 0:02:28.324 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:14 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.014) 0:02:28.338 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:21 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.012) 0:02:28.351 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:28 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.013) 0:02:28.365 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:35 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.013) 0:02:28.378 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:45 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.013) 0:02:28.391 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:54 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.013) 0:02:28.404 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:64 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.015) 0:02:28.420 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:74 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.012) 0:02:28.432 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:85 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.012) 0:02:28.445 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:95 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.013) 0:02:28.459 *********** 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-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:95 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.013) 0:02:28.472 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-lvmraid.yml:2 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.027) 0:02:28.499 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:8 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.026) 0:02:28.525 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:16 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.013) 0:02:28.539 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:21 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.013) 0:02:28.552 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:29 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.013) 0:02:28.566 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:34 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.014) 0:02:28.581 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:40 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.013) 0:02:28.594 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:46 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.013) 0:02:28.607 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:98 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.013) 0:02:28.621 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-thin.yml:2 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.026) 0:02:28.647 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:8 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.026) 0:02:28.673 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:16 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.014) 0:02:28.688 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:23 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.014) 0:02:28.702 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:27 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.014) 0:02:28.717 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:101 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.017) 0:02:28.734 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:5 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.029) 0:02:28.764 *********** 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-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:13 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.016) 0:02:28.781 *********** TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:20 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.012) 0:02:28.793 *********** TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:27 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.014) 0:02:28.808 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:104 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.014) 0:02:28.823 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-vdo.yml:2 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.029) 0:02:28.852 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:9 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.027) 0:02:28.879 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:16 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.014) 0:02:28.894 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:22 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.015) 0:02:28.910 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:28 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.012) 0:02:28.922 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:35 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.014) 0:02:28.937 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:41 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.014) 0:02:28.951 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:47 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.051) 0:02:29.003 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:107 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.014) 0:02:29.017 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:6 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.032) 0:02:29.050 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:11 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.013) 0:02:29.064 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:15 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.015) 0:02:29.079 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:26 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.013) 0:02:29.093 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:36 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.013) 0:02:29.106 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:49 Sunday 21 July 2024 01:28:23 +0000 (0:00:00.013) 0:02:29.120 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:110 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.012) 0:02:29.132 *********** 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-weekly-cio5rgz04_/tests/test-verify-pool-volumes.yml:3 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.012) 0:02:29.144 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml:2 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.025) 0:02:29.169 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_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-weekly-cio5rgz04_/tests/test-verify-volume.yml:21 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.016) 0:02:29.186 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:7 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.055) 0:02:29.241 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:16 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.015) 0:02:29.257 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:31 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.018) 0:02:29.276 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:44 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.016) 0:02:29.292 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:53 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.011) 0:02:29.304 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:65 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.013) 0:02:29.317 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:77 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.013) 0:02:29.331 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:92 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.013) 0:02:29.344 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:98 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.013) 0:02:29.357 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:104 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.015) 0:02:29.372 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:116 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.013) 0:02:29.386 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:2 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.013) 0:02:29.400 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "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-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:40 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.026) 0:02:29.426 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:48 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.015) 0:02:29.442 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:58 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.017) 0:02:29.459 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:71 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.015) 0:02:29.474 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml:6 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.012) 0:02:29.486 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml:17 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.014) 0:02:29.501 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:3 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.014) 0:02:29.516 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:9 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.173) 0:02:29.689 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:16 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.013) 0:02:29.703 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:24 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.017) 0:02:29.721 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:30 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.011) 0:02:29.732 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:34 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.014) 0:02:29.746 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:39 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.012) 0:02:29.759 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:3 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.011) 0:02:29.771 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:10 Sunday 21 July 2024 01:28:24 +0000 (0:00:00.013) 0:02:29.784 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:17 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.846) 0:02:30.631 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:23 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.013) 0:02:30.644 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:32 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.013) 0:02:30.658 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:45 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.042) 0:02:30.700 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:51 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.015) 0:02:30.716 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:56 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.013) 0:02:30.729 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:69 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.011) 0:02:30.740 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:81 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.009) 0:02:30.750 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:94 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.009) 0:02:30.760 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:106 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.019) 0:02:30.779 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:114 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.016) 0:02:30.796 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:122 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.012) 0:02:30.809 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:131 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.012) 0:02:30.821 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:140 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.012) 0:02:30.834 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:8 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.011) 0:02:30.845 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:14 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.013) 0:02:30.859 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:21 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.012) 0:02:30.872 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:28 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.012) 0:02:30.885 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:35 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.012) 0:02:30.897 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:45 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.014) 0:02:30.912 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:54 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.014) 0:02:30.926 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:63 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.016) 0:02:30.943 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:72 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.013) 0:02:30.957 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:81 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.013) 0:02:30.970 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:3 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.013) 0:02:30.983 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:11 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.013) 0:02:30.997 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:20 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.013) 0:02:31.011 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:28 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.014) 0:02:31.025 *********** ok: [sut] => { "storage_test_expected_size": "4294967296" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:32 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.014) 0:02:31.040 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:46 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.013) 0:02:31.053 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:50 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.013) 0:02:31.066 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:54 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.014) 0:02:31.080 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:58 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.013) 0:02:31.094 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:68 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.016) 0:02:31.110 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:72 Sunday 21 July 2024 01:28:25 +0000 (0:00:00.014) 0:02:31.124 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:77 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.014) 0:02:31.139 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:83 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.015) 0:02:31.155 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:88 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.014) 0:02:31.169 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:96 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.014) 0:02:31.184 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:104 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.016) 0:02:31.200 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:109 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.014) 0:02:31.214 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:113 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.014) 0:02:31.229 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:117 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.014) 0:02:31.244 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:121 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.014) 0:02:31.258 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:129 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.013) 0:02:31.272 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:138 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.015) 0:02:31.287 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:142 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.012) 0:02:31.300 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:150 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.014) 0:02:31.314 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:156 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.014) 0:02:31.328 *********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:160 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.014) 0:02:31.342 *********** ok: [sut] => { "storage_test_expected_size": "4294967296" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:164 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.012) 0:02:31.355 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:5 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.014) 0:02:31.369 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:13 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.012) 0:02:31.382 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:18 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.012) 0:02:31.395 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:27 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.012) 0:02:31.408 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:35 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.012) 0:02:31.420 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:41 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.012) 0:02:31.433 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:47 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.014) 0:02:31.448 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml:27 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.013) 0:02:31.462 *********** 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-weekly-cio5rgz04_/tests/verify-role-results.yml:44 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.011) 0:02:31.474 *********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:54 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.012) 0:02:31.486 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a thinpool device using percentages] ****************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml:140 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.012) 0:02:31.498 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.044) 0:02:31.543 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.056) 0:02:31.600 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.015) 0:02:31.615 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.032) 0:02:31.647 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.012) 0:02:31.660 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.011) 0:02:31.672 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.011) 0:02:31.683 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.012) 0:02:31.696 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 21 July 2024 01:28:26 +0000 (0:00:00.024) 0:02:31.720 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 21 July 2024 01:28:27 +0000 (0:00:00.846) 0:02:32.567 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "100%", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "100%" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 21 July 2024 01:28:27 +0000 (0:00:00.015) 0:02:32.582 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 21 July 2024 01:28:27 +0000 (0:00:00.014) 0:02:32.597 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 21 July 2024 01:28:28 +0000 (0:00:00.857) 0:02:33.454 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 21 July 2024 01:28:28 +0000 (0:00:00.023) 0:02:33.477 *********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 21 July 2024 01:28:28 +0000 (0:00:00.012) 0:02:33.489 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 21 July 2024 01:28:28 +0000 (0:00:00.013) 0:02:33.502 *********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 21 July 2024 01:28:28 +0000 (0:00:00.012) 0:02:33.515 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx lvm2 TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 21 July 2024 01:28:29 +0000 (0:00:00.854) 0:02:34.369 *********** 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" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.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" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "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-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "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": "unknown" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 21 July 2024 01:28:30 +0000 (0:00:01.479) 0:02:35.849 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 21 July 2024 01:28:30 +0000 (0:00:00.020) 0:02:35.870 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 21 July 2024 01:28:30 +0000 (0:00:00.012) 0:02:35.882 *********** changed: [sut] => { "actions": [ { "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/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-tpool1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "100%", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "100%", "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 21 July 2024 01:28:34 +0000 (0:00:04.200) 0:02:40.083 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 21 July 2024 01:28:34 +0000 (0:00:00.012) 0:02:40.096 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 21 July 2024 01:28:34 +0000 (0:00:00.012) 0:02:40.108 *********** ok: [sut] => { "blivet_output": { "actions": [ { "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/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-tpool1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "100%", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "100%", "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 21 July 2024 01:28:34 +0000 (0:00:00.016) 0:02:40.125 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "100%", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "100%", "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 21 July 2024 01:28:35 +0000 (0:00:00.015) 0:02:40.140 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 21 July 2024 01:28:35 +0000 (0:00:00.013) 0:02:40.153 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 21 July 2024 01:28:35 +0000 (0:00:00.012) 0:02:40.166 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 21 July 2024 01:28:35 +0000 (0:00:00.499) 0:02:40.666 *********** changed: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 21 July 2024 01:28:35 +0000 (0:00:00.194) 0:02:40.860 *********** skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 21 July 2024 01:28:35 +0000 (0:00:00.019) 0:02:40.879 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 21 July 2024 01:28:36 +0000 (0:00:00.513) 0:02:41.393 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721525017.9620125, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1721305719.999782, "dev": 51713, "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": 1721305454.519782, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2533754435", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 21 July 2024 01:28:36 +0000 (0:00:00.180) 0:02:41.573 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 21 July 2024 01:28:36 +0000 (0:00:00.012) 0:02:41.585 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml:157 Sunday 21 July 2024 01:28:37 +0000 (0:00:00.631) 0:02:42.217 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:2 Sunday 21 July 2024 01:28:37 +0000 (0:00:00.030) 0:02:42.248 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "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": "vg1", "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/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "100%", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "100%", "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:7 Sunday 21 July 2024 01:28:37 +0000 (0:00:00.020) 0:02:42.268 *********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:15 Sunday 21 July 2024 01:28:37 +0000 (0:00:00.013) 0:02:42.281 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/vg1-lv1", "size": "23.9G", "type": "lvm", "uuid": "0e10cbed-987e-467b-9765-03b0b5d4fe16" }, "/dev/mapper/vg1-tpool1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1", "size": "23.9G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1-tpool": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1-tpool", "size": "23.9G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1_tdata": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1_tdata", "size": "23.9G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1_tmeta": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1_tmeta", "size": "24M", "type": "lvm", "uuid": "" }, "/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": "NCtcHO-K2ZT-q19c-JEqa-mMnM-93b9-1J2kF7" }, "/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": "fevuLp-uHz4-DQCb-aE96-xjDi-462B-pWqTax" }, "/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": "IxT59I-irvc-4qKK-eJxM-UX0e-XP6n-SikOXE" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "62dce9a8-da77-4bcd-808d-79e9ebc474d0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:20 Sunday 21 July 2024 01:28:37 +0000 (0:00:00.189) 0:02:42.471 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002894", "end": "2024-07-21 01:28:37.499583", "rc": 0, "start": "2024-07-21 01:28:37.496689" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jul 18 12:24:14 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=62dce9a8-da77-4bcd-808d-79e9ebc474d0 / 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 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:25 Sunday 21 July 2024 01:28:37 +0000 (0:00:00.176) 0:02:42.648 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003050", "end": "2024-07-21 01:28:37.676330", "failed_when_result": false, "rc": 0, "start": "2024-07-21 01:28:37.673280" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:34 Sunday 21 July 2024 01:28:37 +0000 (0:00:00.177) 0:02:42.826 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:5 Sunday 21 July 2024 01:28:37 +0000 (0:00:00.026) 0:02:42.852 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:18 Sunday 21 July 2024 01:28:37 +0000 (0:00:00.013) 0:02:42.865 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.030777", "end": "2024-07-21 01:28:37.930013", "rc": 0, "start": "2024-07-21 01:28:37.899236" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:24 Sunday 21 July 2024 01:28:37 +0000 (0:00:00.214) 0:02:43.080 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:34 Sunday 21 July 2024 01:28:37 +0000 (0:00:00.018) 0:02:43.099 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:2 Sunday 21 July 2024 01:28:38 +0000 (0:00:00.029) 0:02:43.128 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "3", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:13 Sunday 21 July 2024 01:28:38 +0000 (0:00:00.019) 0:02:43.147 *********** 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" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:22 Sunday 21 July 2024 01:28:38 +0000 (0:00:00.502) 0:02:43.649 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "3" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:27 Sunday 21 July 2024 01:28:38 +0000 (0:00:00.016) 0:02:43.665 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:33 Sunday 21 July 2024 01:28:38 +0000 (0:00:00.017) 0:02:43.683 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:42 Sunday 21 July 2024 01:28:38 +0000 (0:00:00.018) 0:02:43.701 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:48 Sunday 21 July 2024 01:28:38 +0000 (0:00:00.015) 0:02:43.716 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:54 Sunday 21 July 2024 01:28:38 +0000 (0:00:00.015) 0:02:43.732 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:59 Sunday 21 July 2024 01:28:38 +0000 (0:00:00.015) 0:02:43.747 *********** 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 TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:73 Sunday 21 July 2024 01:28:38 +0000 (0:00:00.030) 0:02:43.778 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: ** (process:24772): WARNING **: 01:28:38.873: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True STDERR: Shared connection to 10.31.46.129 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:82 Sunday 21 July 2024 01:28:38 +0000 (0:00:00.347) 0:02:44.125 *********** skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:92 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.021) 0:02:44.146 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:8 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.025) 0:02:44.172 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:14 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.013) 0:02:44.186 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:21 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.013) 0:02:44.199 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:28 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.013) 0:02:44.212 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:35 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.012) 0:02:44.225 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:45 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.014) 0:02:44.239 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:54 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.013) 0:02:44.252 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:64 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.013) 0:02:44.266 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:74 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.013) 0:02:44.279 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:85 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.013) 0:02:44.293 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:95 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.013) 0:02:44.306 *********** 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-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:95 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.013) 0:02:44.320 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-lvmraid.yml:2 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.026) 0:02:44.346 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:8 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.027) 0:02:44.374 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:16 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.015) 0:02:44.389 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:21 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.013) 0:02:44.403 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:29 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.013) 0:02:44.416 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:34 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.013) 0:02:44.430 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:40 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.013) 0:02:44.443 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:46 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.015) 0:02:44.459 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:98 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.013) 0:02:44.472 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-thin.yml:2 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.026) 0:02:44.499 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:8 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.026) 0:02:44.526 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheading", "-o", "pool_lv", "--select", "lv_name=lv1&&segtype=thin", "vg1" ], "delta": "0:00:00.031109", "end": "2024-07-21 01:28:39.585710", "rc": 0, "start": "2024-07-21 01:28:39.554601" } STDOUT: tpool1 TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:16 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.207) 0:02:44.733 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:23 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.023) 0:02:44.757 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:27 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.019) 0:02:44.776 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:101 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.012) 0:02:44.788 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:5 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.028) 0:02:44.817 *********** 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-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:13 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.048) 0:02:44.865 *********** skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdc1) => { "_storage_test_pool_member_path": "/dev/sdc1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:20 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.021) 0:02:44.886 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:2 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.033) 0:02:44.919 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:9 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.016) 0:02:44.936 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:18 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.016) 0:02:44.953 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:27 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.013) 0:02:44.966 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:37 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.012) 0:02:44.979 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:47 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.012) 0:02:44.992 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:2 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.013) 0:02:45.005 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:9 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.016) 0:02:45.022 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:18 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.016) 0:02:45.038 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:27 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.013) 0:02:45.052 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:37 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.013) 0:02:45.065 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:47 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.012) 0:02:45.078 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:2 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.013) 0:02:45.091 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:9 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.015) 0:02:45.107 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:18 Sunday 21 July 2024 01:28:39 +0000 (0:00:00.016) 0:02:45.123 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:27 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.013) 0:02:45.136 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:37 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.013) 0:02:45.150 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-crypttab.yml:47 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.013) 0:02:45.164 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:27 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.015) 0:02:45.179 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:104 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.013) 0:02:45.192 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-vdo.yml:2 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.029) 0:02:45.222 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:9 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.028) 0:02:45.251 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:16 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.013) 0:02:45.264 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:22 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.014) 0:02:45.278 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:28 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.014) 0:02:45.293 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:35 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.013) 0:02:45.307 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:41 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.015) 0:02:45.323 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:47 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.013) 0:02:45.336 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:107 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.013) 0:02:45.349 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:6 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.030) 0:02:45.379 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:11 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.016) 0:02:45.395 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:15 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.013) 0:02:45.409 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:26 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.013) 0:02:45.423 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:36 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.013) 0:02:45.437 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:49 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.014) 0:02:45.452 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:110 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.013) 0:02:45.465 *********** 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-weekly-cio5rgz04_/tests/test-verify-pool-volumes.yml:3 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.015) 0:02:45.481 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml:2 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.026) 0:02:45.508 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume.yml:21 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.018) 0:02:45.527 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:7 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.055) 0:02:45.582 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:16 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.017) 0:02:45.599 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:31 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.017) 0:02:45.617 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:44 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.013) 0:02:45.630 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:53 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.017) 0:02:45.648 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:65 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.015) 0:02:45.663 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:77 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.016) 0:02:45.680 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:92 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.045) 0:02:45.725 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:98 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.014) 0:02:45.740 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:104 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.013) 0:02:45.753 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:116 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.013) 0:02:45.767 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:2 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.012) 0:02:45.780 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:40 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.028) 0:02:45.808 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:48 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.016) 0:02:45.824 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:58 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.015) 0:02:45.840 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:71 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.013) 0:02:45.854 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml:6 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.014) 0:02:45.868 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml:17 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.019) 0:02:45.888 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:3 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.025) 0:02:45.913 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721525314.8725135, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1721525314.8725135, "dev": 5, "device_type": 64772, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 2558, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1721525314.8725135, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "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-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:9 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.179) 0:02:46.092 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:16 Sunday 21 July 2024 01:28:40 +0000 (0:00:00.018) 0:02:46.111 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:24 Sunday 21 July 2024 01:28:41 +0000 (0:00:00.014) 0:02:46.125 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:30 Sunday 21 July 2024 01:28:41 +0000 (0:00:00.019) 0:02:46.145 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:34 Sunday 21 July 2024 01:28:41 +0000 (0:00:00.014) 0:02:46.160 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:39 Sunday 21 July 2024 01:28:41 +0000 (0:00:00.014) 0:02:46.174 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:3 Sunday 21 July 2024 01:28:41 +0000 (0:00:00.015) 0:02:46.190 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:10 Sunday 21 July 2024 01:28:41 +0000 (0:00:00.016) 0:02:46.207 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:17 Sunday 21 July 2024 01:28:41 +0000 (0:00:00.850) 0:02:47.057 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:23 Sunday 21 July 2024 01:28:41 +0000 (0:00:00.014) 0:02:47.071 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:32 Sunday 21 July 2024 01:28:41 +0000 (0:00:00.014) 0:02:47.086 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:45 Sunday 21 July 2024 01:28:41 +0000 (0:00:00.021) 0:02:47.107 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:51 Sunday 21 July 2024 01:28:41 +0000 (0:00:00.013) 0:02:47.121 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:56 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.013) 0:02:47.135 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:69 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.014) 0:02:47.149 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:81 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.014) 0:02:47.164 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:94 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.014) 0:02:47.178 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:106 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.020) 0:02:47.199 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:114 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.019) 0:02:47.218 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:122 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.014) 0:02:47.233 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:131 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.014) 0:02:47.247 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:140 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.014) 0:02:47.262 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:8 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.013) 0:02:47.276 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:14 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.016) 0:02:47.292 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:21 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.013) 0:02:47.306 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:28 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.013) 0:02:47.319 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:35 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.013) 0:02:47.333 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:45 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.013) 0:02:47.346 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:54 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.013) 0:02:47.359 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:63 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.016) 0:02:47.376 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:72 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.013) 0:02:47.389 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:81 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.013) 0:02:47.403 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:3 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.013) 0:02:47.416 *********** ok: [sut] => { "bytes": 25662429593, "changed": false, "lvm": "23g", "parted": "23GiB", "size": "23 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:11 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.175) 0:02:47.591 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:20 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.017) 0:02:47.609 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:28 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.016) 0:02:47.625 *********** ok: [sut] => { "storage_test_expected_size": "4294967296" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:32 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.018) 0:02:47.643 *********** ok: [sut] => { "bytes": 32158567628, "changed": false, "lvm": "29g", "parted": "29GiB", "size": "29 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:46 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.176) 0:02:47.820 *********** ok: [sut] => { "storage_test_pool": { "disks": [ "sda", "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": "vg1", "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/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "100%", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "100%", "type": "lvm", "vdo_pool_size": null } ] } } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:50 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.021) 0:02:47.841 *********** ok: [sut] => { "storage_test_blkinfo": { "changed": false, "failed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/vg1-lv1", "size": "23.9G", "type": "lvm", "uuid": "0e10cbed-987e-467b-9765-03b0b5d4fe16" }, "/dev/mapper/vg1-tpool1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1", "size": "23.9G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1-tpool": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1-tpool", "size": "23.9G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1_tdata": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1_tdata", "size": "23.9G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-tpool1_tmeta": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-tpool1_tmeta", "size": "24M", "type": "lvm", "uuid": "" }, "/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": "NCtcHO-K2ZT-q19c-JEqa-mMnM-93b9-1J2kF7" }, "/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": "fevuLp-uHz4-DQCb-aE96-xjDi-462B-pWqTax" }, "/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": "IxT59I-irvc-4qKK-eJxM-UX0e-XP6n-SikOXE" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "62dce9a8-da77-4bcd-808d-79e9ebc474d0" } } } } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:54 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.021) 0:02:47.863 *********** ok: [sut] => { "storage_test_pool_size": { "bytes": 32158567628, "changed": false, "failed": false, "lvm": "29g", "parted": "29GiB", "size": "29 GiB" } } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:58 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.019) 0:02:47.883 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "32158567628.0" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:68 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.054) 0:02:47.937 *********** ok: [sut] => { "ansible_facts": { "_storage_test_default_thpool_reserve_percent": "20" }, "changed": false } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:72 Sunday 21 July 2024 01:28:42 +0000 (0:00:00.017) 0:02:47.955 *********** ok: [sut] => { "bytes": 1000000000, "changed": false, "lvm": "953m", "parted": "953MiB", "size": "953 MiB" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:77 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.174) 0:02:48.129 *********** ok: [sut] => { "bytes": 100000000000, "changed": false, "lvm": "93g", "parted": "93GiB", "size": "93 GiB" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:83 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.172) 0:02:48.301 *********** ok: [sut] => { "ansible_facts": { "_storage_test_max_thin_pool_size": "25726854102.4" }, "changed": false } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:88 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.018) 0:02:48.320 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:96 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.015) 0:02:48.335 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:104 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.016) 0:02:48.352 *********** ok: [sut] => { "bytes": 25726854102, "changed": false, "lvm": "23g", "parted": "23GiB", "size": "23 GiB" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:109 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.171) 0:02:48.523 *********** ok: [sut] => { "_storage_test_max_thin_pool_size": { "bytes": 25726854102, "changed": false, "failed": false, "lvm": "23g", "parted": "23GiB", "size": "23 GiB" } } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:113 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.018) 0:02:48.542 *********** ok: [sut] => { "storage_test_volume.thin_pool_size": "100%" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:117 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.019) 0:02:48.562 *********** ok: [sut] => { "storage_test_volume.size": "100%" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:121 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.017) 0:02:48.579 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:129 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.017) 0:02:48.596 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_thin_pool_size": "25726854102.0" }, "changed": false } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:138 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.020) 0:02:48.617 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_tp_volume_size": "32158567628.0" }, "changed": false } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:142 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.016) 0:02:48.634 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_tp_volume_size": "25726854102.0" }, "changed": false } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:150 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.019) 0:02:48.653 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "25726854102.0" }, "changed": false } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:156 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.020) 0:02:48.673 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 25662429593, "changed": false, "failed": false, "lvm": "23g", "parted": "23GiB", "size": "23 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:160 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.016) 0:02:48.690 *********** ok: [sut] => { "storage_test_expected_size": "25726854102.0" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:164 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.015) 0:02:48.705 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:5 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.018) 0:02:48.724 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.029886", "end": "2024-07-21 01:28:43.781643", "rc": 0, "start": "2024-07-21 01:28:43.751757" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=Vwi-aotz-- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=thin TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:13 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.204) 0:02:48.928 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "thin" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:18 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.016) 0:02:48.945 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:27 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.017) 0:02:48.963 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:35 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.014) 0:02:48.977 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:41 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.015) 0:02:48.993 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:47 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.015) 0:02:49.009 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml:27 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.015) 0:02:49.024 *********** 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-weekly-cio5rgz04_/tests/verify-role-results.yml:44 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.012) 0:02:49.037 *********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:54 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.012) 0:02:49.050 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml:160 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.012) 0:02:49.062 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 21 July 2024 01:28:43 +0000 (0:00:00.045) 0:02:49.107 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 21 July 2024 01:28:44 +0000 (0:00:00.021) 0:02:49.129 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 21 July 2024 01:28:44 +0000 (0:00:00.016) 0:02:49.145 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 21 July 2024 01:28:44 +0000 (0:00:00.034) 0:02:49.180 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 21 July 2024 01:28:44 +0000 (0:00:00.013) 0:02:49.193 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 21 July 2024 01:28:44 +0000 (0:00:00.014) 0:02:49.208 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 21 July 2024 01:28:44 +0000 (0:00:00.012) 0:02:49.220 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 21 July 2024 01:28:44 +0000 (0:00:00.012) 0:02:49.233 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 21 July 2024 01:28:44 +0000 (0:00:00.025) 0:02:49.259 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 21 July 2024 01:28:44 +0000 (0:00:00.856) 0:02:50.115 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "state": "absent", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "3g", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 21 July 2024 01:28:45 +0000 (0:00:00.017) 0:02:50.132 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 21 July 2024 01:28:45 +0000 (0:00:00.014) 0:02:50.147 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 21 July 2024 01:28:47 +0000 (0:00:02.253) 0:02:52.400 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 21 July 2024 01:28:47 +0000 (0:00:00.023) 0:02:52.424 *********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 21 July 2024 01:28:47 +0000 (0:00:00.012) 0:02:52.437 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 21 July 2024 01:28:47 +0000 (0:00:00.013) 0:02:52.450 *********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 21 July 2024 01:28:47 +0000 (0:00:00.013) 0:02:52.464 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 21 July 2024 01:28:48 +0000 (0:00:00.858) 0:02:53.322 *********** 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" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.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" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "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-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "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": "unknown" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 21 July 2024 01:28:49 +0000 (0:00:01.473) 0:02:54.796 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 21 July 2024 01:28:49 +0000 (0:00:00.021) 0:02:54.817 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 21 July 2024 01:28:49 +0000 (0:00:00.012) 0:02:54.830 *********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/mapper/vg1-tpool1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "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" }, { "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/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "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": "vg1", "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": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "3g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g", "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 21 July 2024 01:28:54 +0000 (0:00:04.318) 0:02:59.148 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 21 July 2024 01:28:54 +0000 (0:00:00.014) 0:02:59.162 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 21 July 2024 01:28:54 +0000 (0:00:00.012) 0:02:59.175 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/mapper/vg1-tpool1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "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" }, { "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/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "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": "vg1", "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": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "3g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g", "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 21 July 2024 01:28:54 +0000 (0:00:00.017) 0:02:59.193 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "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": "vg1", "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": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "3g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g", "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 21 July 2024 01:28:54 +0000 (0:00:00.016) 0:02:59.209 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 21 July 2024 01:28:54 +0000 (0:00:00.014) 0:02:59.224 *********** changed: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 21 July 2024 01:28:54 +0000 (0:00:00.181) 0:02:59.405 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 21 July 2024 01:28:54 +0000 (0:00:00.488) 0:02:59.894 *********** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 21 July 2024 01:28:54 +0000 (0:00:00.014) 0:02:59.908 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 21 July 2024 01:28:54 +0000 (0:00:00.013) 0:02:59.922 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 21 July 2024 01:28:55 +0000 (0:00:00.484) 0:03:00.407 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721525017.9620125, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1721305719.999782, "dev": 51713, "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": 1721305454.519782, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2533754435", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 21 July 2024 01:28:55 +0000 (0:00:00.180) 0:03:00.587 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 21 July 2024 01:28:55 +0000 (0:00:00.012) 0:03:00.600 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/tests_create_thinp_then_remove.yml:177 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.587) 0:03:01.188 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:2 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.031) 0:03:01.219 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "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": "vg1", "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": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "/opt/test1", "mount_user": null, "name": "lv1", "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": "3g", "state": "present", "thin": true, "thin_pool_name": "tpool1", "thin_pool_size": "10g", "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:7 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.020) 0:03:01.239 *********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:15 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.013) 0:03:01.253 *********** 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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "62dce9a8-da77-4bcd-808d-79e9ebc474d0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:20 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.179) 0:03:01.432 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002868", "end": "2024-07-21 01:28:56.457158", "rc": 0, "start": "2024-07-21 01:28:56.454290" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jul 18 12:24:14 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=62dce9a8-da77-4bcd-808d-79e9ebc474d0 / 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 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:25 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.171) 0:03:01.604 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003065", "end": "2024-07-21 01:28:56.633321", "failed_when_result": false, "rc": 0, "start": "2024-07-21 01:28:56.630256" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:34 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.177) 0:03:01.781 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:5 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.025) 0:03:01.806 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:18 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.013) 0:03:01.819 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:24 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.012) 0:03:01.832 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool.yml:34 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.012) 0:03:01.845 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:2 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.029) 0:03:01.874 *********** 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-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:13 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.018) 0:03:01.893 *********** TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:22 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.011) 0:03:01.905 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:27 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.014) 0:03:01.920 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:33 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.016) 0:03:01.937 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:42 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.015) 0:03:01.952 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:48 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.014) 0:03:01.967 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:54 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.016) 0:03:01.984 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:59 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.012) 0:03:01.996 *********** TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:73 Sunday 21 July 2024 01:28:56 +0000 (0:00:00.011) 0:03:02.008 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: ** (process:25776): WARNING **: 01:28:57.108: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True STDERR: Shared connection to 10.31.46.129 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:82 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.356) 0:03:02.364 *********** TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:92 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.012) 0:03:02.377 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:8 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.024) 0:03:02.401 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:14 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.013) 0:03:02.414 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:21 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.014) 0:03:02.428 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:28 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.012) 0:03:02.441 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:35 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.012) 0:03:02.454 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:45 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.012) 0:03:02.467 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:54 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.012) 0:03:02.480 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:64 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.012) 0:03:02.492 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:74 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.013) 0:03:02.505 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:85 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.034) 0:03:02.540 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-md.yml:95 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.013) 0:03:02.553 *********** 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-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:95 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.011) 0:03:02.565 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-lvmraid.yml:2 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.024) 0:03:02.590 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:8 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.024) 0:03:02.614 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:16 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.012) 0:03:02.627 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:21 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.012) 0:03:02.640 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:29 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.012) 0:03:02.653 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:34 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.012) 0:03:02.665 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:40 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.015) 0:03:02.681 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-lvmraid.yml:46 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.012) 0:03:02.693 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:98 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.012) 0:03:02.706 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-thin.yml:2 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.025) 0:03:02.732 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:8 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.026) 0:03:02.759 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:16 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.014) 0:03:02.773 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:23 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.013) 0:03:02.787 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-thin.yml:27 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.013) 0:03:02.800 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:101 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.011) 0:03:02.812 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:5 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.027) 0:03:02.839 *********** 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-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:13 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.014) 0:03:02.854 *********** TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:20 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.011) 0:03:02.865 *********** TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-encryption.yml:27 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.011) 0:03:02.877 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:104 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.012) 0:03:02.889 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-members-vdo.yml:2 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.026) 0:03:02.915 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:9 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.026) 0:03:02.942 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:16 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.015) 0:03:02.957 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:22 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.013) 0:03:02.970 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:28 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.013) 0:03:02.983 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:35 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.012) 0:03:02.996 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:41 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.012) 0:03:03.009 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-member-vdo.yml:47 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.012) 0:03:03.021 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:107 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.012) 0:03:03.034 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:6 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.028) 0:03:03.062 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:11 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.013) 0:03:03.075 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:15 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.012) 0:03:03.088 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:26 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.013) 0:03:03.102 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:36 Sunday 21 July 2024 01:28:57 +0000 (0:00:00.012) 0:03:03.115 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-pool-stratis.yml:49 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.012) 0:03:03.127 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-pool-members.yml:110 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.012) 0:03:03.139 *********** 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-weekly-cio5rgz04_/tests/test-verify-pool-volumes.yml:3 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.011) 0:03:03.151 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml:2 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.025) 0:03:03.176 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_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-weekly-cio5rgz04_/tests/test-verify-volume.yml:21 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.018) 0:03:03.195 *********** included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:7 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.055) 0:03:03.250 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:16 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.015) 0:03:03.266 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:31 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.017) 0:03:03.283 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:44 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.012) 0:03:03.296 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:53 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.043) 0:03:03.339 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:65 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.013) 0:03:03.353 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:77 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.012) 0:03:03.366 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:92 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.012) 0:03:03.379 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:98 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.012) 0:03:03.391 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:104 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.012) 0:03:03.404 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-mount.yml:116 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.014) 0:03:03.418 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:2 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.011) 0:03:03.430 *********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "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-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:40 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.028) 0:03:03.458 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:48 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.013) 0:03:03.472 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:58 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.016) 0:03:03.488 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fstab.yml:71 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.013) 0:03:03.501 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml:6 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.014) 0:03:03.516 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-fs.yml:17 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.014) 0:03:03.531 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:3 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.014) 0:03:03.545 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:9 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.171) 0:03:03.717 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:16 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.015) 0:03:03.732 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:24 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.017) 0:03:03.750 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:30 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.011) 0:03:03.762 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:34 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.015) 0:03:03.777 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-device.yml:39 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.015) 0:03:03.793 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:3 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.013) 0:03:03.806 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:10 Sunday 21 July 2024 01:28:58 +0000 (0:00:00.015) 0:03:03.821 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:17 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.854) 0:03:04.675 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:23 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.013) 0:03:04.689 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:32 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.014) 0:03:04.704 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:45 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.011) 0:03:04.716 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:51 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.013) 0:03:04.729 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:56 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.013) 0:03:04.742 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:69 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.010) 0:03:04.753 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:81 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.012) 0:03:04.766 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:94 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.011) 0:03:04.777 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:106 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.022) 0:03:04.799 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:114 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.017) 0:03:04.816 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:122 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.013) 0:03:04.830 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:131 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.013) 0:03:04.844 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-encryption.yml:140 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.013) 0:03:04.858 *********** 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-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:8 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.014) 0:03:04.872 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:14 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.015) 0:03:04.888 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:21 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.013) 0:03:04.901 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:28 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.013) 0:03:04.915 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:35 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.013) 0:03:04.928 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:45 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.013) 0:03:04.941 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:54 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.015) 0:03:04.957 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:63 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.015) 0:03:04.972 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:72 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.015) 0:03:04.987 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-md.yml:81 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.013) 0:03:05.001 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:3 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.013) 0:03:05.014 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:11 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.012) 0:03:05.027 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:20 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.012) 0:03:05.040 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:28 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.014) 0:03:05.054 *********** ok: [sut] => { "storage_test_expected_size": "25726854102.0" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:32 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.013) 0:03:05.068 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:46 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.012) 0:03:05.080 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:50 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.012) 0:03:05.093 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:54 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.012) 0:03:05.106 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:58 Sunday 21 July 2024 01:28:59 +0000 (0:00:00.013) 0:03:05.119 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:68 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.015) 0:03:05.134 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:72 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.049) 0:03:05.184 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:77 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.014) 0:03:05.198 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:83 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.014) 0:03:05.213 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:88 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.014) 0:03:05.227 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:96 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.013) 0:03:05.241 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:104 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.012) 0:03:05.253 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:109 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.014) 0:03:05.268 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:113 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.014) 0:03:05.282 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:117 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.014) 0:03:05.296 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:121 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.014) 0:03:05.311 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:129 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.014) 0:03:05.325 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:138 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.013) 0:03:05.339 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:142 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.015) 0:03:05.354 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:150 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.014) 0:03:05.369 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:156 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.014) 0:03:05.383 *********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:160 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.014) 0:03:05.397 *********** ok: [sut] => { "storage_test_expected_size": "25726854102.0" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-size.yml:164 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.014) 0:03:05.412 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:5 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.014) 0:03:05.427 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:13 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.014) 0:03:05.442 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:18 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.013) 0:03:05.455 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:27 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.014) 0:03:05.469 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:35 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.018) 0:03:05.488 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:41 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.013) 0:03:05.501 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume-cache.yml:47 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.013) 0:03:05.515 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cio5rgz04_/tests/test-verify-volume.yml:27 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.015) 0:03:05.531 *********** 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-weekly-cio5rgz04_/tests/verify-role-results.yml:44 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.012) 0:03:05.543 *********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cio5rgz04_/tests/verify-role-results.yml:54 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.011) 0:03:05.555 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=920 changed=13 unreachable=0 failed=0 skipped=874 rescued=0 ignored=0 Sunday 21 July 2024 01:29:00 +0000 (0:00:00.007) 0:03:05.562 *********** =============================================================================== linux-system-roles.storage : Make sure blivet is available ------------- 41.98s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 4.39s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 4.32s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 4.32s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 4.20s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 3.09s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.73s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.52s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Get required packages ---------------------- 2.50s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.50s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Get required packages ---------------------- 2.30s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 linux-system-roles.storage : Get required packages ---------------------- 2.30s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 linux-system-roles.storage : Get required packages ---------------------- 2.28s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 linux-system-roles.storage : Get required packages ---------------------- 2.28s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 linux-system-roles.storage : Get required packages ---------------------- 2.25s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 linux-system-roles.storage : Get service facts -------------------------- 1.54s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 linux-system-roles.storage : Get service facts -------------------------- 1.50s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 linux-system-roles.storage : Get service facts -------------------------- 1.49s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 linux-system-roles.storage : Get service facts -------------------------- 1.49s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 linux-system-roles.storage : Get service facts -------------------------- 1.48s /WORKDIR/git-weekly-cio5rgz04_/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---