# 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_raid_pool_options_scsi_generated.yml *************************** 2 plays in /WORKDIR/git-weekly-cieh79cvd2/tests/tests_raid_pool_options_scsi_generated.yml PLAY [Run test tests_raid_pool_options.yml for scsi] *************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/tests_raid_pool_options_scsi_generated.yml:3 Sunday 05 May 2024 08:19:27 +0000 (0:00:00.012) 0:00:00.012 ************ ok: [sut] META: ran handlers TASK [Set disk interface for test] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/tests_raid_pool_options_scsi_generated.yml:8 Sunday 05 May 2024 08:19:28 +0000 (0:00:00.735) 0:00:00.748 ************ ok: [sut] => { "ansible_facts": { "storage_test_use_interface": "scsi" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test raid pool options] ************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/tests_raid_pool_options.yml:2 Sunday 05 May 2024 08:19:28 +0000 (0:00:00.011) 0:00:00.759 ************ ok: [sut] META: ran handlers TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/tests_raid_pool_options.yml:18 Sunday 05 May 2024 08:19:28 +0000 (0:00:00.530) 0:00:01.289 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 05 May 2024 08:19:28 +0000 (0:00:00.026) 0:00:01.316 ************ included: /WORKDIR/git-weekly-cieh79cvd2/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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 05 May 2024 08:19:28 +0000 (0:00:00.023) 0:00:01.340 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 05 May 2024 08:19:28 +0000 (0:00:00.019) 0:00:01.359 ************ 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_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 05 May 2024 08:19:28 +0000 (0:00:00.034) 0:00:01.393 ************ ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 05 May 2024 08:19:28 +0000 (0:00:00.231) 0:00:01.624 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 05 May 2024 08:19:28 +0000 (0:00:00.019) 0:00:01.644 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 05 May 2024 08:19:29 +0000 (0:00:00.008) 0:00:01.653 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 05 May 2024 08:19:29 +0000 (0:00:00.007) 0:00:01.661 ************ included: /WORKDIR/git-weekly-cieh79cvd2/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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 05 May 2024 08:19:29 +0000 (0:00:00.029) 0:00:01.691 ************ changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: ndctl-libs-71.1-7.el8.x86_64", "Installed: libblockdev-loop-2.28-6.el8.x86_64", "Installed: python3-bytesize-1.4-3.el8.x86_64", "Installed: device-mapper-persistent-data-0.9.0-7.el8.x86_64", "Installed: libblockdev-lvm-2.28-6.el8.x86_64", "Installed: userspace-rcu-0.10.1-4.el8.x86_64", "Installed: volume_key-libs-0.3.11-6.el8.x86_64", "Installed: libblockdev-mdraid-2.28-6.el8.x86_64", "Installed: blivet-data-1:3.6.0-8.el8.noarch", "Installed: vdo-6.2.9.7-14.el8.x86_64", "Installed: libblockdev-mpath-2.28-6.el8.x86_64", "Installed: daxctl-libs-71.1-7.el8.x86_64", "Installed: mdadm-4.2-14.el8.x86_64", "Installed: libblockdev-nvdimm-2.28-6.el8.x86_64", "Installed: libblockdev-part-2.28-6.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: python3-pyparted-1:3.11.7-4.el8.x86_64", "Installed: libblockdev-swap-2.28-6.el8.x86_64", "Installed: libblockdev-2.28-6.el8.x86_64", "Installed: device-mapper-event-8:1.02.181-14.el8.x86_64", "Installed: libblockdev-utils-2.28-6.el8.x86_64", "Installed: kmod-kvdo-6.2.8.7-94.el8.x86_64", "Installed: libblockdev-crypto-2.28-6.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.181-14.el8.x86_64", "Installed: libblockdev-dm-2.28-6.el8.x86_64", "Installed: lsof-4.93.2-1.el8.x86_64", "Installed: libbytesize-1.4-3.el8.x86_64", "Installed: lvm2-8:2.03.14-14.el8.x86_64", "Installed: libblockdev-fs-2.28-6.el8.x86_64", "Installed: device-mapper-multipath-0.8.4-41.el8.x86_64", "Installed: lvm2-libs-8:2.03.14-14.el8.x86_64", "Installed: ndctl-71.1-7.el8.x86_64", "Installed: python3-blivet-1:3.6.0-8.el8.noarch", "Installed: libblockdev-kbd-2.28-6.el8.x86_64", "Installed: python3-blockdev-2.28-6.el8.x86_64", "Installed: device-mapper-multipath-libs-0.8.4-41.el8.x86_64" ] } lsrpackages: kmod-kvdo libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet vdo xfsprogs TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 05 May 2024 08:20:14 +0000 (0:00:45.369) 0:00:47.061 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 05 May 2024 08:20:14 +0000 (0:00:00.020) 0:00:47.081 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 05 May 2024 08:20:14 +0000 (0:00:00.020) 0:00:47.102 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 05 May 2024 08:20:15 +0000 (0:00:00.656) 0:00:47.758 ************ included: /WORKDIR/git-weekly-cieh79cvd2/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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 05 May 2024 08:20:15 +0000 (0:00:00.034) 0:00:47.793 ************ TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 05 May 2024 08:20:15 +0000 (0:00:00.010) 0:00:47.804 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 05 May 2024 08:20:15 +0000 (0:00:00.010) 0:00:47.814 ************ TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 05 May 2024 08:20:15 +0000 (0:00:00.009) 0:00:47.824 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 05 May 2024 08:20:19 +0000 (0:00:04.183) 0:00:52.007 ************ 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": "enabled" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 05 May 2024 08:20:20 +0000 (0:00:01.588) 0:00:53.596 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 05 May 2024 08:20:20 +0000 (0:00:00.025) 0:00:53.621 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 05 May 2024 08:20:20 +0000 (0:00:00.011) 0:00:53.633 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 05 May 2024 08:20:21 +0000 (0:00:00.351) 0:00:53.984 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 05 May 2024 08:20:21 +0000 (0:00:00.012) 0:00:53.996 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 05 May 2024 08:20:21 +0000 (0:00:00.009) 0:00:54.006 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 05 May 2024 08:20:21 +0000 (0:00:00.011) 0:00:54.018 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 05 May 2024 08:20:21 +0000 (0:00:00.011) 0:00:54.030 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 05 May 2024 08:20:21 +0000 (0:00:00.011) 0:00:54.042 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 05 May 2024 08:20:21 +0000 (0:00:00.010) 0:00:54.052 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 05 May 2024 08:20:21 +0000 (0:00:00.010) 0:00:54.063 ************ TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 05 May 2024 08:20:21 +0000 (0:00:00.011) 0:00:54.074 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 05 May 2024 08:20:21 +0000 (0:00:00.010) 0:00:54.085 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 05 May 2024 08:20:21 +0000 (0:00:00.010) 0:00:54.096 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714896874.2908616, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1713854872.569, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1713854567.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3911840656", "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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 05 May 2024 08:20:21 +0000 (0:00:00.182) 0:00:54.279 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 05 May 2024 08:20:21 +0000 (0:00:00.011) 0:00:54.291 ************ ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/tests_raid_pool_options.yml:22 Sunday 05 May 2024 08:20:22 +0000 (0:00:00.589) 0:00:54.880 ************ ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/tests_raid_pool_options.yml:31 Sunday 05 May 2024 08:20:22 +0000 (0:00:00.016) 0:00:54.896 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/get_unused_disk.yml:2 Sunday 05 May 2024 08:20:22 +0000 (0:00:00.016) 0:00:54.913 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/get_unused_disk.yml:16 Sunday 05 May 2024 08:20:24 +0000 (0:00:02.470) 0:00:57.384 ************ ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/get_unused_disk.yml:24 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.263) 0:00:57.648 ************ 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-cieh79cvd2/tests/get_unused_disk.yml:29 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.014) 0:00:57.662 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/get_unused_disk.yml:34 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.012) 0:00:57.674 ************ ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc" ] } TASK [Create a RAID1 device] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/tests_raid_pool_options.yml:37 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.011) 0:00:57.686 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.020) 0:00:57.707 ************ included: /WORKDIR/git-weekly-cieh79cvd2/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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.016) 0:00:57.724 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.013) 0:00:57.737 ************ 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_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.036) 0:00:57.774 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.029) 0:00:57.804 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.016) 0:00:57.820 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.011) 0:00:57.831 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.011) 0:00:57.843 ************ included: /WORKDIR/git-weekly-cieh79cvd2/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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.025) 0:00:57.868 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.012) 0:00:57.880 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "2g" }, { "mount_point": "/opt/test2", "name": "Lv2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "Lv3", "size": "3g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.018) 0:00:57.899 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.015) 0:00:57.914 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.012) 0:00:57.927 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.022) 0:00:57.949 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.015) 0:00:57.965 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.021) 0:00:57.986 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.019) 0:00:58.005 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 05 May 2024 08:20:25 +0000 (0:00:00.011) 0:00:58.016 ************ 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": "mdmember" }, { "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": "mdmember" }, { "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": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-Lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-Lv3", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-Lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-Lv2", "fs_type": "xfs" }, { "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", "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3" ], "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" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" } ], "packages": [ "lvm2", "xfsprogs", "mdadm" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "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": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 05 May 2024 08:21:05 +0000 (0:00:40.446) 0:01:38.463 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 05 May 2024 08:21:05 +0000 (0:00:00.012) 0:01:38.475 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 05 May 2024 08:21:05 +0000 (0:00:00.010) 0:01:38.486 ************ 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": "mdmember" }, { "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": "mdmember" }, { "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": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-Lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-Lv3", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-Lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-Lv2", "fs_type": "xfs" }, { "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", "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3" ], "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" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" } ], "packages": [ "lvm2", "xfsprogs", "mdadm" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "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": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 05 May 2024 08:21:05 +0000 (0:00:00.016) 0:01:38.502 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "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": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 05 May 2024 08:21:05 +0000 (0:00:00.014) 0:01:38.517 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 05 May 2024 08:21:05 +0000 (0:00:00.012) 0:01:38.530 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 05 May 2024 08:21:05 +0000 (0:00:00.010) 0:01:38.541 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 05 May 2024 08:21:06 +0000 (0:00:00.803) 0:01:39.344 ************ 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" } 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" } changed: [sut] => (item={'src': '/dev/mapper/vg1-Lv3', 'path': '/opt/test3', '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/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-Lv3" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 05 May 2024 08:21:14 +0000 (0:00:08.013) 0:01:47.358 ************ 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" } 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" } skipping: [sut] => (item={'src': '/dev/mapper/vg1-Lv3', 'path': '/opt/test3', '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/test3", "src": "/dev/mapper/vg1-Lv3", "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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 05 May 2024 08:21:14 +0000 (0:00:00.022) 0:01:47.380 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 05 May 2024 08:21:15 +0000 (0:00:00.750) 0:01:48.130 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714896874.2908616, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1713854872.569, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1713854567.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3911840656", "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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 05 May 2024 08:21:15 +0000 (0:00:00.239) 0:01:48.369 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 05 May 2024 08:21:15 +0000 (0:00:00.012) 0:01:48.382 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/tests_raid_pool_options.yml:61 Sunday 05 May 2024 08:21:23 +0000 (0:00:07.785) 0:01:56.168 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:2 Sunday 05 May 2024 08:21:23 +0000 (0:00:00.020) 0:01:56.188 ************ ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "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": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:7 Sunday 05 May 2024 08:21:23 +0000 (0:00:00.018) 0:01:56.206 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:15 Sunday 05 May 2024 08:21:23 +0000 (0:00:00.011) 0:01:56.218 ************ ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-Lv2": { "fstype": "xfs", "label": "", "name": "/dev/mapper/vg1-Lv2", "size": "3G", "type": "lvm", "uuid": "dd1d3afb-b9c2-4626-b0f4-a95a24c990a9" }, "/dev/mapper/vg1-Lv3": { "fstype": "xfs", "label": "", "name": "/dev/mapper/vg1-Lv3", "size": "3G", "type": "lvm", "uuid": "78cc90fe-1962-404e-ba0a-e9a1956139b9" }, "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "7cfd1ada-8fb4-40ba-9d32-68f36decdb95" }, "/dev/md/vg1-1": { "fstype": "LVM2_member", "label": "", "name": "/dev/md/vg1-1", "size": "10G", "type": "raid1", "uuid": "57HR41-fxW2-H8Vt-K8NE-ZkpJ-Qlpi-n0BHIy" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "vg1-1", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "35be2009-434e-0bd0-5dc6-e2153a8142ce" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "vg1-1", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "35be2009-434e-0bd0-5dc6-e2153a8142ce" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "vg1-1", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "35be2009-434e-0bd0-5dc6-e2153a8142ce" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c0e1a7ed-0246-4adf-9b50-4d02e249c905" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:20 Sunday 05 May 2024 08:21:23 +0000 (0:00:00.395) 0:01:56.614 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002558", "end": "2024-05-05 08:21:24.200069", "rc": 0, "start": "2024-05-05 08:21:24.197511" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 23 06:42:47 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=c0e1a7ed-0246-4adf-9b50-4d02e249c905 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 /dev/mapper/vg1-Lv2 /opt/test2 xfs defaults 0 0 /dev/mapper/vg1-Lv3 /opt/test3 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:25 Sunday 05 May 2024 08:21:24 +0000 (0:00:00.251) 0:01:56.865 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002400", "end": "2024-05-05 08:21:24.379489", "failed_when_result": false, "rc": 0, "start": "2024-05-05 08:21:24.377089" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:34 Sunday 05 May 2024 08:21:24 +0000 (0:00:00.180) 0:01:57.045 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:5 Sunday 05 May 2024 08:21:24 +0000 (0:00:00.029) 0:01:57.075 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:18 Sunday 05 May 2024 08:21:24 +0000 (0:00:00.011) 0:01:57.086 ************ ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:09.332760", "end": "2024-05-05 08:21:33.935671", "rc": 0, "start": "2024-05-05 08:21:24.602911" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:24 Sunday 05 May 2024 08:21:33 +0000 (0:00:09.515) 0:02:06.602 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:34 Sunday 05 May 2024 08:21:33 +0000 (0:00:00.018) 0:02:06.620 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:2 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.027) 0:02:06.648 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/md127" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:13 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.036) 0:02:06.684 ************ ok: [sut] => (item=/dev/md127) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/md/vg1-1", "pv": "/dev/md127" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:22 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.340) 0:02:07.025 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:27 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.015) 0:02:07.040 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/md/vg1-1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:33 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.016) 0:02:07.056 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:42 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.015) 0:02:07.072 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:48 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.014) 0:02:07.087 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:54 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.014) 0:02:07.102 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid1" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:59 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.016) 0:02:07.118 ************ ok: [sut] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/md/vg1-1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:73 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.018) 0:02:07.136 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:8 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.023) 0:02:07.160 ************ ok: [sut] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/vg1-1" ], "delta": "0:00:00.009535", "end": "2024-05-05 08:21:34.810963", "rc": 0, "start": "2024-05-05 08:21:34.801428" } STDOUT: /dev/md/vg1-1: Version : 1.0 Creation Time : Sun May 5 08:20:31 2024 Raid Level : raid1 Array Size : 10477440 (9.99 GiB 10.73 GB) Used Dev Size : 10477440 (9.99 GiB 10.73 GB) Raid Devices : 2 Total Devices : 3 Persistence : Superblock is persistent Intent Bitmap : Internal Update Time : Sun May 5 08:21:34 2024 State : clean, resyncing Active Devices : 2 Working Devices : 3 Failed Devices : 0 Spare Devices : 1 Consistency Policy : bitmap Resync Status : 41% complete Name : vg1-1 UUID : 35be2009:434e0bd0:5dc6e215:3a8142ce Events : 26 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 2 8 33 - spare /dev/sdc1 TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:14 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.316) 0:02:07.476 ************ ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 2\\\n" }, "changed": false } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:21 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.018) 0:02:07.495 ************ ok: [sut] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ 1\\\n" }, "changed": false } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:28 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.017) 0:02:07.512 ************ ok: [sut] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.0\\\n" }, "changed": false } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:35 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.017) 0:02:07.529 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:45 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.015) 0:02:07.544 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:54 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.014) 0:02:07.559 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:64 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.019) 0:02:07.578 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:74 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.020) 0:02:07.599 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:85 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.019) 0:02:07.618 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:95 Sunday 05 May 2024 08:21:34 +0000 (0:00:00.016) 0:02:07.634 ************ 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-cieh79cvd2/tests/test-verify-pool-members.yml:76 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:07.645 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-lvmraid.yml:2 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.024) 0:02:07.670 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:8 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.036) 0:02:07.707 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:16 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.013) 0:02:07.720 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:21 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:07.732 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:29 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:07.743 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:34 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:07.754 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:40 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:07.766 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:46 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.012) 0:02:07.779 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:8 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.015) 0:02:07.794 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:16 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.012) 0:02:07.807 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:21 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:07.819 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:29 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:07.830 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:34 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:07.842 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:40 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:07.853 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:46 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.013) 0:02:07.867 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:8 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:07.879 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:16 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:07.890 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:21 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:07.902 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:29 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:07.913 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:34 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:07.924 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:40 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.012) 0:02:07.937 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:46 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.012) 0:02:07.949 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:79 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:07.961 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-thin.yml:2 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.024) 0:02:07.985 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml:8 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.056) 0:02:08.042 ************ 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-cieh79cvd2/tests/verify-pool-member-thin.yml:16 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.013) 0:02:08.055 ************ 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-cieh79cvd2/tests/verify-pool-member-thin.yml:23 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.012) 0:02:08.068 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml:27 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.012) 0:02:08.081 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml:8 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:08.092 ************ 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-cieh79cvd2/tests/verify-pool-member-thin.yml:16 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:08.104 ************ 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-cieh79cvd2/tests/verify-pool-member-thin.yml:23 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:08.115 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml:27 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:08.127 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml:8 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:08.138 ************ 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-cieh79cvd2/tests/verify-pool-member-thin.yml:16 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.012) 0:02:08.151 ************ 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-cieh79cvd2/tests/verify-pool-member-thin.yml:23 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:08.162 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml:27 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:08.174 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:82 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:08.185 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-encryption.yml:5 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.027) 0:02:08.212 ************ 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-cieh79cvd2/tests/verify-pool-members-encryption.yml:13 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.015) 0:02:08.228 ************ skipping: [sut] => (item=/dev/md/vg1-1) => { "_storage_test_pool_member_path": "/dev/md/vg1-1", "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-cieh79cvd2/tests/verify-pool-members-encryption.yml:20 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.015) 0:02:08.243 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml:2 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.022) 0:02:08.266 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml:9 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.014) 0:02:08.280 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml:18 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.015) 0:02:08.296 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml:27 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:08.308 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml:37 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.012) 0:02:08.321 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml:47 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:08.332 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-encryption.yml:27 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:08.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-cieh79cvd2/tests/test-verify-pool-members.yml:85 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:08.355 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-vdo.yml:2 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.027) 0:02:08.383 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:9 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.038) 0:02:08.421 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:16 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.012) 0:02:08.434 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:22 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.012) 0:02:08.447 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:28 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.012) 0:02:08.460 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:35 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.013) 0:02:08.473 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:41 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.012) 0:02:08.486 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:47 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.012) 0:02:08.499 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:9 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:08.510 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:16 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.012) 0:02:08.523 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:22 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:08.534 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:28 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.013) 0:02:08.548 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:35 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.012) 0:02:08.561 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:41 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.012) 0:02:08.573 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:47 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.012) 0:02:08.586 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:9 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.011) 0:02:08.597 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:16 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.012) 0:02:08.609 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:22 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.013) 0:02:08.623 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:28 Sunday 05 May 2024 08:21:35 +0000 (0:00:00.012) 0:02:08.636 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:35 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.012) 0:02:08.649 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:41 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.013) 0:02:08.662 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:47 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.012) 0:02:08.675 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:88 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.012) 0:02:08.688 ************ 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-cieh79cvd2/tests/test-verify-pool-volumes.yml:3 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.017) 0:02:08.705 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml:2 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.033) 0:02:08.738 ************ 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-cieh79cvd2/tests/test-verify-volume.yml:21 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.016) 0:02:08.755 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:7 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.084) 0:02:08.839 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:16 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.015) 0:02:08.855 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 509827, "block_size": 4096, "block_total": 521728, "block_used": 11901, "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "inode_available": 1048573, "inode_total": 1048576, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 2088251392, "size_total": 2136997888, "uuid": "7cfd1ada-8fb4-40ba-9d32-68f36decdb95" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 509827, "block_size": 4096, "block_total": 521728, "block_used": 11901, "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "inode_available": 1048573, "inode_total": 1048576, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 2088251392, "size_total": 2136997888, "uuid": "7cfd1ada-8fb4-40ba-9d32-68f36decdb95" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:38 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.021) 0:02:08.876 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:51 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.012) 0:02:08.889 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:63 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.016) 0:02:08.905 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:71 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.014) 0:02:08.920 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:83 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.012) 0:02:08.933 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:95 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.013) 0:02:08.946 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:110 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.011) 0:02:08.958 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:122 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.015) 0:02:08.974 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:128 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.011) 0:02:08.985 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:134 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.011) 0:02:08.997 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:146 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.011) 0:02:09.009 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:2 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.012) 0:02:09.021 ************ 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-cieh79cvd2/tests/test-verify-volume-fstab.yml:40 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.024) 0:02:09.046 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:48 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.014) 0:02:09.061 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:58 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.014) 0:02:09.076 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:71 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.011) 0:02:09.087 ************ 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-cieh79cvd2/tests/test-verify-volume-fs.yml:3 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.011) 0:02:09.099 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fs.yml:12 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.019) 0:02:09.118 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:3 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.016) 0:02:09.135 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714897265.580206, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1714897265.580206, "dev": 6, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 76879, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1714897265.580206, "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-cieh79cvd2/tests/test-verify-volume-device.yml:9 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.186) 0:02:09.322 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:16 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.016) 0:02:09.339 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:24 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.012) 0:02:09.351 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:30 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.014) 0:02:09.366 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:34 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.012) 0:02:09.379 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:39 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.011) 0:02:09.390 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:3 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.013) 0:02:09.404 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:10 Sunday 05 May 2024 08:21:36 +0000 (0:00:00.012) 0:02:09.417 ************ changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: cryptsetup-2.3.7-7.el8.x86_64" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:17 Sunday 05 May 2024 08:21:43 +0000 (0:00:06.287) 0:02:15.705 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:23 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.012) 0:02:15.718 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:32 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.012) 0:02:15.730 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:45 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.017) 0:02:15.748 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:51 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.012) 0:02:15.761 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:56 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.012) 0:02:15.774 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:69 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.011) 0:02:15.785 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:81 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.012) 0:02:15.798 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:94 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.011) 0:02:15.810 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:106 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.017) 0:02:15.827 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:114 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.014) 0:02:15.842 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:122 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.012) 0:02:15.855 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:131 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.011) 0:02:15.867 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:140 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.011) 0:02:15.878 ************ 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-cieh79cvd2/tests/test-verify-volume-md.yml:8 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.011) 0:02:15.890 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:14 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.012) 0:02:15.903 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:21 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.011) 0:02:15.915 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:28 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.011) 0:02:15.926 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:35 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.011) 0:02:15.938 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:45 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.011) 0:02:15.950 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:54 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.011) 0:02:15.961 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:63 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.012) 0:02:15.974 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:72 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.011) 0:02:15.986 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:81 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.011) 0:02:15.998 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:3 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.011) 0:02:16.009 ************ ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:11 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.252) 0:02:16.262 ************ ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:20 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.185) 0:02:16.447 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:28 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.017) 0:02:16.465 ************ ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:32 Sunday 05 May 2024 08:21:43 +0000 (0:00:00.012) 0:02:16.478 ************ ok: [sut] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:46 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.183) 0:02:16.661 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:50 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.015) 0:02:16.677 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:54 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.014) 0:02:16.692 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:58 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.013) 0:02:16.705 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:68 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.013) 0:02:16.719 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:72 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.011) 0:02:16.730 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:77 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.012) 0:02:16.743 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:83 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.011) 0:02:16.755 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:88 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.012) 0:02:16.768 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:96 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.011) 0:02:16.779 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:104 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.011) 0:02:16.791 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:109 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.011) 0:02:16.802 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:113 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.012) 0:02:16.815 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:117 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.031) 0:02:16.846 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:121 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.013) 0:02:16.859 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:129 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.011) 0:02:16.871 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:138 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.011) 0:02:16.883 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:142 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.011) 0:02:16.894 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:150 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.011) 0:02:16.906 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:156 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.014) 0:02:16.920 ************ ok: [sut] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:160 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.014) 0:02:16.934 ************ ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:164 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.014) 0:02:16.948 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:5 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.018) 0:02:16.967 ************ 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.303856", "end": "2024-05-05 08:21:44.788872", "rc": 0, "start": "2024-05-05 08:21:44.485016" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:13 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.490) 0:02:17.457 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:18 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.016) 0:02:17.473 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:27 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.016) 0:02:17.489 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:35 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.013) 0:02:17.503 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:41 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.012) 0:02:17.516 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:47 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.012) 0:02:17.529 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml:27 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.015) 0:02:17.544 ************ ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml:2 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.011) 0:02:17.556 ************ 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-cieh79cvd2/tests/test-verify-volume.yml:21 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.015) 0:02:17.572 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:7 Sunday 05 May 2024 08:21:44 +0000 (0:00:00.059) 0:02:17.632 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:16 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.015) 0:02:17.647 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 770146, "block_size": 4096, "block_total": 783872, "block_used": 13726, "device": "/dev/mapper/vg1-Lv2", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test2", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3154518016, "size_total": 3210739712, "uuid": "dd1d3afb-b9c2-4626-b0f4-a95a24c990a9" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 770146, "block_size": 4096, "block_total": 783872, "block_used": 13726, "device": "/dev/mapper/vg1-Lv2", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test2", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3154518016, "size_total": 3210739712, "uuid": "dd1d3afb-b9c2-4626-b0f4-a95a24c990a9" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:38 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.019) 0:02:17.667 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:51 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.012) 0:02:17.679 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:63 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.015) 0:02:17.695 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:71 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.014) 0:02:17.710 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:83 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.012) 0:02:17.723 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:95 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.011) 0:02:17.735 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:110 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.011) 0:02:17.746 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:122 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.015) 0:02:17.762 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:128 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.011) 0:02:17.774 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:134 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.011) 0:02:17.785 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:146 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.012) 0:02:17.798 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:2 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.011) 0:02:17.810 ************ 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-cieh79cvd2/tests/test-verify-volume-fstab.yml:40 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.025) 0:02:17.836 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:48 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.014) 0:02:17.851 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:58 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.014) 0:02:17.866 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:71 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.011) 0:02:17.877 ************ 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-cieh79cvd2/tests/test-verify-volume-fs.yml:3 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.012) 0:02:17.890 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fs.yml:12 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.017) 0:02:17.907 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:3 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.017) 0:02:17.924 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714897260.0574281, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1714897260.0574281, "dev": 6, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 75762, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1714897260.0574281, "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-cieh79cvd2/tests/test-verify-volume-device.yml:9 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.425) 0:02:18.350 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:16 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.016) 0:02:18.366 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:24 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.033) 0:02:18.399 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:30 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.016) 0:02:18.416 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:34 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.012) 0:02:18.429 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:39 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.012) 0:02:18.442 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:3 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.013) 0:02:18.456 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:10 Sunday 05 May 2024 08:21:45 +0000 (0:00:00.011) 0:02:18.467 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:17 Sunday 05 May 2024 08:21:48 +0000 (0:00:02.905) 0:02:21.373 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:23 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.013) 0:02:21.386 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:32 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.013) 0:02:21.400 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:45 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.019) 0:02:21.419 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:51 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.013) 0:02:21.433 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:56 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.013) 0:02:21.446 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:69 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.014) 0:02:21.460 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:81 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.012) 0:02:21.473 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:94 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.011) 0:02:21.485 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:106 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.015) 0:02:21.501 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:114 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.014) 0:02:21.516 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:122 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.012) 0:02:21.529 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:131 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.014) 0:02:21.543 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:140 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.012) 0:02:21.556 ************ 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-cieh79cvd2/tests/test-verify-volume-md.yml:8 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.011) 0:02:21.567 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:14 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.011) 0:02:21.579 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:21 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.011) 0:02:21.591 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:28 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.011) 0:02:21.602 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:35 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.013) 0:02:21.615 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:45 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.011) 0:02:21.627 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:54 Sunday 05 May 2024 08:21:48 +0000 (0:00:00.011) 0:02:21.639 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:63 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.011) 0:02:21.650 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:72 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.011) 0:02:21.662 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:81 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.012) 0:02:21.674 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:3 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.013) 0:02:21.687 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:11 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.182) 0:02:21.870 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:20 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.183) 0:02:22.053 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:28 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.018) 0:02:22.072 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:32 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.014) 0:02:22.086 ************ ok: [sut] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:46 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.185) 0:02:22.272 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:50 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.015) 0:02:22.288 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:54 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.017) 0:02:22.305 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:58 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.015) 0:02:22.320 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:68 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.015) 0:02:22.336 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:72 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.012) 0:02:22.349 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:77 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.011) 0:02:22.361 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:83 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.011) 0:02:22.372 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:88 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.011) 0:02:22.384 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:96 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.011) 0:02:22.396 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:104 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.013) 0:02:22.409 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:109 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.011) 0:02:22.421 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:113 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.012) 0:02:22.433 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:117 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.016) 0:02:22.450 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:121 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.012) 0:02:22.463 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:129 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.011) 0:02:22.475 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:138 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.012) 0:02:22.488 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:142 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.030) 0:02:22.518 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:150 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.013) 0:02:22.531 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:156 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.011) 0:02:22.543 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:160 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.013) 0:02:22.557 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:164 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.012) 0:02:22.569 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:5 Sunday 05 May 2024 08:21:49 +0000 (0:00:00.017) 0:02:22.587 ************ 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:05.474190", "end": "2024-05-05 08:21:55.580673", "rc": 0, "start": "2024-05-05 08:21:50.106483" } STDOUT: LVM2_LV_NAME=Lv2 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:13 Sunday 05 May 2024 08:21:55 +0000 (0:00:05.663) 0:02:28.250 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:18 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.016) 0:02:28.266 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:27 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.017) 0:02:28.284 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:35 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.013) 0:02:28.298 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:41 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.013) 0:02:28.312 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:47 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.013) 0:02:28.325 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml:27 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.013) 0:02:28.339 ************ ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml:2 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.011) 0:02:28.351 ************ 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-cieh79cvd2/tests/test-verify-volume.yml:21 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.017) 0:02:28.368 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:7 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.058) 0:02:28.427 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:16 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.015) 0:02:28.443 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 770146, "block_size": 4096, "block_total": 783872, "block_used": 13726, "device": "/dev/mapper/vg1-Lv3", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test3", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3154518016, "size_total": 3210739712, "uuid": "78cc90fe-1962-404e-ba0a-e9a1956139b9" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 770146, "block_size": 4096, "block_total": 783872, "block_used": 13726, "device": "/dev/mapper/vg1-Lv3", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test3", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3154518016, "size_total": 3210739712, "uuid": "78cc90fe-1962-404e-ba0a-e9a1956139b9" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:38 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.020) 0:02:28.464 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:51 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.013) 0:02:28.478 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:63 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.016) 0:02:28.494 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:71 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.015) 0:02:28.509 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:83 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.012) 0:02:28.522 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:95 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.011) 0:02:28.533 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:110 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.012) 0:02:28.546 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:122 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.017) 0:02:28.563 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:128 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.011) 0:02:28.575 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:134 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.012) 0:02:28.588 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:146 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.011) 0:02:28.599 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:2 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.012) 0:02:28.612 ************ 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-Lv3 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test3 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test3 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:40 Sunday 05 May 2024 08:21:55 +0000 (0:00:00.025) 0:02:28.638 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:48 Sunday 05 May 2024 08:21:56 +0000 (0:00:00.015) 0:02:28.653 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:58 Sunday 05 May 2024 08:21:56 +0000 (0:00:00.015) 0:02:28.668 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:71 Sunday 05 May 2024 08:21:56 +0000 (0:00:00.011) 0:02:28.679 ************ 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-cieh79cvd2/tests/test-verify-volume-fs.yml:3 Sunday 05 May 2024 08:21:56 +0000 (0:00:00.011) 0:02:28.691 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fs.yml:12 Sunday 05 May 2024 08:21:56 +0000 (0:00:00.015) 0:02:28.707 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:3 Sunday 05 May 2024 08:21:56 +0000 (0:00:00.018) 0:02:28.725 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714897253.9056761, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1714897253.9056761, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 75587, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1714897253.9056761, "nlink": 1, "path": "/dev/mapper/vg1-Lv3", "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-cieh79cvd2/tests/test-verify-volume-device.yml:9 Sunday 05 May 2024 08:21:56 +0000 (0:00:00.293) 0:02:29.019 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:16 Sunday 05 May 2024 08:21:56 +0000 (0:00:00.016) 0:02:29.035 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:24 Sunday 05 May 2024 08:21:56 +0000 (0:00:00.012) 0:02:29.048 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:30 Sunday 05 May 2024 08:21:56 +0000 (0:00:00.015) 0:02:29.063 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:34 Sunday 05 May 2024 08:21:56 +0000 (0:00:00.012) 0:02:29.076 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:39 Sunday 05 May 2024 08:21:56 +0000 (0:00:00.011) 0:02:29.088 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:3 Sunday 05 May 2024 08:21:56 +0000 (0:00:00.013) 0:02:29.101 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:10 Sunday 05 May 2024 08:21:56 +0000 (0:00:00.013) 0:02:29.115 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:17 Sunday 05 May 2024 08:21:59 +0000 (0:00:02.577) 0:02:31.693 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:23 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.013) 0:02:31.706 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:32 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.013) 0:02:31.719 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:45 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.018) 0:02:31.737 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:51 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.014) 0:02:31.751 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:56 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.013) 0:02:31.764 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:69 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.012) 0:02:31.777 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:81 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.011) 0:02:31.789 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:94 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.011) 0:02:31.801 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:106 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.016) 0:02:31.817 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:114 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.016) 0:02:31.834 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:122 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.012) 0:02:31.847 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:131 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.011) 0:02:31.858 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:140 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.011) 0:02:31.870 ************ 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-cieh79cvd2/tests/test-verify-volume-md.yml:8 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.011) 0:02:31.882 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:14 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.011) 0:02:31.894 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:21 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.013) 0:02:31.907 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:28 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.012) 0:02:31.920 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:35 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.012) 0:02:31.933 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:45 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.012) 0:02:31.945 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:54 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.011) 0:02:31.957 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:63 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.011) 0:02:31.969 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:72 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.013) 0:02:31.982 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:81 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.011) 0:02:31.993 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:3 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.011) 0:02:32.005 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:11 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.206) 0:02:32.212 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:20 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.184) 0:02:32.396 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:28 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.017) 0:02:32.414 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:32 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.013) 0:02:32.428 ************ ok: [sut] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:46 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.179) 0:02:32.607 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:50 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.015) 0:02:32.623 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:54 Sunday 05 May 2024 08:21:59 +0000 (0:00:00.014) 0:02:32.637 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:58 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.015) 0:02:32.652 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:68 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.014) 0:02:32.667 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:72 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.011) 0:02:32.678 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:77 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.011) 0:02:32.690 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:83 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.011) 0:02:32.702 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:88 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.011) 0:02:32.713 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:96 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.013) 0:02:32.726 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:104 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.011) 0:02:32.738 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:109 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.012) 0:02:32.751 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:113 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.012) 0:02:32.764 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:117 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.011) 0:02:32.775 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:121 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.011) 0:02:32.787 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:129 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.013) 0:02:32.800 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:138 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.011) 0:02:32.811 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:142 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.011) 0:02:32.823 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:150 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.011) 0:02:32.835 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:156 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.011) 0:02:32.846 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:160 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.013) 0:02:32.860 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:164 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.014) 0:02:32.875 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:5 Sunday 05 May 2024 08:22:00 +0000 (0:00:00.017) 0:02:32.892 ************ ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv3" ], "delta": "0:00:05.968124", "end": "2024-05-05 08:22:06.379691", "rc": 0, "start": "2024-05-05 08:22:00.411567" } STDOUT: LVM2_LV_NAME=Lv3 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:13 Sunday 05 May 2024 08:22:06 +0000 (0:00:06.154) 0:02:39.047 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:18 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.016) 0:02:39.063 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:27 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.017) 0:02:39.081 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:35 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.014) 0:02:39.095 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:41 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.014) 0:02:39.110 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:47 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.013) 0:02:39.124 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml:27 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.013) 0:02:39.138 ************ 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-cieh79cvd2/tests/verify-role-results.yml:44 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.011) 0:02:39.149 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:54 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.010) 0:02:39.160 ************ ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation minus the pool raid options] ************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/tests_raid_pool_options.yml:64 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.011) 0:02:39.171 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.026) 0:02:39.197 ************ included: /WORKDIR/git-weekly-cieh79cvd2/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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.017) 0:02:39.214 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.036) 0:02:39.251 ************ 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_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.034) 0:02:39.285 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.012) 0:02:39.298 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.011) 0:02:39.310 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.011) 0:02:39.321 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.011) 0:02:39.333 ************ included: /WORKDIR/git-weekly-cieh79cvd2/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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.026) 0:02:39.359 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.012) 0:02:39.372 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "2g" }, { "mount_point": "/opt/test2", "name": "Lv2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "Lv3", "size": "3g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.016) 0:02:39.388 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.013) 0:02:39.402 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.012) 0:02:39.414 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.012) 0:02:39.427 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.012) 0:02:39.439 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.012) 0:02:39.452 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.019) 0:02:39.471 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 05 May 2024 08:22:06 +0000 (0:00:00.012) 0:02:39.484 ************ ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3", "/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" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" } ], "packages": [ "lvm2", "mdadm", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "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/test3", "mount_user": null, "name": "Lv3", "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": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 05 May 2024 08:22:33 +0000 (0:00:26.488) 0:03:05.973 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 05 May 2024 08:22:33 +0000 (0:00:00.013) 0:03:05.986 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 05 May 2024 08:22:33 +0000 (0:00:00.011) 0:03:05.997 ************ ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3", "/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" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" } ], "packages": [ "lvm2", "mdadm", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "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/test3", "mount_user": null, "name": "Lv3", "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": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 05 May 2024 08:22:33 +0000 (0:00:00.017) 0:03:06.015 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "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/test3", "mount_user": null, "name": "Lv3", "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": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 05 May 2024 08:22:33 +0000 (0:00:00.016) 0:03:06.032 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 05 May 2024 08:22:33 +0000 (0:00:00.013) 0:03:06.046 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 05 May 2024 08:22:33 +0000 (0:00:00.012) 0:03:06.059 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 05 May 2024 08:22:33 +0000 (0:00:00.499) 0:03:06.558 ************ 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" } ok: [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, "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" } ok: [sut] => (item={'src': '/dev/mapper/vg1-Lv3', 'path': '/opt/test3', '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/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-Lv3" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 05 May 2024 08:22:34 +0000 (0:00:00.551) 0:03:07.109 ************ 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" } 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" } skipping: [sut] => (item={'src': '/dev/mapper/vg1-Lv3', 'path': '/opt/test3', '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/test3", "src": "/dev/mapper/vg1-Lv3", "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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 05 May 2024 08:22:34 +0000 (0:00:00.023) 0:03:07.132 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 05 May 2024 08:22:34 +0000 (0:00:00.458) 0:03:07.591 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714896874.2908616, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1713854872.569, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1713854567.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3911840656", "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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 05 May 2024 08:22:35 +0000 (0:00:00.318) 0:03:07.910 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 05 May 2024 08:22:35 +0000 (0:00:00.012) 0:03:07.922 ************ ok: [sut] TASK [Assert to preserve RAID settings for preexisting pool] ******************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/tests_raid_pool_options.yml:84 Sunday 05 May 2024 08:22:39 +0000 (0:00:03.828) 0:03:11.750 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/tests_raid_pool_options.yml:93 Sunday 05 May 2024 08:22:39 +0000 (0:00:00.016) 0:03:11.767 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:2 Sunday 05 May 2024 08:22:39 +0000 (0:00:00.021) 0:03:11.788 ************ ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "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/test3", "mount_user": null, "name": "Lv3", "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": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:7 Sunday 05 May 2024 08:22:39 +0000 (0:00:00.017) 0:03:11.806 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:15 Sunday 05 May 2024 08:22:39 +0000 (0:00:00.011) 0:03:11.818 ************ ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-Lv2": { "fstype": "xfs", "label": "", "name": "/dev/mapper/vg1-Lv2", "size": "3G", "type": "lvm", "uuid": "dd1d3afb-b9c2-4626-b0f4-a95a24c990a9" }, "/dev/mapper/vg1-Lv3": { "fstype": "xfs", "label": "", "name": "/dev/mapper/vg1-Lv3", "size": "3G", "type": "lvm", "uuid": "78cc90fe-1962-404e-ba0a-e9a1956139b9" }, "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "7cfd1ada-8fb4-40ba-9d32-68f36decdb95" }, "/dev/md/vg1-1": { "fstype": "LVM2_member", "label": "", "name": "/dev/md/vg1-1", "size": "10G", "type": "raid1", "uuid": "57HR41-fxW2-H8Vt-K8NE-ZkpJ-Qlpi-n0BHIy" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "vg1-1", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "35be2009-434e-0bd0-5dc6-e2153a8142ce" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "vg1-1", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "35be2009-434e-0bd0-5dc6-e2153a8142ce" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "vg1-1", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "35be2009-434e-0bd0-5dc6-e2153a8142ce" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c0e1a7ed-0246-4adf-9b50-4d02e249c905" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:20 Sunday 05 May 2024 08:22:39 +0000 (0:00:00.344) 0:03:12.163 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002464", "end": "2024-05-05 08:22:39.723941", "rc": 0, "start": "2024-05-05 08:22:39.721477" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 23 06:42:47 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=c0e1a7ed-0246-4adf-9b50-4d02e249c905 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 /dev/mapper/vg1-Lv2 /opt/test2 xfs defaults 0 0 /dev/mapper/vg1-Lv3 /opt/test3 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:25 Sunday 05 May 2024 08:22:39 +0000 (0:00:00.227) 0:03:12.390 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002269", "end": "2024-05-05 08:22:39.905471", "failed_when_result": false, "rc": 0, "start": "2024-05-05 08:22:39.903202" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:34 Sunday 05 May 2024 08:22:39 +0000 (0:00:00.181) 0:03:12.572 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:5 Sunday 05 May 2024 08:22:39 +0000 (0:00:00.036) 0:03:12.608 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:18 Sunday 05 May 2024 08:22:39 +0000 (0:00:00.012) 0:03:12.621 ************ ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:09.345056", "end": "2024-05-05 08:22:49.484666", "rc": 0, "start": "2024-05-05 08:22:40.139610" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:24 Sunday 05 May 2024 08:22:49 +0000 (0:00:09.531) 0:03:22.152 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:34 Sunday 05 May 2024 08:22:49 +0000 (0:00:00.018) 0:03:22.171 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:2 Sunday 05 May 2024 08:22:49 +0000 (0:00:00.026) 0:03:22.197 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/md127" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:13 Sunday 05 May 2024 08:22:49 +0000 (0:00:00.017) 0:03:22.215 ************ ok: [sut] => (item=/dev/md127) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/md/vg1-1", "pv": "/dev/md127" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:22 Sunday 05 May 2024 08:22:49 +0000 (0:00:00.384) 0:03:22.600 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:27 Sunday 05 May 2024 08:22:49 +0000 (0:00:00.015) 0:03:22.616 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/md/vg1-1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:33 Sunday 05 May 2024 08:22:49 +0000 (0:00:00.016) 0:03:22.632 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:42 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.016) 0:03:22.648 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:48 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.014) 0:03:22.663 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:54 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.014) 0:03:22.678 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid1" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:59 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.015) 0:03:22.693 ************ ok: [sut] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/md/vg1-1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:73 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.019) 0:03:22.713 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:8 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.022) 0:03:22.736 ************ ok: [sut] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/vg1-1" ], "delta": "0:00:00.014780", "end": "2024-05-05 08:22:50.378168", "rc": 0, "start": "2024-05-05 08:22:50.363388" } STDOUT: /dev/md/vg1-1: Version : 1.0 Creation Time : Sun May 5 08:20:31 2024 Raid Level : raid1 Array Size : 10477440 (9.99 GiB 10.73 GB) Used Dev Size : 10477440 (9.99 GiB 10.73 GB) Raid Devices : 2 Total Devices : 3 Persistence : Superblock is persistent Intent Bitmap : Internal Update Time : Sun May 5 08:22:50 2024 State : clean, resyncing Active Devices : 2 Working Devices : 3 Failed Devices : 0 Spare Devices : 1 Consistency Policy : bitmap Resync Status : 85% complete Name : vg1-1 UUID : 35be2009:434e0bd0:5dc6e215:3a8142ce Events : 40 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 2 8 33 - spare /dev/sdc1 TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:14 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.309) 0:03:23.045 ************ ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 2\\\n" }, "changed": false } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:21 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.017) 0:03:23.063 ************ ok: [sut] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ 1\\\n" }, "changed": false } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:28 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.017) 0:03:23.080 ************ ok: [sut] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.0\\\n" }, "changed": false } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:35 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.017) 0:03:23.098 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:45 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.017) 0:03:23.115 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:54 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.017) 0:03:23.132 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:64 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.019) 0:03:23.152 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:74 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.019) 0:03:23.171 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:85 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.019) 0:03:23.190 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:95 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.018) 0:03:23.209 ************ 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-cieh79cvd2/tests/test-verify-pool-members.yml:76 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.011) 0:03:23.220 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-lvmraid.yml:2 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.023) 0:03:23.244 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:8 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.036) 0:03:23.281 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:16 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.013) 0:03:23.294 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:21 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.011) 0:03:23.306 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:29 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.011) 0:03:23.318 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:34 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.012) 0:03:23.330 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:40 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.012) 0:03:23.343 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:46 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.012) 0:03:23.356 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:8 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.012) 0:03:23.369 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:16 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.011) 0:03:23.381 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:21 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.011) 0:03:23.392 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:29 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.014) 0:03:23.406 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:34 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.012) 0:03:23.419 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:40 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.011) 0:03:23.431 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:46 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.011) 0:03:23.442 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:8 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.011) 0:03:23.454 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:16 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.012) 0:03:23.467 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:21 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.013) 0:03:23.480 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:29 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.011) 0:03:23.491 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:34 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.012) 0:03:23.504 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:40 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.011) 0:03:23.516 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:46 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.011) 0:03:23.527 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:79 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.011) 0:03:23.539 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-thin.yml:2 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.025) 0:03:23.565 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml:8 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.055) 0:03:23.620 ************ 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-cieh79cvd2/tests/verify-pool-member-thin.yml:16 Sunday 05 May 2024 08:22:50 +0000 (0:00:00.013) 0:03:23.634 ************ 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-cieh79cvd2/tests/verify-pool-member-thin.yml:23 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:23.646 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml:27 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:23.657 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml:8 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:23.669 ************ 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-cieh79cvd2/tests/verify-pool-member-thin.yml:16 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:23.681 ************ 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-cieh79cvd2/tests/verify-pool-member-thin.yml:23 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.013) 0:03:23.694 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml:27 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:23.705 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml:8 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:23.717 ************ 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-cieh79cvd2/tests/verify-pool-member-thin.yml:16 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:23.729 ************ 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-cieh79cvd2/tests/verify-pool-member-thin.yml:23 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:23.740 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml:27 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:23.752 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:82 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.013) 0:03:23.765 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-encryption.yml:5 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.025) 0:03:23.791 ************ 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-cieh79cvd2/tests/verify-pool-members-encryption.yml:13 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.015) 0:03:23.806 ************ skipping: [sut] => (item=/dev/md/vg1-1) => { "_storage_test_pool_member_path": "/dev/md/vg1-1", "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-cieh79cvd2/tests/verify-pool-members-encryption.yml:20 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.015) 0:03:23.821 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml:2 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.024) 0:03:23.845 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml:9 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.015) 0:03:23.861 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml:18 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.015) 0:03:23.876 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml:27 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.013) 0:03:23.890 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml:37 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.013) 0:03:23.903 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml:47 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.014) 0:03:23.917 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-encryption.yml:27 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.012) 0:03:23.930 ************ 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-cieh79cvd2/tests/test-verify-pool-members.yml:85 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:23.941 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-vdo.yml:2 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.026) 0:03:23.967 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:9 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.040) 0:03:24.008 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:16 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.012) 0:03:24.021 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:22 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.013) 0:03:24.034 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:28 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.012) 0:03:24.047 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:35 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.012) 0:03:24.060 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:41 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.012) 0:03:24.072 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:47 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:24.084 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:9 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:24.096 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:16 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.013) 0:03:24.109 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:22 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.012) 0:03:24.122 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:28 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.012) 0:03:24.135 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:35 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.012) 0:03:24.147 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:41 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.012) 0:03:24.160 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:47 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.012) 0:03:24.173 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:9 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.012) 0:03:24.185 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:16 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.012) 0:03:24.198 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:22 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.012) 0:03:24.211 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:28 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.012) 0:03:24.224 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:35 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:24.235 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:41 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:24.247 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:47 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.013) 0:03:24.261 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:88 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:24.273 ************ 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-cieh79cvd2/tests/test-verify-pool-volumes.yml:3 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:24.284 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml:2 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.032) 0:03:24.317 ************ 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-cieh79cvd2/tests/test-verify-volume.yml:21 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.016) 0:03:24.333 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:7 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.080) 0:03:24.414 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:16 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.015) 0:03:24.429 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 509827, "block_size": 4096, "block_total": 521728, "block_used": 11901, "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "inode_available": 1048573, "inode_total": 1048576, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 2088251392, "size_total": 2136997888, "uuid": "7cfd1ada-8fb4-40ba-9d32-68f36decdb95" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 509827, "block_size": 4096, "block_total": 521728, "block_used": 11901, "device": "/dev/mapper/vg1-lv1", "fstype": "xfs", "inode_available": 1048573, "inode_total": 1048576, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 2088251392, "size_total": 2136997888, "uuid": "7cfd1ada-8fb4-40ba-9d32-68f36decdb95" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:38 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.020) 0:03:24.450 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:51 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.013) 0:03:24.463 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:63 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.015) 0:03:24.479 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:71 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.014) 0:03:24.493 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:83 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.012) 0:03:24.506 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:95 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:24.518 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:110 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.013) 0:03:24.531 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:122 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.016) 0:03:24.547 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:128 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:24.559 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:134 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:24.571 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:146 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:24.582 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:2 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.011) 0:03:24.594 ************ 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-cieh79cvd2/tests/test-verify-volume-fstab.yml:40 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.027) 0:03:24.622 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:48 Sunday 05 May 2024 08:22:51 +0000 (0:00:00.014) 0:03:24.637 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:58 Sunday 05 May 2024 08:22:52 +0000 (0:00:00.014) 0:03:24.652 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:71 Sunday 05 May 2024 08:22:52 +0000 (0:00:00.011) 0:03:24.664 ************ 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-cieh79cvd2/tests/test-verify-volume-fs.yml:3 Sunday 05 May 2024 08:22:52 +0000 (0:00:00.011) 0:03:24.675 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fs.yml:12 Sunday 05 May 2024 08:22:52 +0000 (0:00:00.017) 0:03:24.693 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:3 Sunday 05 May 2024 08:22:52 +0000 (0:00:00.021) 0:03:24.714 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714897265.580206, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1714897265.580206, "dev": 6, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 76879, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1714897265.580206, "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-cieh79cvd2/tests/test-verify-volume-device.yml:9 Sunday 05 May 2024 08:22:52 +0000 (0:00:00.207) 0:03:24.921 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:16 Sunday 05 May 2024 08:22:52 +0000 (0:00:00.016) 0:03:24.938 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:24 Sunday 05 May 2024 08:22:52 +0000 (0:00:00.012) 0:03:24.951 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:30 Sunday 05 May 2024 08:22:52 +0000 (0:00:00.015) 0:03:24.966 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:34 Sunday 05 May 2024 08:22:52 +0000 (0:00:00.012) 0:03:24.979 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:39 Sunday 05 May 2024 08:22:52 +0000 (0:00:00.011) 0:03:24.990 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:3 Sunday 05 May 2024 08:22:52 +0000 (0:00:00.013) 0:03:25.004 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:10 Sunday 05 May 2024 08:22:52 +0000 (0:00:00.013) 0:03:25.017 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:17 Sunday 05 May 2024 08:22:55 +0000 (0:00:02.767) 0:03:27.785 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:23 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.013) 0:03:27.798 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:32 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.012) 0:03:27.811 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:45 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.017) 0:03:27.828 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:51 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.012) 0:03:27.840 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:56 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.011) 0:03:27.852 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:69 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.013) 0:03:27.866 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:81 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.013) 0:03:27.879 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:94 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.013) 0:03:27.893 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:106 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.016) 0:03:27.910 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:114 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.015) 0:03:27.925 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:122 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.013) 0:03:27.938 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:131 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.013) 0:03:27.951 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:140 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.014) 0:03:27.966 ************ 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-cieh79cvd2/tests/test-verify-volume-md.yml:8 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.037) 0:03:28.003 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:14 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.014) 0:03:28.017 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:21 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.013) 0:03:28.031 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:28 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.014) 0:03:28.046 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:35 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.014) 0:03:28.060 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:45 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.025) 0:03:28.086 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:54 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.013) 0:03:28.100 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:63 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.017) 0:03:28.117 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:72 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.014) 0:03:28.132 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:81 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.013) 0:03:28.145 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:3 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.013) 0:03:28.158 ************ ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:11 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.184) 0:03:28.343 ************ ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:20 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.262) 0:03:28.605 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:28 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.017) 0:03:28.623 ************ ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:32 Sunday 05 May 2024 08:22:55 +0000 (0:00:00.013) 0:03:28.636 ************ ok: [sut] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:46 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.183) 0:03:28.820 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:50 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.015) 0:03:28.836 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:54 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.015) 0:03:28.851 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:58 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.015) 0:03:28.866 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:68 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.016) 0:03:28.882 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:72 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.012) 0:03:28.895 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:77 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.011) 0:03:28.907 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:83 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.011) 0:03:28.918 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:88 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.011) 0:03:28.930 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:96 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.011) 0:03:28.942 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:104 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.013) 0:03:28.955 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:109 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.012) 0:03:28.967 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:113 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.011) 0:03:28.979 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:117 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.011) 0:03:28.990 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:121 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.011) 0:03:29.002 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:129 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.011) 0:03:29.014 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:138 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.013) 0:03:29.027 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:142 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.011) 0:03:29.039 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:150 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.011) 0:03:29.050 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:156 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.011) 0:03:29.062 ************ ok: [sut] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:160 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.013) 0:03:29.076 ************ ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:164 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.012) 0:03:29.089 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:5 Sunday 05 May 2024 08:22:56 +0000 (0:00:00.018) 0:03:29.107 ************ 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:03.649482", "end": "2024-05-05 08:23:00.277829", "rc": 0, "start": "2024-05-05 08:22:56.628347" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:13 Sunday 05 May 2024 08:23:00 +0000 (0:00:03.838) 0:03:32.946 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:18 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.016) 0:03:32.962 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:27 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.017) 0:03:32.980 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:35 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.014) 0:03:32.994 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:41 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.012) 0:03:33.007 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:47 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.012) 0:03:33.020 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml:27 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.012) 0:03:33.032 ************ ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml:2 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.011) 0:03:33.044 ************ 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-cieh79cvd2/tests/test-verify-volume.yml:21 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.016) 0:03:33.061 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:7 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.079) 0:03:33.140 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:16 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.016) 0:03:33.156 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 770146, "block_size": 4096, "block_total": 783872, "block_used": 13726, "device": "/dev/mapper/vg1-Lv2", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test2", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3154518016, "size_total": 3210739712, "uuid": "dd1d3afb-b9c2-4626-b0f4-a95a24c990a9" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 770146, "block_size": 4096, "block_total": 783872, "block_used": 13726, "device": "/dev/mapper/vg1-Lv2", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test2", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3154518016, "size_total": 3210739712, "uuid": "dd1d3afb-b9c2-4626-b0f4-a95a24c990a9" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:38 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.022) 0:03:33.179 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:51 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.013) 0:03:33.193 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:63 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.017) 0:03:33.210 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:71 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.015) 0:03:33.225 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:83 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.013) 0:03:33.238 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:95 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.013) 0:03:33.252 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:110 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.014) 0:03:33.267 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:122 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.016) 0:03:33.283 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:128 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.012) 0:03:33.296 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:134 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.012) 0:03:33.309 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:146 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.012) 0:03:33.322 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:2 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.016) 0:03:33.339 ************ 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-cieh79cvd2/tests/test-verify-volume-fstab.yml:40 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.034) 0:03:33.373 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:48 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.016) 0:03:33.390 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:58 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.015) 0:03:33.405 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:71 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.013) 0:03:33.419 ************ 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-cieh79cvd2/tests/test-verify-volume-fs.yml:3 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.016) 0:03:33.436 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fs.yml:12 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.019) 0:03:33.455 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:3 Sunday 05 May 2024 08:23:00 +0000 (0:00:00.022) 0:03:33.478 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714897260.0574281, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1714897260.0574281, "dev": 6, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 75762, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1714897260.0574281, "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-cieh79cvd2/tests/test-verify-volume-device.yml:9 Sunday 05 May 2024 08:23:01 +0000 (0:00:00.259) 0:03:33.738 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:16 Sunday 05 May 2024 08:23:01 +0000 (0:00:00.018) 0:03:33.756 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:24 Sunday 05 May 2024 08:23:01 +0000 (0:00:00.013) 0:03:33.769 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:30 Sunday 05 May 2024 08:23:01 +0000 (0:00:00.015) 0:03:33.784 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:34 Sunday 05 May 2024 08:23:01 +0000 (0:00:00.014) 0:03:33.798 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:39 Sunday 05 May 2024 08:23:01 +0000 (0:00:00.012) 0:03:33.811 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:3 Sunday 05 May 2024 08:23:01 +0000 (0:00:00.014) 0:03:33.825 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:10 Sunday 05 May 2024 08:23:01 +0000 (0:00:00.014) 0:03:33.839 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:17 Sunday 05 May 2024 08:23:03 +0000 (0:00:02.600) 0:03:36.440 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:23 Sunday 05 May 2024 08:23:03 +0000 (0:00:00.013) 0:03:36.453 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:32 Sunday 05 May 2024 08:23:03 +0000 (0:00:00.011) 0:03:36.465 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:45 Sunday 05 May 2024 08:23:03 +0000 (0:00:00.017) 0:03:36.482 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:51 Sunday 05 May 2024 08:23:03 +0000 (0:00:00.012) 0:03:36.495 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:56 Sunday 05 May 2024 08:23:03 +0000 (0:00:00.011) 0:03:36.507 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:69 Sunday 05 May 2024 08:23:03 +0000 (0:00:00.011) 0:03:36.519 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:81 Sunday 05 May 2024 08:23:03 +0000 (0:00:00.011) 0:03:36.530 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:94 Sunday 05 May 2024 08:23:03 +0000 (0:00:00.011) 0:03:36.542 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:106 Sunday 05 May 2024 08:23:03 +0000 (0:00:00.016) 0:03:36.558 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:114 Sunday 05 May 2024 08:23:03 +0000 (0:00:00.016) 0:03:36.574 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:122 Sunday 05 May 2024 08:23:03 +0000 (0:00:00.012) 0:03:36.587 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:131 Sunday 05 May 2024 08:23:03 +0000 (0:00:00.011) 0:03:36.599 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:140 Sunday 05 May 2024 08:23:03 +0000 (0:00:00.011) 0:03:36.611 ************ 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-cieh79cvd2/tests/test-verify-volume-md.yml:8 Sunday 05 May 2024 08:23:03 +0000 (0:00:00.011) 0:03:36.622 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:14 Sunday 05 May 2024 08:23:03 +0000 (0:00:00.011) 0:03:36.634 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:21 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.033) 0:03:36.667 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:28 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.013) 0:03:36.681 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:35 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.011) 0:03:36.692 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:45 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.011) 0:03:36.704 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:54 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.011) 0:03:36.716 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:63 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.012) 0:03:36.729 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:72 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.013) 0:03:36.742 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:81 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.011) 0:03:36.753 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:3 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.011) 0:03:36.765 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:11 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.186) 0:03:36.952 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:20 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.186) 0:03:37.138 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:28 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.017) 0:03:37.156 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:32 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.014) 0:03:37.171 ************ ok: [sut] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:46 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.238) 0:03:37.410 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:50 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.017) 0:03:37.427 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:54 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.015) 0:03:37.442 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:58 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.015) 0:03:37.458 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:68 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.015) 0:03:37.473 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:72 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.012) 0:03:37.485 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:77 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.012) 0:03:37.497 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:83 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.013) 0:03:37.511 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:88 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.012) 0:03:37.524 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:96 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.012) 0:03:37.536 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:104 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.014) 0:03:37.550 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:109 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.011) 0:03:37.562 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:113 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.011) 0:03:37.574 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:117 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.013) 0:03:37.588 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:121 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.011) 0:03:37.600 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:129 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.011) 0:03:37.611 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:138 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.011) 0:03:37.623 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:142 Sunday 05 May 2024 08:23:04 +0000 (0:00:00.011) 0:03:37.635 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:150 Sunday 05 May 2024 08:23:05 +0000 (0:00:00.011) 0:03:37.647 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:156 Sunday 05 May 2024 08:23:05 +0000 (0:00:00.013) 0:03:37.661 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:160 Sunday 05 May 2024 08:23:05 +0000 (0:00:00.015) 0:03:37.676 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:164 Sunday 05 May 2024 08:23:05 +0000 (0:00:00.013) 0:03:37.690 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:5 Sunday 05 May 2024 08:23:05 +0000 (0:00:00.018) 0:03:37.708 ************ 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:05.817231", "end": "2024-05-05 08:23:11.045777", "rc": 0, "start": "2024-05-05 08:23:05.228546" } STDOUT: LVM2_LV_NAME=Lv2 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:13 Sunday 05 May 2024 08:23:11 +0000 (0:00:06.004) 0:03:43.713 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:18 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.016) 0:03:43.729 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:27 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.017) 0:03:43.746 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:35 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.014) 0:03:43.760 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:41 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.013) 0:03:43.774 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:47 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.015) 0:03:43.789 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml:27 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.014) 0:03:43.804 ************ ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml:2 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.011) 0:03:43.815 ************ 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-cieh79cvd2/tests/test-verify-volume.yml:21 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.015) 0:03:43.831 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:7 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.080) 0:03:43.912 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:16 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.015) 0:03:43.927 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 770146, "block_size": 4096, "block_total": 783872, "block_used": 13726, "device": "/dev/mapper/vg1-Lv3", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test3", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3154518016, "size_total": 3210739712, "uuid": "78cc90fe-1962-404e-ba0a-e9a1956139b9" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 770146, "block_size": 4096, "block_total": 783872, "block_used": 13726, "device": "/dev/mapper/vg1-Lv3", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test3", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3154518016, "size_total": 3210739712, "uuid": "78cc90fe-1962-404e-ba0a-e9a1956139b9" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:38 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.020) 0:03:43.947 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:51 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.013) 0:03:43.961 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:63 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.016) 0:03:43.977 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:71 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.015) 0:03:43.993 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:83 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.014) 0:03:44.007 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:95 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.012) 0:03:44.019 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:110 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.011) 0:03:44.031 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:122 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.016) 0:03:44.047 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:128 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.011) 0:03:44.059 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:134 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.011) 0:03:44.071 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:146 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.012) 0:03:44.084 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:2 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.012) 0:03:44.096 ************ 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-Lv3 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test3 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test3 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:40 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.025) 0:03:44.121 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:48 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.014) 0:03:44.136 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:58 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.014) 0:03:44.151 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:71 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.013) 0:03:44.164 ************ 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-cieh79cvd2/tests/test-verify-volume-fs.yml:3 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.011) 0:03:44.176 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fs.yml:12 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.016) 0:03:44.192 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:3 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.017) 0:03:44.209 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714897253.9056761, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1714897253.9056761, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 75587, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1714897253.9056761, "nlink": 1, "path": "/dev/mapper/vg1-Lv3", "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-cieh79cvd2/tests/test-verify-volume-device.yml:9 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.283) 0:03:44.492 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:16 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.016) 0:03:44.509 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:24 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.012) 0:03:44.522 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:30 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.015) 0:03:44.537 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:34 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.013) 0:03:44.550 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:39 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.012) 0:03:44.563 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:3 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.013) 0:03:44.577 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:10 Sunday 05 May 2024 08:23:11 +0000 (0:00:00.011) 0:03:44.589 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:17 Sunday 05 May 2024 08:23:14 +0000 (0:00:02.742) 0:03:47.332 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:23 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.013) 0:03:47.345 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:32 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.013) 0:03:47.358 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:45 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.017) 0:03:47.376 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:51 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.011) 0:03:47.388 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:56 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.012) 0:03:47.401 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:69 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.011) 0:03:47.412 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:81 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.013) 0:03:47.426 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:94 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.013) 0:03:47.439 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:106 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.016) 0:03:47.456 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:114 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.015) 0:03:47.471 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:122 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.014) 0:03:47.486 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:131 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.012) 0:03:47.499 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:140 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.011) 0:03:47.511 ************ 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-cieh79cvd2/tests/test-verify-volume-md.yml:8 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.011) 0:03:47.523 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:14 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.011) 0:03:47.534 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:21 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.011) 0:03:47.546 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:28 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.031) 0:03:47.577 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:35 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.013) 0:03:47.591 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:45 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.011) 0:03:47.603 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:54 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.013) 0:03:47.616 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:63 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.013) 0:03:47.629 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:72 Sunday 05 May 2024 08:23:14 +0000 (0:00:00.014) 0:03:47.643 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:81 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.015) 0:03:47.659 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:3 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.017) 0:03:47.676 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:11 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.189) 0:03:47.866 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:20 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.188) 0:03:48.054 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:28 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.021) 0:03:48.076 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:32 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.019) 0:03:48.095 ************ ok: [sut] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:46 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.190) 0:03:48.286 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:50 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.015) 0:03:48.301 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:54 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.015) 0:03:48.317 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:58 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.016) 0:03:48.333 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:68 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.016) 0:03:48.350 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:72 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.014) 0:03:48.364 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:77 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.013) 0:03:48.377 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:83 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.013) 0:03:48.390 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:88 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.011) 0:03:48.402 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:96 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.017) 0:03:48.420 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:104 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.013) 0:03:48.433 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:109 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.013) 0:03:48.446 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:113 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.013) 0:03:48.459 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:117 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.018) 0:03:48.478 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:121 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.013) 0:03:48.491 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:129 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.014) 0:03:48.506 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:138 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.013) 0:03:48.520 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:142 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.013) 0:03:48.533 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:150 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.013) 0:03:48.546 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:156 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.013) 0:03:48.560 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:160 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.017) 0:03:48.577 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:164 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.019) 0:03:48.597 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:5 Sunday 05 May 2024 08:23:15 +0000 (0:00:00.028) 0:03:48.626 ************ ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv3" ], "delta": "0:00:05.699942", "end": "2024-05-05 08:23:21.848734", "rc": 0, "start": "2024-05-05 08:23:16.148792" } STDOUT: LVM2_LV_NAME=Lv3 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:13 Sunday 05 May 2024 08:23:21 +0000 (0:00:05.890) 0:03:54.516 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:18 Sunday 05 May 2024 08:23:21 +0000 (0:00:00.016) 0:03:54.533 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:27 Sunday 05 May 2024 08:23:21 +0000 (0:00:00.017) 0:03:54.550 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:35 Sunday 05 May 2024 08:23:21 +0000 (0:00:00.013) 0:03:54.564 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:41 Sunday 05 May 2024 08:23:21 +0000 (0:00:00.013) 0:03:54.578 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:47 Sunday 05 May 2024 08:23:21 +0000 (0:00:00.013) 0:03:54.592 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml:27 Sunday 05 May 2024 08:23:21 +0000 (0:00:00.012) 0:03:54.604 ************ 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-cieh79cvd2/tests/verify-role-results.yml:44 Sunday 05 May 2024 08:23:21 +0000 (0:00:00.011) 0:03:54.616 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:54 Sunday 05 May 2024 08:23:21 +0000 (0:00:00.010) 0:03:54.626 ************ ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove the pool created above] ******************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/tests_raid_pool_options.yml:96 Sunday 05 May 2024 08:23:21 +0000 (0:00:00.011) 0:03:54.638 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 05 May 2024 08:23:22 +0000 (0:00:00.029) 0:03:54.667 ************ included: /WORKDIR/git-weekly-cieh79cvd2/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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 05 May 2024 08:23:22 +0000 (0:00:00.039) 0:03:54.707 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 05 May 2024 08:23:22 +0000 (0:00:00.015) 0:03:54.722 ************ 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_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 05 May 2024 08:23:22 +0000 (0:00:00.032) 0:03:54.755 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 05 May 2024 08:23:22 +0000 (0:00:00.012) 0:03:54.768 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 05 May 2024 08:23:22 +0000 (0:00:00.011) 0:03:54.779 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 05 May 2024 08:23:22 +0000 (0:00:00.011) 0:03:54.791 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 05 May 2024 08:23:22 +0000 (0:00:00.012) 0:03:54.804 ************ included: /WORKDIR/git-weekly-cieh79cvd2/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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 05 May 2024 08:23:22 +0000 (0:00:00.024) 0:03:54.828 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 05 May 2024 08:23:22 +0000 (0:00:00.012) 0:03:54.841 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "state": "absent", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "2g" }, { "mount_point": "/opt/test2", "name": "Lv2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "Lv3", "size": "3g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 05 May 2024 08:23:22 +0000 (0:00:00.016) 0:03:54.858 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 05 May 2024 08:23:22 +0000 (0:00:00.012) 0:03:54.870 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 05 May 2024 08:23:22 +0000 (0:00:00.012) 0:03:54.883 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 05 May 2024 08:23:22 +0000 (0:00:00.012) 0:03:54.896 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 05 May 2024 08:23:22 +0000 (0:00:00.012) 0:03:54.909 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 05 May 2024 08:23:22 +0000 (0:00:00.012) 0:03:54.922 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 05 May 2024 08:23:22 +0000 (0:00:00.020) 0:03:54.942 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 05 May 2024 08:23:22 +0000 (0:00:00.010) 0:03:54.953 ************ changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-Lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-Lv3", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-Lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-Lv2", "fs_type": null }, { "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/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "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": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "absent" }, { "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_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "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/test3", "mount_user": null, "name": "Lv3", "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": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 05 May 2024 08:23:32 +0000 (0:00:10.130) 0:04:05.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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 05 May 2024 08:23:32 +0000 (0:00:00.013) 0:04:05.097 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 05 May 2024 08:23:32 +0000 (0:00:00.012) 0:04:05.109 ************ ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-Lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-Lv3", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-Lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-Lv2", "fs_type": null }, { "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/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "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": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "absent" }, { "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_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "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/test3", "mount_user": null, "name": "Lv3", "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": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 05 May 2024 08:23:32 +0000 (0:00:00.020) 0:04:05.130 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "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/test3", "mount_user": null, "name": "Lv3", "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": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 05 May 2024 08:23:32 +0000 (0:00:00.017) 0:04:05.147 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 05 May 2024 08:23:32 +0000 (0:00:00.015) 0:04:05.163 ************ changed: [sut] => (item={'src': '/dev/mapper/vg1-Lv3', 'path': '/opt/test3', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "absent" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-Lv3" } 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" } 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 05 May 2024 08:23:33 +0000 (0:00:00.553) 0:04:05.716 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 05 May 2024 08:23:33 +0000 (0:00:00.453) 0:04:06.169 ************ TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 05 May 2024 08:23:33 +0000 (0:00:00.013) 0:04:06.183 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 05 May 2024 08:23:33 +0000 (0:00:00.013) 0:04:06.196 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 05 May 2024 08:23:33 +0000 (0:00:00.445) 0:04:06.642 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714896874.2908616, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1713854872.569, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1713854567.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3911840656", "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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 05 May 2024 08:23:34 +0000 (0:00:00.183) 0:04:06.825 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 05 May 2024 08:23:34 +0000 (0:00:00.012) 0:04:06.837 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/tests_raid_pool_options.yml:120 Sunday 05 May 2024 08:23:34 +0000 (0:00:00.585) 0:04:07.423 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:2 Sunday 05 May 2024 08:23:34 +0000 (0:00:00.021) 0:04:07.445 ************ ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "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": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_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": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "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/test3", "mount_user": null, "name": "Lv3", "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": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:7 Sunday 05 May 2024 08:23:34 +0000 (0:00:00.017) 0:04:07.462 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:15 Sunday 05 May 2024 08:23:34 +0000 (0:00:00.012) 0:04:07.474 ************ ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c0e1a7ed-0246-4adf-9b50-4d02e249c905" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:20 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.182) 0:04:07.656 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002483", "end": "2024-05-05 08:23:35.170629", "rc": 0, "start": "2024-05-05 08:23:35.168146" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 23 06:42:47 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=c0e1a7ed-0246-4adf-9b50-4d02e249c905 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:25 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.179) 0:04:07.836 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002542", "end": "2024-05-05 08:23:35.349501", "failed_when_result": false, "rc": 0, "start": "2024-05-05 08:23:35.346959" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:34 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.178) 0:04:08.014 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:5 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.027) 0:04:08.042 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:18 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.011) 0:04:08.053 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:24 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.011) 0:04:08.065 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:34 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.012) 0:04:08.078 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:2 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.025) 0:04:08.103 ************ 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-cieh79cvd2/tests/test-verify-pool-members.yml:13 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.016) 0:04:08.120 ************ TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:22 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.010) 0:04:08.131 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:27 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.015) 0:04:08.146 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:33 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.014) 0:04:08.160 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:42 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.015) 0:04:08.175 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:48 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.014) 0:04:08.190 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:54 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.014) 0:04:08.204 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid1" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:59 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.014) 0:04:08.218 ************ TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:73 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.011) 0:04:08.229 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:8 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.021) 0:04:08.251 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:14 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.012) 0:04:08.263 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:21 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.011) 0:04:08.275 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:28 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.012) 0:04:08.287 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:35 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.012) 0:04:08.300 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:45 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.012) 0:04:08.312 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:54 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.012) 0:04:08.324 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:64 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.012) 0:04:08.336 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:74 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.011) 0:04:08.348 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:85 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.013) 0:04:08.361 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:95 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.012) 0:04:08.373 ************ 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-cieh79cvd2/tests/test-verify-pool-members.yml:76 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.011) 0:04:08.384 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-lvmraid.yml:2 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.022) 0:04:08.407 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:8 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.061) 0:04:08.469 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:16 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.014) 0:04:08.483 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:21 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.012) 0:04:08.496 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:29 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.012) 0:04:08.509 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:34 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.014) 0:04:08.523 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:40 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.012) 0:04:08.536 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:46 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.012) 0:04:08.548 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:8 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.012) 0:04:08.561 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:16 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.012) 0:04:08.574 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:21 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.012) 0:04:08.586 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:29 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.018) 0:04:08.604 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:34 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.012) 0:04:08.617 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:40 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.012) 0:04:08.630 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:46 Sunday 05 May 2024 08:23:35 +0000 (0:00:00.012) 0:04:08.642 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:8 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.013) 0:04:08.656 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:16 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:08.669 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:21 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.013) 0:04:08.683 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:29 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:08.696 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:34 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.013) 0:04:08.709 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:40 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.013) 0:04:08.723 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-lvmraid.yml:46 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:08.736 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:79 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:08.749 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-thin.yml:2 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.025) 0:04:08.774 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml:8 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.038) 0:04:08.812 ************ 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-cieh79cvd2/tests/verify-pool-member-thin.yml:16 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:08.825 ************ 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-cieh79cvd2/tests/verify-pool-member-thin.yml:23 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:08.838 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml:27 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:08.851 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml:8 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.011) 0:04:08.862 ************ 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-cieh79cvd2/tests/verify-pool-member-thin.yml:16 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:08.875 ************ 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-cieh79cvd2/tests/verify-pool-member-thin.yml:23 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.013) 0:04:08.889 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml:27 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:08.901 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml:8 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.011) 0:04:08.912 ************ 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-cieh79cvd2/tests/verify-pool-member-thin.yml:16 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.011) 0:04:08.924 ************ 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-cieh79cvd2/tests/verify-pool-member-thin.yml:23 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:08.936 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-thin.yml:27 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.011) 0:04:08.947 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:82 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:08.959 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-encryption.yml:5 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.024) 0:04:08.984 ************ 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-cieh79cvd2/tests/verify-pool-members-encryption.yml:13 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.015) 0:04:09.000 ************ TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-encryption.yml:20 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.011) 0:04:09.011 ************ TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-encryption.yml:27 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.013) 0:04:09.024 ************ 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-cieh79cvd2/tests/test-verify-pool-members.yml:85 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.011) 0:04:09.036 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-vdo.yml:2 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.025) 0:04:09.061 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:9 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.038) 0:04:09.099 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:16 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:09.112 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:22 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.011) 0:04:09.124 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:28 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:09.136 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:35 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.013) 0:04:09.149 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:41 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.013) 0:04:09.163 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:47 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:09.176 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:9 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:09.189 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:16 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:09.201 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:22 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.013) 0:04:09.214 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:28 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.034) 0:04:09.249 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:35 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:09.262 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:41 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:09.274 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:47 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:09.286 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:9 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.011) 0:04:09.297 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:16 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:09.310 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:22 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.015) 0:04:09.325 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:28 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.014) 0:04:09.339 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:35 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.013) 0:04:09.352 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:41 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.021) 0:04:09.373 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-vdo.yml:47 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.014) 0:04:09.388 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:88 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.024) 0:04:09.413 ************ 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-cieh79cvd2/tests/test-verify-pool-volumes.yml:3 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.020) 0:04:09.434 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml:2 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.041) 0:04:09.475 ************ 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-cieh79cvd2/tests/test-verify-volume.yml:21 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.016) 0:04:09.492 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:7 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.060) 0:04:09.552 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:16 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.016) 0:04:09.569 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [], "storage_test_mount_expected_match_count": "0", "storage_test_mount_point_matches": [], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:38 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.019) 0:04:09.588 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:51 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.013) 0:04:09.601 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:63 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.012) 0:04:09.614 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:71 Sunday 05 May 2024 08:23:36 +0000 (0:00:00.030) 0:04:09.645 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:83 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.019) 0:04:09.665 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:95 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.017) 0:04:09.683 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:110 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.013) 0:04:09.696 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:122 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.012) 0:04:09.709 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:128 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.012) 0:04:09.721 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:134 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.014) 0:04:09.736 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:146 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.012) 0:04:09.748 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:2 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.012) 0:04:09.761 ************ 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-cieh79cvd2/tests/test-verify-volume-fstab.yml:40 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.025) 0:04:09.786 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:48 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.013) 0:04:09.800 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:58 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.025) 0:04:09.825 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:71 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.017) 0:04:09.842 ************ 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-cieh79cvd2/tests/test-verify-volume-fs.yml:3 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.011) 0:04:09.854 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fs.yml:12 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.013) 0:04:09.868 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:3 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.012) 0:04:09.880 ************ ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:9 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.181) 0:04:10.061 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:16 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.013) 0:04:10.075 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:24 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.016) 0:04:10.092 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:30 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.009) 0:04:10.102 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:34 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.013) 0:04:10.115 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:39 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.012) 0:04:10.127 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:3 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.011) 0:04:10.139 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:10 Sunday 05 May 2024 08:23:37 +0000 (0:00:00.012) 0:04:10.152 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:17 Sunday 05 May 2024 08:23:40 +0000 (0:00:02.619) 0:04:12.771 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:23 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.012) 0:04:12.784 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:32 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.012) 0:04:12.796 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:45 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.009) 0:04:12.806 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:51 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.011) 0:04:12.818 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:56 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.011) 0:04:12.829 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:69 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.008) 0:04:12.837 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:81 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.008) 0:04:12.846 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:94 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.008) 0:04:12.855 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:106 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.016) 0:04:12.871 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:114 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.014) 0:04:12.886 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:122 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.012) 0:04:12.899 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:131 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.012) 0:04:12.911 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:140 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.011) 0:04:12.922 ************ 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-cieh79cvd2/tests/test-verify-volume-md.yml:8 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.011) 0:04:12.933 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:14 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.012) 0:04:12.946 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:21 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.011) 0:04:12.957 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:28 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.010) 0:04:12.968 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:35 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.010) 0:04:12.979 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:45 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.011) 0:04:12.990 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:54 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.011) 0:04:13.001 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:63 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.012) 0:04:13.013 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:72 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.011) 0:04:13.025 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:81 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.011) 0:04:13.036 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:3 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.011) 0:04:13.047 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:11 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.010) 0:04:13.058 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:20 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.012) 0:04:13.070 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:28 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.012) 0:04:13.082 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:32 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.012) 0:04:13.094 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:46 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.011) 0:04:13.105 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:50 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.010) 0:04:13.116 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:54 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.010) 0:04:13.127 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:58 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.010) 0:04:13.138 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:68 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.012) 0:04:13.150 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:72 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.010) 0:04:13.161 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:77 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.010) 0:04:13.172 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:83 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.010) 0:04:13.183 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:88 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.010) 0:04:13.194 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:96 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.010) 0:04:13.205 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:104 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.012) 0:04:13.217 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:109 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.011) 0:04:13.229 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:113 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.012) 0:04:13.241 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:117 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.011) 0:04:13.252 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:121 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.010) 0:04:13.263 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:129 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.011) 0:04:13.274 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:138 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.016) 0:04:13.291 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:142 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.015) 0:04:13.306 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:150 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.012) 0:04:13.319 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:156 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.011) 0:04:13.330 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:160 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.013) 0:04:13.344 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:164 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.015) 0:04:13.360 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:5 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.017) 0:04:13.377 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:13 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.038) 0:04:13.416 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:18 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.022) 0:04:13.439 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:27 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.013) 0:04:13.452 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:35 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.012) 0:04:13.464 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:41 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.012) 0:04:13.477 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:47 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.012) 0:04:13.489 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml:27 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.014) 0:04:13.504 ************ ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml:2 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.012) 0:04:13.517 ************ 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-cieh79cvd2/tests/test-verify-volume.yml:21 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.015) 0:04:13.533 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:7 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.059) 0:04:13.592 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:16 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.015) 0:04:13.607 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [], "storage_test_mount_expected_match_count": "0", "storage_test_mount_point_matches": [], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:38 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.019) 0:04:13.626 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:51 Sunday 05 May 2024 08:23:40 +0000 (0:00:00.012) 0:04:13.639 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:63 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.011) 0:04:13.650 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:71 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.014) 0:04:13.664 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:83 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.011) 0:04:13.675 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:95 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.012) 0:04:13.688 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:110 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.012) 0:04:13.700 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:122 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.011) 0:04:13.711 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:128 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.010) 0:04:13.722 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:134 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.011) 0:04:13.733 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:146 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.012) 0:04:13.745 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:2 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.012) 0:04:13.758 ************ 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-cieh79cvd2/tests/test-verify-volume-fstab.yml:40 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.024) 0:04:13.782 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:48 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.012) 0:04:13.794 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:58 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.014) 0:04:13.809 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:71 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.011) 0:04:13.820 ************ 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-cieh79cvd2/tests/test-verify-volume-fs.yml:3 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.010) 0:04:13.831 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fs.yml:12 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.012) 0:04:13.843 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:3 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.010) 0:04:13.854 ************ ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:9 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.178) 0:04:14.032 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:16 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.013) 0:04:14.045 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:24 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.016) 0:04:14.062 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:30 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.010) 0:04:14.072 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:34 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.012) 0:04:14.084 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:39 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.011) 0:04:14.095 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:3 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.008) 0:04:14.104 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:10 Sunday 05 May 2024 08:23:41 +0000 (0:00:00.010) 0:04:14.115 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:17 Sunday 05 May 2024 08:23:43 +0000 (0:00:02.528) 0:04:16.644 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:23 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.042) 0:04:16.687 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:32 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.018) 0:04:16.705 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:45 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.010) 0:04:16.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-cieh79cvd2/tests/test-verify-volume-encryption.yml:51 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.012) 0:04:16.728 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:56 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.013) 0:04:16.742 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:69 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.011) 0:04:16.753 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:81 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.012) 0:04:16.766 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:94 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.011) 0:04:16.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-cieh79cvd2/tests/test-verify-volume-encryption.yml:106 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.024) 0:04:16.802 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:114 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.026) 0:04:16.829 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:122 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.014) 0:04:16.843 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:131 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.014) 0:04:16.858 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:140 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.015) 0:04:16.873 ************ 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-cieh79cvd2/tests/test-verify-volume-md.yml:8 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.031) 0:04:16.905 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:14 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.016) 0:04:16.922 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:21 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.021) 0:04:16.944 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:28 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.018) 0:04:16.962 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:35 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.015) 0:04:16.978 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:45 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.014) 0:04:16.993 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:54 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.023) 0:04:17.016 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:63 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.014) 0:04:17.031 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:72 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.012) 0:04:17.044 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:81 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.015) 0:04:17.059 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:3 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.015) 0:04:17.075 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:11 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.039) 0:04:17.114 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:20 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.016) 0:04:17.131 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:28 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.012) 0:04:17.144 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:32 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.016) 0:04:17.160 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:46 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.015) 0:04:17.176 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:50 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.014) 0:04:17.190 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:54 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.014) 0:04:17.205 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:58 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.025) 0:04:17.231 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:68 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.025) 0:04:17.256 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:72 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.013) 0:04:17.269 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:77 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.017) 0:04:17.286 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:83 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.025) 0:04:17.312 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:88 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.026) 0:04:17.339 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:96 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.030) 0:04:17.369 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:104 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.037) 0:04:17.406 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:109 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.020) 0:04:17.427 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:113 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.015) 0:04:17.442 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:117 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.018) 0:04:17.461 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:121 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.029) 0:04:17.490 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:129 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.022) 0:04:17.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-cieh79cvd2/tests/test-verify-volume-size.yml:138 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.019) 0:04:17.532 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:142 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.047) 0:04:17.579 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:150 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.025) 0:04:17.604 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:156 Sunday 05 May 2024 08:23:44 +0000 (0:00:00.019) 0:04:17.624 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:160 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.053) 0:04:17.678 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:164 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.032) 0:04:17.710 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:5 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.035) 0:04:17.745 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:13 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.033) 0:04:17.778 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:18 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.018) 0:04:17.796 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:27 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.035) 0:04:17.832 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:35 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.019) 0:04:17.851 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:41 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.033) 0:04:17.884 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:47 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.013) 0:04:17.897 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml:27 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.013) 0:04:17.911 ************ ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml:2 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.022) 0:04:17.934 ************ 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-cieh79cvd2/tests/test-verify-volume.yml:21 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.018) 0:04:17.952 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:7 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.096) 0:04:18.049 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:16 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.014) 0:04:18.064 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [], "storage_test_mount_expected_match_count": "0", "storage_test_mount_point_matches": [], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:38 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.019) 0:04:18.083 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:51 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.013) 0:04:18.096 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:63 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.012) 0:04:18.109 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:71 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.014) 0:04:18.123 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:83 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.011) 0:04:18.135 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:95 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.012) 0:04:18.147 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:110 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.012) 0:04:18.160 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:122 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.014) 0:04:18.175 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:128 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.015) 0:04:18.190 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:134 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.013) 0:04:18.203 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-mount.yml:146 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.012) 0:04:18.216 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:2 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.016) 0:04:18.232 ************ 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-cieh79cvd2/tests/test-verify-volume-fstab.yml:40 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.027) 0:04:18.259 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:48 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.012) 0:04:18.272 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:58 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.016) 0:04:18.288 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fstab.yml:71 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.012) 0:04:18.301 ************ 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-cieh79cvd2/tests/test-verify-volume-fs.yml:3 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.011) 0:04:18.312 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-fs.yml:12 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.012) 0:04:18.324 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:3 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.011) 0:04:18.335 ************ ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:9 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.176) 0:04:18.512 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:16 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.012) 0:04:18.524 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:24 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.015) 0:04:18.539 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:30 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.008) 0:04:18.548 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:34 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.012) 0:04:18.560 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-device.yml:39 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.011) 0:04:18.572 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:3 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.011) 0:04:18.583 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:10 Sunday 05 May 2024 08:23:45 +0000 (0:00:00.012) 0:04:18.596 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:17 Sunday 05 May 2024 08:23:48 +0000 (0:00:02.633) 0:04:21.229 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:23 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.012) 0:04:21.242 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:32 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.012) 0:04:21.254 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:45 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.010) 0:04:21.265 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:51 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.012) 0:04:21.277 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:56 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.011) 0:04:21.288 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:69 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.008) 0:04:21.297 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:81 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.008) 0:04:21.306 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:94 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.010) 0:04:21.316 ************ 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-cieh79cvd2/tests/test-verify-volume-encryption.yml:106 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.015) 0:04:21.331 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:114 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.014) 0:04:21.346 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:122 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.012) 0:04:21.358 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:131 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.011) 0:04:21.369 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:140 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.010) 0:04:21.380 ************ 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-cieh79cvd2/tests/test-verify-volume-md.yml:8 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.012) 0:04:21.392 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:14 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.011) 0:04:21.403 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:21 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.012) 0:04:21.416 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:28 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.011) 0:04:21.427 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:35 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.012) 0:04:21.439 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:45 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.010) 0:04:21.450 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:54 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.012) 0:04:21.462 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:63 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.031) 0:04:21.493 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:72 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.012) 0:04:21.506 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-md.yml:81 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.011) 0:04:21.517 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:3 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.010) 0:04:21.528 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:11 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.011) 0:04:21.539 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:20 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.010) 0:04:21.550 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:28 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.012) 0:04:21.562 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:32 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.013) 0:04:21.575 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:46 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.011) 0:04:21.586 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:50 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.010) 0:04:21.597 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:54 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.011) 0:04:21.608 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:58 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.012) 0:04:21.621 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:68 Sunday 05 May 2024 08:23:48 +0000 (0:00:00.013) 0:04:21.635 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:72 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.011) 0:04:21.646 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:77 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.010) 0:04:21.657 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:83 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.011) 0:04:21.668 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:88 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.010) 0:04:21.679 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:96 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.011) 0:04:21.690 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:104 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.012) 0:04:21.702 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:109 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.011) 0:04:21.713 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:113 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.010) 0:04:21.724 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:117 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.011) 0:04:21.735 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:121 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.010) 0:04:21.746 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:129 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.010) 0:04:21.757 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:138 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.012) 0:04:21.769 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:142 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.010) 0:04:21.780 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:150 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.011) 0:04:21.791 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:156 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.010) 0:04:21.802 ************ 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-cieh79cvd2/tests/test-verify-volume-size.yml:160 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.013) 0:04:21.816 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-size.yml:164 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.012) 0:04:21.828 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:5 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.012) 0:04:21.840 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:13 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.012) 0:04:21.852 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:18 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.012) 0:04:21.864 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:27 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.011) 0:04:21.875 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:35 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.012) 0:04:21.888 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:41 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.011) 0:04:21.899 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:47 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.013) 0:04:21.913 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume.yml:27 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.012) 0:04:21.925 ************ 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-cieh79cvd2/tests/verify-role-results.yml:44 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.010) 0:04:21.936 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:54 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.009) 0:04:21.946 ************ ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a RAID0 device] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/tests_raid_pool_options.yml:123 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.011) 0:04:21.957 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.032) 0:04:21.989 ************ included: /WORKDIR/git-weekly-cieh79cvd2/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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.017) 0:04:22.006 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.015) 0:04:22.022 ************ 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_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.031) 0:04:22.054 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.011) 0:04:22.065 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.011) 0:04:22.076 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.010) 0:04:22.087 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.010) 0:04:22.098 ************ included: /WORKDIR/git-weekly-cieh79cvd2/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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.024) 0:04:22.122 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.012) 0:04:22.135 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "state": "present", "type": "lvm" } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.013) 0:04:22.148 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.012) 0:04:22.161 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.011) 0:04:22.173 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.012) 0:04:22.185 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.011) 0:04:22.197 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.011) 0:04:22.209 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.018) 0:04:22.227 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 05 May 2024 08:23:49 +0000 (0:00:00.010) 0:04:22.238 ************ 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": "mdmember" }, { "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": "mdmember" }, { "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": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/vg1" ], "mounts": [], "packages": [ "lvm2", "mdadm", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 05 May 2024 08:24:01 +0000 (0:00:11.701) 0:04:33.940 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 05 May 2024 08:24:01 +0000 (0:00:00.012) 0:04:33.952 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 05 May 2024 08:24:01 +0000 (0:00:00.009) 0:04:33.962 ************ 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": "mdmember" }, { "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": "mdmember" }, { "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": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/vg1" ], "mounts": [], "packages": [ "lvm2", "mdadm", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 05 May 2024 08:24:01 +0000 (0:00:00.014) 0:04:33.977 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 05 May 2024 08:24:01 +0000 (0:00:00.013) 0:04:33.990 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 05 May 2024 08:24:01 +0000 (0:00:00.014) 0:04:34.005 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 05 May 2024 08:24:01 +0000 (0:00:00.010) 0:04:34.016 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 05 May 2024 08:24:01 +0000 (0:00:00.011) 0:04:34.027 ************ TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 05 May 2024 08:24:01 +0000 (0:00:00.010) 0:04:34.038 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 05 May 2024 08:24:01 +0000 (0:00:00.010) 0:04:34.049 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 05 May 2024 08:24:01 +0000 (0:00:00.010) 0:04:34.059 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714896874.2908616, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1713854872.569, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1713854567.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3911840656", "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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 05 May 2024 08:24:01 +0000 (0:00:00.186) 0:04:34.246 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 05 May 2024 08:24:01 +0000 (0:00:00.011) 0:04:34.258 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/tests_raid_pool_options.yml:137 Sunday 05 May 2024 08:24:02 +0000 (0:00:00.594) 0:04:34.853 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:2 Sunday 05 May 2024 08:24:02 +0000 (0:00:00.024) 0:04:34.877 ************ ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:7 Sunday 05 May 2024 08:24:02 +0000 (0:00:00.016) 0:04:34.893 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:15 Sunday 05 May 2024 08:24:02 +0000 (0:00:00.012) 0:04:34.906 ************ ok: [sut] => { "changed": false, "info": { "/dev/md/vg1-1": { "fstype": "LVM2_member", "label": "", "name": "/dev/md/vg1-1", "size": "30G", "type": "raid0", "uuid": "utFwNL-Ju9o-sz19-qU0X-rO2p-WzNN-SeCoO2" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "vg1-1", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "1a135c7e-99c2-21ba-6563-dceeb404878f" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "vg1-1", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "1a135c7e-99c2-21ba-6563-dceeb404878f" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "vg1-1", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "1a135c7e-99c2-21ba-6563-dceeb404878f" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c0e1a7ed-0246-4adf-9b50-4d02e249c905" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:20 Sunday 05 May 2024 08:24:02 +0000 (0:00:00.187) 0:04:35.094 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002502", "end": "2024-05-05 08:24:02.610236", "rc": 0, "start": "2024-05-05 08:24:02.607734" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 23 06:42:47 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=c0e1a7ed-0246-4adf-9b50-4d02e249c905 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:25 Sunday 05 May 2024 08:24:02 +0000 (0:00:00.181) 0:04:35.276 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002530", "end": "2024-05-05 08:24:02.790706", "failed_when_result": false, "rc": 0, "start": "2024-05-05 08:24:02.788176" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:34 Sunday 05 May 2024 08:24:02 +0000 (0:00:00.181) 0:04:35.458 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:5 Sunday 05 May 2024 08:24:02 +0000 (0:00:00.026) 0:04:35.485 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:18 Sunday 05 May 2024 08:24:02 +0000 (0:00:00.016) 0:04:35.502 ************ ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.025733", "end": "2024-05-05 08:24:03.045526", "rc": 0, "start": "2024-05-05 08:24:03.019793" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:24 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.210) 0:04:35.712 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:34 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.021) 0:04:35.734 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:2 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.031) 0:04:35.765 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/md127" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:13 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.017) 0:04:35.783 ************ ok: [sut] => (item=/dev/md127) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/md/vg1-1", "pv": "/dev/md127" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:22 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.179) 0:04:35.962 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:27 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.015) 0:04:35.978 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/md/vg1-1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:33 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.016) 0:04:35.994 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:42 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.016) 0:04:36.010 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:48 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.016) 0:04:36.026 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:54 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.037) 0:04:36.064 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid0" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:59 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.015) 0:04:36.079 ************ ok: [sut] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/md/vg1-1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:73 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.018) 0:04:36.097 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:8 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.022) 0:04:36.119 ************ ok: [sut] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/vg1-1" ], "delta": "0:00:00.006209", "end": "2024-05-05 08:24:03.644130", "rc": 0, "start": "2024-05-05 08:24:03.637921" } STDOUT: /dev/md/vg1-1: Version : 1.0 Creation Time : Sun May 5 08:23:55 2024 Raid Level : raid0 Array Size : 31429632 (29.97 GiB 32.18 GB) Raid Devices : 3 Total Devices : 3 Persistence : Superblock is persistent Update Time : Sun May 5 08:23:55 2024 State : clean Active Devices : 3 Working Devices : 3 Failed Devices : 0 Spare Devices : 0 Layout : original Chunk Size : 1024K Consistency Policy : none Name : vg1-1 UUID : 1a135c7e:99c221ba:6563dcee:b404878f Events : 0 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 2 8 33 2 active sync /dev/sdc1 TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:14 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.191) 0:04:36.310 ************ ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 3\\\n" }, "changed": false } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:21 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.017) 0:04:36.328 ************ ok: [sut] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ None\\\n" }, "changed": false } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:28 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.017) 0:04:36.346 ************ ok: [sut] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.0\\\n" }, "changed": false } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:35 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.017) 0:04:36.363 ************ ok: [sut] => { "ansible_facts": { "storage_test_md_chunk_size_re": [ "1024K" ] }, "changed": false } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:45 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.019) 0:04:36.383 ************ ok: [sut] => { "bytes": 1048576, "changed": false, "lvm": "1m", "parted": "1MiB", "size": "1 MiB" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:54 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.185) 0:04:36.568 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:64 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.021) 0:04:36.590 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:74 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.015) 0:04:36.605 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:85 Sunday 05 May 2024 08:24:03 +0000 (0:00:00.019) 0:04:36.625 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:95 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.021) 0:04:36.646 ************ 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-cieh79cvd2/tests/test-verify-pool-members.yml:76 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.013) 0:04:36.659 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-lvmraid.yml:2 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.025) 0:04:36.685 ************ TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:79 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.012) 0:04:36.697 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-thin.yml:2 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.024) 0:04:36.722 ************ TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:82 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.014) 0:04:36.736 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-encryption.yml:5 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.026) 0:04:36.763 ************ 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-cieh79cvd2/tests/verify-pool-members-encryption.yml:13 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.017) 0:04:36.780 ************ skipping: [sut] => (item=/dev/md/vg1-1) => { "_storage_test_pool_member_path": "/dev/md/vg1-1", "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-cieh79cvd2/tests/verify-pool-members-encryption.yml:20 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.015) 0:04:36.795 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml:2 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.024) 0:04:36.820 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml:9 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.016) 0:04:36.837 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml:18 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.016) 0:04:36.853 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml:27 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.012) 0:04:36.866 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml:37 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.012) 0:04:36.879 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-member-crypttab.yml:47 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.014) 0:04:36.894 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-encryption.yml:27 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.011) 0:04:36.905 ************ 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-cieh79cvd2/tests/test-verify-pool-members.yml:85 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.011) 0:04:36.917 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-vdo.yml:2 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.027) 0:04:36.944 ************ TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:88 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.013) 0:04:36.958 ************ 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-cieh79cvd2/tests/test-verify-pool-volumes.yml:3 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.012) 0:04:36.970 ************ TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:44 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.011) 0:04:36.981 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:54 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.012) 0:04:36.994 ************ ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove the pool created above] ******************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/tests_raid_pool_options.yml:140 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.012) 0:04:37.007 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.042) 0:04:37.049 ************ included: /WORKDIR/git-weekly-cieh79cvd2/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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.020) 0:04:37.070 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.018) 0:04:37.089 ************ 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_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.035) 0:04:37.125 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.019) 0:04:37.144 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.014) 0:04:37.158 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.012) 0:04:37.171 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.020) 0:04:37.192 ************ included: /WORKDIR/git-weekly-cieh79cvd2/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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.062) 0:04:37.255 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.014) 0:04:37.270 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "state": "absent", "type": "lvm" } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.034) 0:04:37.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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.018) 0:04:37.323 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.020) 0:04:37.343 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.015) 0:04:37.358 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.014) 0:04:37.373 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.012) 0:04:37.386 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.019) 0:04:37.405 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 05 May 2024 08:24:04 +0000 (0:00:00.013) 0:04:37.419 ************ changed: [sut] => { "actions": [ { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "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": "mdmember" }, { "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": "mdmember" }, { "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_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 05 May 2024 08:24:10 +0000 (0:00:05.987) 0:04:43.407 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 05 May 2024 08:24:10 +0000 (0:00:00.012) 0:04:43.419 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 05 May 2024 08:24:10 +0000 (0:00:00.010) 0:04:43.430 ************ ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "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": "mdmember" }, { "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": "mdmember" }, { "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_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 05 May 2024 08:24:10 +0000 (0:00:00.015) 0:04:43.445 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 05 May 2024 08:24:10 +0000 (0:00:00.013) 0:04:43.459 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 05 May 2024 08:24:10 +0000 (0:00:00.013) 0:04:43.472 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 05 May 2024 08:24:10 +0000 (0:00:00.011) 0:04:43.483 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 05 May 2024 08:24:10 +0000 (0:00:00.011) 0:04:43.495 ************ TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 05 May 2024 08:24:10 +0000 (0:00:00.012) 0:04:43.507 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 05 May 2024 08:24:10 +0000 (0:00:00.013) 0:04:43.520 ************ 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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 05 May 2024 08:24:10 +0000 (0:00:00.012) 0:04:43.533 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714896874.2908616, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1713854872.569, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1713854567.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3911840656", "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-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 05 May 2024 08:24:11 +0000 (0:00:00.185) 0:04:43.719 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 05 May 2024 08:24:11 +0000 (0:00:00.011) 0:04:43.730 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/tests_raid_pool_options.yml:154 Sunday 05 May 2024 08:24:11 +0000 (0:00:00.570) 0:04:44.301 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:2 Sunday 05 May 2024 08:24:11 +0000 (0:00:00.025) 0:04:44.326 ************ ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:7 Sunday 05 May 2024 08:24:11 +0000 (0:00:00.020) 0:04:44.346 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:15 Sunday 05 May 2024 08:24:11 +0000 (0:00:00.014) 0:04:44.361 ************ ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c0e1a7ed-0246-4adf-9b50-4d02e249c905" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:20 Sunday 05 May 2024 08:24:11 +0000 (0:00:00.183) 0:04:44.544 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002346", "end": "2024-05-05 08:24:12.058012", "rc": 0, "start": "2024-05-05 08:24:12.055666" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 23 06:42:47 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=c0e1a7ed-0246-4adf-9b50-4d02e249c905 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:25 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.179) 0:04:44.724 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002516", "end": "2024-05-05 08:24:12.237354", "failed_when_result": false, "rc": 0, "start": "2024-05-05 08:24:12.234838" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:34 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.178) 0:04:44.902 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:5 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.023) 0:04:44.926 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:18 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.011) 0:04:44.938 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:24 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.012) 0:04:44.950 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:34 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.012) 0:04:44.963 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:2 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.027) 0:04:44.990 ************ 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-cieh79cvd2/tests/test-verify-pool-members.yml:13 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.018) 0:04:45.008 ************ TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:22 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.011) 0:04:45.020 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:27 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.014) 0:04:45.035 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:33 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.017) 0:04:45.052 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:42 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.018) 0:04:45.071 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:48 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.014) 0:04:45.085 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:54 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.014) 0:04:45.100 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid0" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:59 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.014) 0:04:45.115 ************ TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:73 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.011) 0:04:45.126 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:8 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.024) 0:04:45.151 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:14 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.013) 0:04:45.165 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:21 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.013) 0:04:45.178 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:28 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.013) 0:04:45.192 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:35 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.013) 0:04:45.205 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:45 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.015) 0:04:45.220 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:54 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.013) 0:04:45.234 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:64 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.013) 0:04:45.248 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:74 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.013) 0:04:45.262 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:85 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.013) 0:04:45.275 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-md.yml:95 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.013) 0:04:45.288 ************ 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-cieh79cvd2/tests/test-verify-pool-members.yml:76 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.014) 0:04:45.303 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-lvmraid.yml:2 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.024) 0:04:45.328 ************ TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:79 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.013) 0:04:45.341 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-thin.yml:2 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.025) 0:04:45.366 ************ TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:82 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.011) 0:04:45.378 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-encryption.yml:5 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.026) 0:04:45.405 ************ 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-cieh79cvd2/tests/verify-pool-members-encryption.yml:13 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.015) 0:04:45.420 ************ TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-encryption.yml:20 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.012) 0:04:45.433 ************ TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-encryption.yml:27 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.011) 0:04:45.444 ************ 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-cieh79cvd2/tests/test-verify-pool-members.yml:85 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.012) 0:04:45.457 ************ included: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-pool-members-vdo.yml:2 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.027) 0:04:45.484 ************ TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool-members.yml:88 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.012) 0:04:45.496 ************ 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-cieh79cvd2/tests/test-verify-pool-volumes.yml:3 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.011) 0:04:45.508 ************ TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:44 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.010) 0:04:45.518 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cieh79cvd2/tests/verify-role-results.yml:54 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.009) 0:04:45.528 ************ 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=680 changed=8 unreachable=0 failed=0 skipped=837 rescued=0 ignored=0 Sunday 05 May 2024 08:24:12 +0000 (0:00:00.006) 0:04:45.535 ************ =============================================================================== linux-system-roles.storage : Make sure blivet is available ------------- 45.37s /WORKDIR/git-weekly-cieh79cvd2/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 -- 40.45s /WORKDIR/git-weekly-cieh79cvd2/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 -- 26.49s /WORKDIR/git-weekly-cieh79cvd2/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 -- 11.70s /WORKDIR/git-weekly-cieh79cvd2/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 -- 10.13s /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Get VG shared value status ---------------------------------------------- 9.53s /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:18 ------------------ Get VG shared value status ---------------------------------------------- 9.52s /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-pool.yml:18 ------------------ linux-system-roles.storage : Set up new/current mounts ------------------ 8.01s /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 linux-system-roles.storage : Update facts ------------------------------- 7.79s /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Ensure cryptsetup is present -------------------------------------------- 6.29s /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:10 ----- Get information about the LV -------------------------------------------- 6.15s /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:5 ----------- Get information about the LV -------------------------------------------- 6.00s /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:5 ----------- linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 5.99s /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Get information about the LV -------------------------------------------- 5.89s /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:5 ----------- Get information about the LV -------------------------------------------- 5.66s /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:5 ----------- linux-system-roles.storage : Make sure required packages are installed --- 4.18s /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Get information about the LV -------------------------------------------- 3.84s /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-cache.yml:5 ----------- linux-system-roles.storage : Update facts ------------------------------- 3.83s /WORKDIR/git-weekly-cieh79cvd2/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Ensure cryptsetup is present -------------------------------------------- 2.91s /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.77s /WORKDIR/git-weekly-cieh79cvd2/tests/test-verify-volume-encryption.yml:10 ----- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---