# 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_lvm_one_disk_multiple_volumes_scsi_generated.yml *************** 2 plays in /WORKDIR/git-weekly-cimpa6sv57/tests/tests_lvm_one_disk_multiple_volumes_scsi_generated.yml PLAY [Run test tests_lvm_one_disk_multiple_volumes.yml for scsi] *************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/tests_lvm_one_disk_multiple_volumes_scsi_generated.yml:3 Sunday 03 December 2023 03:16:26 +0000 (0:00:00.015) 0:00:00.015 ******* ok: [sut] META: ran handlers TASK [Set disk interface for test] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/tests_lvm_one_disk_multiple_volumes_scsi_generated.yml:8 Sunday 03 December 2023 03:16:27 +0000 (0:00:00.662) 0:00:00.677 ******* ok: [sut] => { "ansible_facts": { "storage_test_use_interface": "scsi" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test lvm one disk multiple volumes] ************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/tests_lvm_one_disk_multiple_volumes.yml:2 Sunday 03 December 2023 03:16:27 +0000 (0:00:00.014) 0:00:00.692 ******* ok: [sut] META: ran handlers TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/tests_lvm_one_disk_multiple_volumes.yml:12 Sunday 03 December 2023 03:16:27 +0000 (0:00:00.535) 0:00:01.227 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 03 December 2023 03:16:27 +0000 (0:00:00.034) 0:00:01.261 ******* included: /WORKDIR/git-weekly-cimpa6sv57/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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 03 December 2023 03:16:27 +0000 (0:00:00.029) 0:00:01.290 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 03 December 2023 03:16:27 +0000 (0:00:00.025) 0:00:01.316 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [sut] => (item=RedHat_9.4.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.4.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 03 December 2023 03:16:27 +0000 (0:00:00.042) 0:00:01.358 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 03 December 2023 03:16:28 +0000 (0:00:00.264) 0:00:01.623 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 03 December 2023 03:16:28 +0000 (0:00:00.026) 0:00:01.649 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 03 December 2023 03:16:28 +0000 (0:00:00.012) 0:00:01.661 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 03 December 2023 03:16:28 +0000 (0:00:00.011) 0:00:01.672 ******* included: /WORKDIR/git-weekly-cimpa6sv57/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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 03 December 2023 03:16:28 +0000 (0:00:00.036) 0:00:01.709 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libaio-0.3.111-13.el9.x86_64", "Installed: blivet-data-1:3.6.0-10.el9.noarch", "Installed: lsof-4.94.0-3.el9.x86_64", "Installed: lvm2-9:2.03.21-3.el9.x86_64", "Installed: lvm2-libs-9:2.03.21-3.el9.x86_64", "Installed: python3-pyparted-1:3.12.0-1.el9.x86_64", "Installed: ndctl-71.1-8.el9.x86_64", "Installed: ndctl-libs-71.1-8.el9.x86_64", "Installed: libblockdev-dm-2.28-10.el9.x86_64", "Installed: python3-blivet-1:3.6.0-10.el9.noarch", "Installed: python3-blockdev-2.28-10.el9.x86_64", "Installed: libblockdev-kbd-2.28-10.el9.x86_64", "Installed: python3-bytesize-2.5-3.el9.x86_64", "Installed: libblockdev-lvm-2.28-10.el9.x86_64", "Installed: libblockdev-mpath-2.28-10.el9.x86_64", "Installed: libblockdev-nvdimm-2.28-10.el9.x86_64", "Installed: daxctl-libs-71.1-8.el9.x86_64", "Installed: device-mapper-event-9:1.02.195-3.el9.x86_64", "Installed: vdo-8.2.2.2-1.el9.x86_64", "Installed: device-mapper-event-libs-9:1.02.195-3.el9.x86_64", "Installed: device-mapper-multipath-0.8.7-22.el9.x86_64", "Installed: device-mapper-multipath-libs-0.8.7-22.el9.x86_64", "Installed: device-mapper-persistent-data-1.0.6-3.el9_3.x86_64", "Installed: kmod-kvdo-8.2.3.3-105.el9.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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 03 December 2023 03:17:22 +0000 (0:00:54.490) 0:00:56.200 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 03 December 2023 03:17:22 +0000 (0:00:00.023) 0:00:56.224 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 03 December 2023 03:17:22 +0000 (0:00:00.022) 0:00:56.247 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 03 December 2023 03:17:23 +0000 (0:00:00.563) 0:00:56.810 ******* included: /WORKDIR/git-weekly-cimpa6sv57/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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 03 December 2023 03:17:23 +0000 (0:00:00.045) 0:00:56.856 ******* TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 03 December 2023 03:17:23 +0000 (0:00:00.011) 0:00:56.867 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 03 December 2023 03:17:23 +0000 (0:00:00.012) 0:00:56.879 ******* TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 03 December 2023 03:17:23 +0000 (0:00:00.010) 0:00:56.890 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 03 December 2023 03:17:24 +0000 (0:00:00.797) 0:00:57.687 ******* ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "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" }, "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" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "rhsm-facts.service": { "name": "rhsm-facts.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rhsm.service": { "name": "rhsm.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rhsmcertd.service": { "name": "rhsmcertd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "unknown" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service": { "name": "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "systemd-fsck@dev-xvda2.service": { "name": "systemd-fsck@dev-xvda2.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 03 December 2023 03:17:25 +0000 (0:00:01.715) 0:00:59.402 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 03 December 2023 03:17:25 +0000 (0:00:00.043) 0:00:59.446 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 03 December 2023 03:17:25 +0000 (0:00:00.014) 0:00:59.460 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 03 December 2023 03:17:26 +0000 (0:00:00.344) 0:00:59.804 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 03 December 2023 03:17:26 +0000 (0:00:00.015) 0:00:59.820 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 03 December 2023 03:17:26 +0000 (0:00:00.013) 0:00:59.833 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:121 Sunday 03 December 2023 03:17:26 +0000 (0:00:00.016) 0:00:59.849 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 03 December 2023 03:17:26 +0000 (0:00:00.018) 0:00:59.868 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:141 Sunday 03 December 2023 03:17:26 +0000 (0:00:00.018) 0:00:59.887 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:153 Sunday 03 December 2023 03:17:26 +0000 (0:00:00.015) 0:00:59.902 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:158 Sunday 03 December 2023 03:17:26 +0000 (0:00:00.014) 0:00:59.916 ******* TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:170 Sunday 03 December 2023 03:17:26 +0000 (0:00:00.015) 0:00:59.932 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:185 Sunday 03 December 2023 03:17:26 +0000 (0:00:00.013) 0:00:59.945 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:193 Sunday 03 December 2023 03:17:26 +0000 (0:00:00.013) 0:00:59.959 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Sunday 03 December 2023 03:17:26 +0000 (0:00:00.180) 0:01:00.140 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 03 December 2023 03:17:26 +0000 (0:00:00.013) 0:01:00.154 ******* ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/tests_lvm_one_disk_multiple_volumes.yml:16 Sunday 03 December 2023 03:17:27 +0000 (0:00:00.626) 0:01:00.780 ******* ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/tests_lvm_one_disk_multiple_volumes.yml:25 Sunday 03 December 2023 03:17:27 +0000 (0:00:00.023) 0:01:00.803 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/get_unused_disk.yml:2 Sunday 03 December 2023 03:17:27 +0000 (0:00:00.024) 0:01:00.828 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux-core TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/get_unused_disk.yml:16 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.798) 0:01:01.626 ******* ok: [sut] => { "changed": false, "disks": [ "sda" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/get_unused_disk.yml:24 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.286) 0:01:01.913 ******* ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/get_unused_disk.yml:29 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.018) 0:01:01.932 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/get_unused_disk.yml:34 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.016) 0:01:01.948 ******* ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Create three LVM logical volumes under one volume group] ***************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/tests_lvm_one_disk_multiple_volumes.yml:31 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.015) 0:01:01.964 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.027) 0:01:01.991 ******* included: /WORKDIR/git-weekly-cimpa6sv57/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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.021) 0:01:02.012 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.018) 0:01:02.031 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [sut] => (item=RedHat_9.4.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.4.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.040) 0:01:02.071 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.014) 0:01:02.086 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.013) 0:01:02.100 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.014) 0:01:02.114 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.014) 0:01:02.129 ******* included: /WORKDIR/git-weekly-cimpa6sv57/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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.051) 0:01:02.180 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.015) 0:01:02.196 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "3g" }, { "mount_point": "/opt/test2", "name": "test2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "test3", "size": "3g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.017) 0:01:02.213 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.016) 0:01:02.229 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.013) 0:01:02.243 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.015) 0:01:02.258 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.015) 0:01:02.274 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.014) 0:01:02.289 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.023) 0:01:02.312 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 03 December 2023 03:17:28 +0000 (0:00:00.014) 0:01:02.327 ******* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test3", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/foo-test2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4", "/dev/mapper/foo-test1", "/dev/mapper/foo-test2", "/dev/mapper/foo-test3" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "mounted" } ], "packages": [ "lvm2", "dosfstools", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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": "test1", "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/foo-test2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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": "test2", "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/foo-test3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "_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": "test3", "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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 03 December 2023 03:17:35 +0000 (0:00:07.133) 0:01:09.460 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 03 December 2023 03:17:36 +0000 (0:00:00.046) 0:01:09.506 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 03 December 2023 03:17:36 +0000 (0:00:00.030) 0:01:09.536 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test3", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/foo-test2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4", "/dev/mapper/foo-test1", "/dev/mapper/foo-test2", "/dev/mapper/foo-test3" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "mounted" } ], "packages": [ "lvm2", "dosfstools", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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": "test1", "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/foo-test2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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": "test2", "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/foo-test3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "_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": "test3", "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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:121 Sunday 03 December 2023 03:17:36 +0000 (0:00:00.087) 0:01:09.624 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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": "test1", "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/foo-test2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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": "test2", "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/foo-test3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "_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": "test3", "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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 03 December 2023 03:17:36 +0000 (0:00:00.033) 0:01:09.658 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:141 Sunday 03 December 2023 03:17:36 +0000 (0:00:00.042) 0:01:09.701 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:153 Sunday 03 December 2023 03:17:36 +0000 (0:00:00.035) 0:01:09.737 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:158 Sunday 03 December 2023 03:17:37 +0000 (0:00:00.805) 0:01:10.542 ******* changed: [sut] => (item={'src': '/dev/mapper/foo-test1', '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/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } changed: [sut] => (item={'src': '/dev/mapper/foo-test2', '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/foo-test2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test2" } changed: [sut] => (item={'src': '/dev/mapper/foo-test3', '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/foo-test3", "state": "mounted" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test3" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:170 Sunday 03 December 2023 03:17:37 +0000 (0:00:00.778) 0:01:11.321 ******* skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', '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/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/foo-test2', '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/foo-test2", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/foo-test3', '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/foo-test3", "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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:185 Sunday 03 December 2023 03:17:37 +0000 (0:00:00.032) 0:01:11.353 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:193 Sunday 03 December 2023 03:17:38 +0000 (0:00:00.562) 0:01:11.916 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Sunday 03 December 2023 03:17:38 +0000 (0:00:00.194) 0:01:12.111 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 03 December 2023 03:17:38 +0000 (0:00:00.022) 0:01:12.133 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/tests_lvm_one_disk_multiple_volumes.yml:49 Sunday 03 December 2023 03:17:39 +0000 (0:00:00.661) 0:01:12.795 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:2 Sunday 03 December 2023 03:17:39 +0000 (0:00:00.047) 0:01:12.842 ******* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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": "test1", "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/foo-test2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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": "test2", "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/foo-test3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "_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": "test3", "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-cimpa6sv57/tests/verify-role-results.yml:7 Sunday 03 December 2023 03:17:39 +0000 (0:00:00.023) 0:01:12.866 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:15 Sunday 03 December 2023 03:17:39 +0000 (0:00:00.016) 0:01:12.882 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "e123a84f-89de-4076-859c-cdef499b4ed8" }, "/dev/mapper/foo-test2": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test2", "size": "3G", "type": "lvm", "uuid": "03e4a9e4-5f58-4933-9f6c-f8cef346a58b" }, "/dev/mapper/foo-test3": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test3", "size": "3G", "type": "lvm", "uuid": "7cd80291-c1f1-4346-bb4f-a7ee47610723" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "e4S3FW-Rge1-eM3J-zwoq-HAyM-NlTP-o6N20m" }, "/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": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "vfat", "label": "", "name": "/dev/xvda2", "size": "200M", "type": "partition", "uuid": "7B77-95E7" }, "/dev/xvda3": { "fstype": "xfs", "label": "boot", "name": "/dev/xvda3", "size": "600M", "type": "partition", "uuid": "75985a16-52f7-4f04-abce-287e09254eb0" }, "/dev/xvda4": { "fstype": "xfs", "label": "root", "name": "/dev/xvda4", "size": "249.2G", "type": "partition", "uuid": "df7d45c6-6fdf-4f2f-ad1b-26b262c6e26d" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:20 Sunday 03 December 2023 03:17:39 +0000 (0:00:00.270) 0:01:13.152 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002945", "end": "2023-12-03 03:17:39.898678", "rc": 0, "start": "2023-12-03 03:17:39.895733" } STDOUT: UUID=df7d45c6-6fdf-4f2f-ad1b-26b262c6e26d / xfs defaults 0 0 UUID=75985a16-52f7-4f04-abce-287e09254eb0 /boot xfs defaults 0 0 UUID=7B77-95E7 /boot/efi vfat defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2 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/foo-test1 /opt/test1 xfs defaults 0 0 /dev/mapper/foo-test2 /opt/test2 xfs defaults 0 0 /dev/mapper/foo-test3 /opt/test3 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:25 Sunday 03 December 2023 03:17:39 +0000 (0:00:00.257) 0:01:13.410 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002780", "end": "2023-12-03 03:17:40.087350", "failed_when_result": false, "rc": 1, "start": "2023-12-03 03:17:40.084570" } STDERR: cat: /etc/crypttab: No such file or directory MSG: non-zero return code TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:34 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.184) 0:01:13.595 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool.yml:5 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.037) 0:01:13.633 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool.yml:18 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.015) 0:01:13.649 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:2 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.040) 0:01:13.689 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:13 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.022) 0:01:13.712 ******* ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:22 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.250) 0:01:13.962 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:27 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.019) 0:01:13.981 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:33 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.020) 0:01:14.002 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:42 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.021) 0:01:14.024 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:48 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.017) 0:01:14.041 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:54 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.018) 0:01:14.060 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:59 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.015) 0:01:14.075 ******* ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:73 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.023) 0:01:14.098 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:8 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.033) 0:01:14.132 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:14 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.014) 0:01:14.146 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:21 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.013) 0:01:14.160 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:28 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.013) 0:01:14.174 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:35 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.015) 0:01:14.190 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:45 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.014) 0:01:14.205 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:54 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.014) 0:01:14.220 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:64 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.014) 0:01:14.234 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:74 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.014) 0:01:14.248 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:85 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.014) 0:01:14.263 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:95 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.016) 0:01:14.279 ******* 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-cimpa6sv57/tests/test-verify-pool-members.yml:76 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.014) 0:01:14.294 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-lvmraid.yml:2 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.030) 0:01:14.324 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.052) 0:01:14.377 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.016) 0:01:14.394 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.016) 0:01:14.410 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.016) 0:01:14.426 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.039) 0:01:14.465 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 03:17:40 +0000 (0:00:00.016) 0:01:14.482 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.017) 0:01:14.499 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.018) 0:01:14.517 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.018) 0:01:14.536 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.017) 0:01:14.553 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.017) 0:01:14.571 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.015) 0:01:14.586 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.015) 0:01:14.601 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.015) 0:01:14.616 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.014) 0:01:14.631 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.014) 0:01:14.646 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.018) 0:01:14.665 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.016) 0:01:14.681 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.018) 0:01:14.699 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.018) 0:01:14.718 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.016) 0:01:14.735 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:79 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.018) 0:01:14.753 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-thin.yml:2 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.037) 0:01:14.791 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.050) 0:01:14.841 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.016) 0:01:14.858 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.016) 0:01:14.874 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.017) 0:01:14.892 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.015) 0:01:14.908 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.019) 0:01:14.927 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.014) 0:01:14.942 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.015) 0:01:14.957 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.014) 0:01:14.971 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.014) 0:01:14.986 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.015) 0:01:15.001 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.018) 0:01:15.020 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:82 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.016) 0:01:15.036 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-encryption.yml:5 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.048) 0:01:15.085 ******* 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-cimpa6sv57/tests/verify-pool-members-encryption.yml:13 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.021) 0:01:15.106 ******* skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "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-cimpa6sv57/tests/verify-pool-members-encryption.yml:20 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.024) 0:01:15.131 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:2 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.043) 0:01:15.174 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:9 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.028) 0:01:15.202 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:18 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.025) 0:01:15.227 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:27 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.022) 0:01:15.250 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:37 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.017) 0:01:15.267 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:47 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.014) 0:01:15.282 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-encryption.yml:27 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.014) 0:01:15.296 ******* 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-cimpa6sv57/tests/test-verify-pool-members.yml:85 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.014) 0:01:15.311 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-vdo.yml:2 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.036) 0:01:15.347 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.052) 0:01:15.399 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.015) 0:01:15.415 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.014) 0:01:15.429 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.014) 0:01:15.444 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.014) 0:01:15.458 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 03:17:41 +0000 (0:00:00.014) 0:01:15.473 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.015) 0:01:15.489 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.037) 0:01:15.526 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.015) 0:01:15.542 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.014) 0:01:15.557 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.015) 0:01:15.572 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.016) 0:01:15.588 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.015) 0:01:15.603 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.018) 0:01:15.621 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.015) 0:01:15.637 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.016) 0:01:15.654 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.015) 0:01:15.669 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.014) 0:01:15.684 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.014) 0:01:15.699 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.016) 0:01:15.715 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.014) 0:01:15.730 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:88 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.014) 0:01:15.745 ******* 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-cimpa6sv57/tests/test-verify-pool-volumes.yml:3 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.014) 0:01:15.760 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:2 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.044) 0:01:15.804 ******* 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-cimpa6sv57/tests/test-verify-volume.yml:21 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.019) 0:01:15.824 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.084) 0:01:15.908 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.020) 0:01:15.929 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "e123a84f-89de-4076-859c-cdef499b4ed8" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "e123a84f-89de-4076-859c-cdef499b4ed8" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.026) 0:01:15.956 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.017) 0:01:15.973 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.020) 0:01:15.993 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.019) 0:01:16.012 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.016) 0:01:16.029 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.015) 0:01:16.044 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.015) 0:01:16.059 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.020) 0:01:16.080 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.014) 0:01:16.094 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.014) 0:01:16.109 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.014) 0:01:16.124 ******* 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-cimpa6sv57/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.014) 0:01:16.139 ******* 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/foo-test1 " ], "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-cimpa6sv57/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.033) 0:01:16.172 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.024) 0:01:16.197 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.022) 0:01:16.219 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.021) 0:01:16.240 ******* 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-cimpa6sv57/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.019) 0:01:16.259 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.024) 0:01:16.284 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 03:17:42 +0000 (0:00:00.026) 0:01:16.310 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701573457.857305, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1701573455.8523114, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 841, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1701573455.8523114, "nlink": 1, "path": "/dev/mapper/foo-test1", "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-cimpa6sv57/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 03:17:43 +0000 (0:00:00.194) 0:01:16.504 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 03:17:43 +0000 (0:00:00.024) 0:01:16.529 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 03:17:43 +0000 (0:00:00.018) 0:01:16.547 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 03:17:43 +0000 (0:00:00.020) 0:01:16.568 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 03:17:43 +0000 (0:00:00.017) 0:01:16.586 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 03:17:43 +0000 (0:00:00.016) 0:01:16.603 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 03:17:43 +0000 (0:00:00.022) 0:01:16.625 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 03:17:43 +0000 (0:00:00.019) 0:01:16.645 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: cryptsetup-2.6.0-3.el9.x86_64" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 03:17:44 +0000 (0:00:01.712) 0:01:18.358 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 03:17:44 +0000 (0:00:00.016) 0:01:18.375 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 03:17:44 +0000 (0:00:00.020) 0:01:18.395 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 03:17:44 +0000 (0:00:00.026) 0:01:18.422 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 03:17:44 +0000 (0:00:00.020) 0:01:18.442 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 03:17:44 +0000 (0:00:00.015) 0:01:18.458 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 03:17:44 +0000 (0:00:00.016) 0:01:18.475 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.015) 0:01:18.490 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.015) 0:01:18.505 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.022) 0:01:18.527 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.024) 0:01:18.552 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.016) 0:01:18.568 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.015) 0:01:18.583 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.019) 0:01:18.603 ******* 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-cimpa6sv57/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.020) 0:01:18.624 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.017) 0:01:18.642 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.019) 0:01:18.661 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.017) 0:01:18.679 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.016) 0:01:18.695 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.016) 0:01:18.711 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.018) 0:01:18.730 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.019) 0:01:18.749 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.021) 0:01:18.771 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.016) 0:01:18.788 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.015) 0:01:18.803 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.279) 0:01:19.082 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.195) 0:01:19.277 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.025) 0:01:19.303 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 03:17:45 +0000 (0:00:00.021) 0:01:19.324 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.203) 0:01:19.528 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.031) 0:01:19.559 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.028) 0:01:19.587 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.024) 0:01:19.611 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.024) 0:01:19.635 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.016) 0:01:19.652 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.021) 0:01:19.673 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.021) 0:01:19.695 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.021) 0:01:19.716 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.020) 0:01:19.736 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.019) 0:01:19.756 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.017) 0:01:19.773 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.017) 0:01:19.791 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.016) 0:01:19.807 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.020) 0:01:19.828 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.020) 0:01:19.848 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.022) 0:01:19.871 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.019) 0:01:19.890 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.016) 0:01:19.907 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.033) 0:01:19.940 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.020) 0:01:19.960 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.018) 0:01:19.978 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.024) 0:01:20.003 ******* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.034890", "end": "2023-12-03 03:17:46.718666", "rc": 0, "start": "2023-12-03 03:17:46.683776" } STDOUT: LVM2_LV_NAME=test1 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-cimpa6sv57/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.229) 0:01:20.233 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.033) 0:01:20.267 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.029) 0:01:20.296 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.022) 0:01:20.319 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.019) 0:01:20.339 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.020) 0:01:20.359 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:27 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.018) 0:01:20.378 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:2 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.015) 0:01:20.393 ******* 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-cimpa6sv57/tests/test-verify-volume.yml:21 Sunday 03 December 2023 03:17:46 +0000 (0:00:00.019) 0:01:20.413 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.100) 0:01:20.513 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.020) 0:01:20.533 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test2", "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": 3098292224, "size_total": 3154116608, "uuid": "03e4a9e4-5f58-4933-9f6c-f8cef346a58b" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test2", "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": 3098292224, "size_total": 3154116608, "uuid": "03e4a9e4-5f58-4933-9f6c-f8cef346a58b" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.029) 0:01:20.563 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.017) 0:01:20.580 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.023) 0:01:20.604 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.020) 0:01:20.624 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.017) 0:01:20.641 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.018) 0:01:20.659 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.017) 0:01:20.677 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.021) 0:01:20.699 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.019) 0:01:20.719 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.027) 0:01:20.747 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.021) 0:01:20.768 ******* 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-cimpa6sv57/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.020) 0:01:20.789 ******* 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/foo-test2 " ], "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-cimpa6sv57/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.047) 0:01:20.837 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.031) 0:01:20.868 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.030) 0:01:20.899 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.022) 0:01:20.921 ******* 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-cimpa6sv57/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.020) 0:01:20.941 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.027) 0:01:20.969 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.025) 0:01:20.994 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701573457.8163052, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1701573454.8283148, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 799, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1701573454.8283148, "nlink": 1, "path": "/dev/mapper/foo-test2", "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-cimpa6sv57/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.199) 0:01:21.194 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.022) 0:01:21.217 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.017) 0:01:21.234 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.020) 0:01:21.254 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.022) 0:01:21.277 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.019) 0:01:21.297 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.023) 0:01:21.320 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 03:17:47 +0000 (0:00:00.015) 0:01:21.336 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.797) 0:01:22.133 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.018) 0:01:22.152 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.017) 0:01:22.169 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.025) 0:01:22.195 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.016) 0:01:22.211 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.017) 0:01:22.229 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.019) 0:01:22.249 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.016) 0:01:22.265 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.015) 0:01:22.281 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.021) 0:01:22.302 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.018) 0:01:22.321 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.015) 0:01:22.336 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.016) 0:01:22.353 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.016) 0:01:22.370 ******* 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-cimpa6sv57/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.015) 0:01:22.385 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.015) 0:01:22.400 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.015) 0:01:22.416 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.016) 0:01:22.432 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.018) 0:01:22.450 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.016) 0:01:22.467 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 03:17:48 +0000 (0:00:00.017) 0:01:22.484 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.017) 0:01:22.501 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.017) 0:01:22.519 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.016) 0:01:22.536 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.018) 0:01:22.555 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.189) 0:01:22.744 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.191) 0:01:22.936 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.023) 0:01:22.960 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.022) 0:01:22.982 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.192) 0:01:23.175 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.022) 0:01:23.197 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.022) 0:01:23.219 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.025) 0:01:23.245 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.023) 0:01:23.269 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.016) 0:01:23.285 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.015) 0:01:23.300 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.014) 0:01:23.315 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.015) 0:01:23.330 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.017) 0:01:23.347 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.015) 0:01:23.363 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.017) 0:01:23.380 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.015) 0:01:23.396 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.017) 0:01:23.413 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.016) 0:01:23.430 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.024) 0:01:23.454 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 03:17:49 +0000 (0:00:00.020) 0:01:23.475 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.018) 0:01:23.493 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.019) 0:01:23.513 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.016) 0:01:23.529 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.017) 0:01:23.547 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.018) 0:01:23.566 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.067) 0:01:23.633 ******* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test2" ], "delta": "0:00:00.032564", "end": "2023-12-03 03:17:50.349969", "rc": 0, "start": "2023-12-03 03:17:50.317405" } STDOUT: LVM2_LV_NAME=test2 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-cimpa6sv57/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.227) 0:01:23.861 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.023) 0:01:23.885 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.023) 0:01:23.908 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.028) 0:01:23.937 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.022) 0:01:23.960 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.020) 0:01:23.980 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:27 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.023) 0:01:24.003 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:2 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.018) 0:01:24.022 ******* 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-cimpa6sv57/tests/test-verify-volume.yml:21 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.021) 0:01:24.044 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.105) 0:01:24.150 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.028) 0:01:24.178 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test3", "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": 3098292224, "size_total": 3154116608, "uuid": "7cd80291-c1f1-4346-bb4f-a7ee47610723" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test3", "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": 3098292224, "size_total": 3154116608, "uuid": "7cd80291-c1f1-4346-bb4f-a7ee47610723" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.058) 0:01:24.236 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.032) 0:01:24.269 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.029) 0:01:24.299 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.028) 0:01:24.328 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.024) 0:01:24.352 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.021) 0:01:24.374 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.033) 0:01:24.407 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.031) 0:01:24.439 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.022) 0:01:24.462 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 03:17:50 +0000 (0:00:00.022) 0:01:24.484 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 03:17:51 +0000 (0:00:00.023) 0:01:24.508 ******* 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-cimpa6sv57/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 03:17:51 +0000 (0:00:00.020) 0:01:24.528 ******* 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/foo-test3 " ], "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-cimpa6sv57/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 03:17:51 +0000 (0:00:00.041) 0:01:24.569 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 03:17:51 +0000 (0:00:00.030) 0:01:24.600 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 03:17:51 +0000 (0:00:00.026) 0:01:24.626 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 03:17:51 +0000 (0:00:00.020) 0:01:24.647 ******* 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-cimpa6sv57/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 03:17:51 +0000 (0:00:00.019) 0:01:24.666 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 03:17:51 +0000 (0:00:00.023) 0:01:24.690 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 03:17:51 +0000 (0:00:00.029) 0:01:24.719 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701573457.864305, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1701573454.0563173, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 761, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1701573454.0563173, "nlink": 1, "path": "/dev/mapper/foo-test3", "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-cimpa6sv57/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 03:17:51 +0000 (0:00:00.201) 0:01:24.921 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 03:17:51 +0000 (0:00:00.022) 0:01:24.943 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 03:17:51 +0000 (0:00:00.018) 0:01:24.961 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 03:17:51 +0000 (0:00:00.020) 0:01:24.982 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 03:17:51 +0000 (0:00:00.017) 0:01:25.000 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 03:17:51 +0000 (0:00:00.016) 0:01:25.017 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 03:17:51 +0000 (0:00:00.021) 0:01:25.038 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 03:17:51 +0000 (0:00:00.015) 0:01:25.054 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.801) 0:01:25.855 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.018) 0:01:25.874 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.022) 0:01:25.897 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.030) 0:01:25.928 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.022) 0:01:25.950 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.025) 0:01:25.976 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.019) 0:01:25.996 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.017) 0:01:26.013 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.018) 0:01:26.032 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.026) 0:01:26.058 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.023) 0:01:26.081 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.019) 0:01:26.101 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.016) 0:01:26.117 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.017) 0:01:26.134 ******* 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-cimpa6sv57/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.017) 0:01:26.152 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.018) 0:01:26.171 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.016) 0:01:26.187 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.017) 0:01:26.204 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.016) 0:01:26.221 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.016) 0:01:26.237 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.017) 0:01:26.254 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.016) 0:01:26.270 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.015) 0:01:26.286 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.019) 0:01:26.305 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 03:17:52 +0000 (0:00:00.017) 0:01:26.322 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.194) 0:01:26.517 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.193) 0:01:26.710 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.028) 0:01:26.739 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.023) 0:01:26.763 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.200) 0:01:26.964 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.022) 0:01:26.986 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.021) 0:01:27.007 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.027) 0:01:27.035 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.023) 0:01:27.059 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.018) 0:01:27.077 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.020) 0:01:27.097 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.019) 0:01:27.117 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.022) 0:01:27.139 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.025) 0:01:27.164 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.019) 0:01:27.184 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.017) 0:01:27.201 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.017) 0:01:27.219 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.020) 0:01:27.240 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.021) 0:01:27.261 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.025) 0:01:27.287 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.019) 0:01:27.307 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.018) 0:01:27.325 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.022) 0:01:27.348 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.026) 0:01:27.374 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.022) 0:01:27.397 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.024) 0:01:27.422 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 03:17:53 +0000 (0:00:00.030) 0:01:27.453 ******* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test3" ], "delta": "0:00:00.032405", "end": "2023-12-03 03:17:54.167683", "rc": 0, "start": "2023-12-03 03:17:54.135278" } STDOUT: LVM2_LV_NAME=test3 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-cimpa6sv57/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.226) 0:01:27.679 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.027) 0:01:27.707 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.027) 0:01:27.734 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.022) 0:01:27.756 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.020) 0:01:27.777 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.023) 0:01:27.801 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:27 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.021) 0:01:27.822 ******* 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-cimpa6sv57/tests/verify-role-results.yml:44 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.015) 0:01:27.838 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:54 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.014) 0:01:27.853 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/tests_lvm_one_disk_multiple_volumes.yml:52 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.018) 0:01:27.871 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.064) 0:01:27.936 ******* included: /WORKDIR/git-weekly-cimpa6sv57/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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.026) 0:01:27.962 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.022) 0:01:27.985 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [sut] => (item=RedHat_9.4.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.4.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.043) 0:01:28.028 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.017) 0:01:28.045 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.017) 0:01:28.063 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.015) 0:01:28.079 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.015) 0:01:28.095 ******* included: /WORKDIR/git-weekly-cimpa6sv57/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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.036) 0:01:28.131 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.016) 0:01:28.148 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "3g" }, { "mount_point": "/opt/test2", "name": "test2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "test3", "size": "3g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.020) 0:01:28.168 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.019) 0:01:28.187 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.019) 0:01:28.206 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.020) 0:01:28.227 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.021) 0:01:28.248 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.018) 0:01:28.266 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.038) 0:01:28.305 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 03 December 2023 03:17:54 +0000 (0:00:00.019) 0:01:28.324 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/mapper/foo-test2", "/dev/mapper/foo-test3", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "mounted" } ], "packages": [ "xfsprogs", "dosfstools", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test1", "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/foo-test2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test2", "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/foo-test3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test3", "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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 03 December 2023 03:17:57 +0000 (0:00:02.190) 0:01:30.515 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 03 December 2023 03:17:57 +0000 (0:00:00.015) 0:01:30.530 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 03 December 2023 03:17:57 +0000 (0:00:00.013) 0:01:30.543 ******* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/mapper/foo-test2", "/dev/mapper/foo-test3", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "mounted" } ], "packages": [ "xfsprogs", "dosfstools", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test1", "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/foo-test2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test2", "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/foo-test3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test3", "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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:121 Sunday 03 December 2023 03:17:57 +0000 (0:00:00.021) 0:01:30.565 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test1", "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/foo-test2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test2", "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/foo-test3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test3", "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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 03 December 2023 03:17:57 +0000 (0:00:00.020) 0:01:30.586 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:141 Sunday 03 December 2023 03:17:57 +0000 (0:00:00.017) 0:01:30.603 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:153 Sunday 03 December 2023 03:17:57 +0000 (0:00:00.017) 0:01:30.620 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:158 Sunday 03 December 2023 03:17:57 +0000 (0:00:00.558) 0:01:31.178 ******* ok: [sut] => (item={'src': '/dev/mapper/foo-test1', '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/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } ok: [sut] => (item={'src': '/dev/mapper/foo-test2', '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/foo-test2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test2" } ok: [sut] => (item={'src': '/dev/mapper/foo-test3', '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/foo-test3", "state": "mounted" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test3" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:170 Sunday 03 December 2023 03:17:58 +0000 (0:00:00.560) 0:01:31.739 ******* skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', '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/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/foo-test2', '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/foo-test2", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/foo-test3', '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/foo-test3", "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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:185 Sunday 03 December 2023 03:17:58 +0000 (0:00:00.032) 0:01:31.771 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:193 Sunday 03 December 2023 03:17:58 +0000 (0:00:00.547) 0:01:32.318 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Sunday 03 December 2023 03:17:59 +0000 (0:00:00.185) 0:01:32.504 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 03 December 2023 03:17:59 +0000 (0:00:00.018) 0:01:32.522 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/tests_lvm_one_disk_multiple_volumes.yml:70 Sunday 03 December 2023 03:17:59 +0000 (0:00:00.687) 0:01:33.210 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:2 Sunday 03 December 2023 03:17:59 +0000 (0:00:00.033) 0:01:33.243 ******* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test1", "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/foo-test2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test2", "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/foo-test3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test3", "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-cimpa6sv57/tests/verify-role-results.yml:7 Sunday 03 December 2023 03:17:59 +0000 (0:00:00.025) 0:01:33.269 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:15 Sunday 03 December 2023 03:17:59 +0000 (0:00:00.020) 0:01:33.289 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "e123a84f-89de-4076-859c-cdef499b4ed8" }, "/dev/mapper/foo-test2": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test2", "size": "3G", "type": "lvm", "uuid": "03e4a9e4-5f58-4933-9f6c-f8cef346a58b" }, "/dev/mapper/foo-test3": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test3", "size": "3G", "type": "lvm", "uuid": "7cd80291-c1f1-4346-bb4f-a7ee47610723" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "e4S3FW-Rge1-eM3J-zwoq-HAyM-NlTP-o6N20m" }, "/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": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "vfat", "label": "", "name": "/dev/xvda2", "size": "200M", "type": "partition", "uuid": "7B77-95E7" }, "/dev/xvda3": { "fstype": "xfs", "label": "boot", "name": "/dev/xvda3", "size": "600M", "type": "partition", "uuid": "75985a16-52f7-4f04-abce-287e09254eb0" }, "/dev/xvda4": { "fstype": "xfs", "label": "root", "name": "/dev/xvda4", "size": "249.2G", "type": "partition", "uuid": "df7d45c6-6fdf-4f2f-ad1b-26b262c6e26d" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:20 Sunday 03 December 2023 03:17:59 +0000 (0:00:00.195) 0:01:33.484 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002850", "end": "2023-12-03 03:18:00.165803", "rc": 0, "start": "2023-12-03 03:18:00.162953" } STDOUT: UUID=df7d45c6-6fdf-4f2f-ad1b-26b262c6e26d / xfs defaults 0 0 UUID=75985a16-52f7-4f04-abce-287e09254eb0 /boot xfs defaults 0 0 UUID=7B77-95E7 /boot/efi vfat defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2 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/foo-test1 /opt/test1 xfs defaults 0 0 /dev/mapper/foo-test2 /opt/test2 xfs defaults 0 0 /dev/mapper/foo-test3 /opt/test3 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:25 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.191) 0:01:33.676 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002850", "end": "2023-12-03 03:18:00.355244", "failed_when_result": false, "rc": 1, "start": "2023-12-03 03:18:00.352394" } STDERR: cat: /etc/crypttab: No such file or directory MSG: non-zero return code TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:34 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.189) 0:01:33.866 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool.yml:5 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.038) 0:01:33.904 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool.yml:18 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.016) 0:01:33.921 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:2 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.035) 0:01:33.956 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:13 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.027) 0:01:33.983 ******* ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:22 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.197) 0:01:34.181 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:27 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.019) 0:01:34.200 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:33 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.020) 0:01:34.221 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:42 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.023) 0:01:34.244 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:48 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.020) 0:01:34.265 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:54 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.021) 0:01:34.287 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:59 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.016) 0:01:34.304 ******* ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:73 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.029) 0:01:34.334 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:8 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.034) 0:01:34.368 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:14 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.017) 0:01:34.385 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:21 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.017) 0:01:34.403 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:28 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.017) 0:01:34.420 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:35 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.017) 0:01:34.437 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:45 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.017) 0:01:34.454 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:54 Sunday 03 December 2023 03:18:00 +0000 (0:00:00.016) 0:01:34.471 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:64 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.014) 0:01:34.486 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:74 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.014) 0:01:34.501 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:85 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.014) 0:01:34.515 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:95 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.014) 0:01:34.530 ******* 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-cimpa6sv57/tests/test-verify-pool-members.yml:76 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.015) 0:01:34.545 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-lvmraid.yml:2 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.056) 0:01:34.602 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.051) 0:01:34.653 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.016) 0:01:34.670 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.019) 0:01:34.690 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.019) 0:01:34.709 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.025) 0:01:34.735 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.021) 0:01:34.756 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.022) 0:01:34.779 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.021) 0:01:34.800 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.025) 0:01:34.825 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.021) 0:01:34.847 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.023) 0:01:34.870 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.027) 0:01:34.898 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.022) 0:01:34.920 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.017) 0:01:34.937 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.019) 0:01:34.957 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.018) 0:01:34.975 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.019) 0:01:34.995 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.017) 0:01:35.012 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.019) 0:01:35.031 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.020) 0:01:35.052 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.017) 0:01:35.070 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:79 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.016) 0:01:35.087 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-thin.yml:2 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.036) 0:01:35.123 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.052) 0:01:35.176 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.018) 0:01:35.194 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.020) 0:01:35.215 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.018) 0:01:35.233 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.017) 0:01:35.251 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.020) 0:01:35.272 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.014) 0:01:35.287 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.014) 0:01:35.301 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.016) 0:01:35.318 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.015) 0:01:35.333 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.014) 0:01:35.348 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.015) 0:01:35.363 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:82 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.016) 0:01:35.380 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-encryption.yml:5 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.043) 0:01:35.424 ******* 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-cimpa6sv57/tests/verify-pool-members-encryption.yml:13 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.023) 0:01:35.447 ******* skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "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-cimpa6sv57/tests/verify-pool-members-encryption.yml:20 Sunday 03 December 2023 03:18:01 +0000 (0:00:00.022) 0:01:35.469 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:2 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.034) 0:01:35.504 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:9 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.024) 0:01:35.529 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:18 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.021) 0:01:35.550 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:27 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.015) 0:01:35.566 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:37 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.014) 0:01:35.581 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:47 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.016) 0:01:35.597 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-encryption.yml:27 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.015) 0:01:35.613 ******* 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-cimpa6sv57/tests/test-verify-pool-members.yml:85 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.017) 0:01:35.630 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-vdo.yml:2 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.038) 0:01:35.668 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.095) 0:01:35.764 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.017) 0:01:35.781 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.022) 0:01:35.804 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.019) 0:01:35.824 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.022) 0:01:35.846 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.020) 0:01:35.867 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.018) 0:01:35.885 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.017) 0:01:35.903 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.017) 0:01:35.921 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.020) 0:01:35.941 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.021) 0:01:35.962 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.016) 0:01:35.979 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.016) 0:01:35.995 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.016) 0:01:36.012 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.016) 0:01:36.028 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.020) 0:01:36.049 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.020) 0:01:36.070 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.018) 0:01:36.089 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.016) 0:01:36.106 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.016) 0:01:36.122 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.017) 0:01:36.139 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:88 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.016) 0:01:36.156 ******* 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-cimpa6sv57/tests/test-verify-pool-volumes.yml:3 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.019) 0:01:36.175 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:2 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.046) 0:01:36.221 ******* 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-cimpa6sv57/tests/test-verify-volume.yml:21 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.025) 0:01:36.247 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.092) 0:01:36.339 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.024) 0:01:36.363 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "e123a84f-89de-4076-859c-cdef499b4ed8" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "e123a84f-89de-4076-859c-cdef499b4ed8" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.034) 0:01:36.398 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.022) 0:01:36.421 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.026) 0:01:36.447 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 03:18:02 +0000 (0:00:00.022) 0:01:36.470 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.021) 0:01:36.491 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.018) 0:01:36.510 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.017) 0:01:36.527 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.025) 0:01:36.553 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.020) 0:01:36.574 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.016) 0:01:36.590 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.014) 0:01:36.605 ******* 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-cimpa6sv57/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.014) 0:01:36.619 ******* 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/foo-test1 " ], "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-cimpa6sv57/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.032) 0:01:36.652 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.020) 0:01:36.673 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.018) 0:01:36.691 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.016) 0:01:36.708 ******* 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-cimpa6sv57/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.015) 0:01:36.723 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.022) 0:01:36.745 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.025) 0:01:36.770 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701573457.857305, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1701573455.8523114, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 841, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1701573455.8523114, "nlink": 1, "path": "/dev/mapper/foo-test1", "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-cimpa6sv57/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.193) 0:01:36.964 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.021) 0:01:36.986 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.016) 0:01:37.003 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.059) 0:01:37.062 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.025) 0:01:37.088 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.022) 0:01:37.110 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.024) 0:01:37.134 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 03:18:03 +0000 (0:00:00.020) 0:01:37.155 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.792) 0:01:37.947 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.017) 0:01:37.965 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.017) 0:01:37.982 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.028) 0:01:38.010 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.019) 0:01:38.030 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.022) 0:01:38.052 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.022) 0:01:38.074 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.017) 0:01:38.092 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.015) 0:01:38.107 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.021) 0:01:38.128 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.020) 0:01:38.149 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.017) 0:01:38.166 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.019) 0:01:38.185 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.017) 0:01:38.203 ******* 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-cimpa6sv57/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.015) 0:01:38.219 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.017) 0:01:38.236 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.016) 0:01:38.253 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.016) 0:01:38.270 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.019) 0:01:38.289 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.016) 0:01:38.305 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.017) 0:01:38.323 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.017) 0:01:38.340 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.018) 0:01:38.359 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.018) 0:01:38.377 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 03:18:04 +0000 (0:00:00.024) 0:01:38.402 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.192) 0:01:38.595 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.196) 0:01:38.792 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.029) 0:01:38.821 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.024) 0:01:38.845 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.193) 0:01:39.039 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.023) 0:01:39.063 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.024) 0:01:39.087 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.025) 0:01:39.113 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.023) 0:01:39.136 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.021) 0:01:39.158 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.022) 0:01:39.180 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.016) 0:01:39.197 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.017) 0:01:39.214 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.017) 0:01:39.231 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.020) 0:01:39.251 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.020) 0:01:39.271 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.020) 0:01:39.292 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.017) 0:01:39.309 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.015) 0:01:39.325 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.015) 0:01:39.340 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.017) 0:01:39.358 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.016) 0:01:39.374 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.015) 0:01:39.390 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.016) 0:01:39.407 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.019) 0:01:39.426 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 03:18:05 +0000 (0:00:00.018) 0:01:39.445 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.055) 0:01:39.500 ******* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.029665", "end": "2023-12-03 03:18:06.211521", "rc": 0, "start": "2023-12-03 03:18:06.181856" } STDOUT: LVM2_LV_NAME=test1 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-cimpa6sv57/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.222) 0:01:39.722 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.022) 0:01:39.745 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.023) 0:01:39.769 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.017) 0:01:39.786 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.019) 0:01:39.806 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.019) 0:01:39.825 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:27 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.018) 0:01:39.845 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:2 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.019) 0:01:39.864 ******* 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-cimpa6sv57/tests/test-verify-volume.yml:21 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.022) 0:01:39.886 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.094) 0:01:39.981 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.022) 0:01:40.004 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test2", "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": 3098292224, "size_total": 3154116608, "uuid": "03e4a9e4-5f58-4933-9f6c-f8cef346a58b" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test2", "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": 3098292224, "size_total": 3154116608, "uuid": "03e4a9e4-5f58-4933-9f6c-f8cef346a58b" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.031) 0:01:40.035 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.021) 0:01:40.057 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.021) 0:01:40.078 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.021) 0:01:40.099 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.017) 0:01:40.117 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.019) 0:01:40.137 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.018) 0:01:40.156 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.026) 0:01:40.182 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.022) 0:01:40.204 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.019) 0:01:40.224 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.017) 0:01:40.242 ******* 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-cimpa6sv57/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.018) 0:01:40.260 ******* 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/foo-test2 " ], "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-cimpa6sv57/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.039) 0:01:40.300 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.021) 0:01:40.322 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.022) 0:01:40.344 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.017) 0:01:40.362 ******* 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-cimpa6sv57/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.023) 0:01:40.385 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.025) 0:01:40.410 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 03:18:06 +0000 (0:00:00.027) 0:01:40.437 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701573457.8163052, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1701573454.8283148, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 799, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1701573454.8283148, "nlink": 1, "path": "/dev/mapper/foo-test2", "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-cimpa6sv57/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 03:18:07 +0000 (0:00:00.199) 0:01:40.637 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 03:18:07 +0000 (0:00:00.029) 0:01:40.666 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 03:18:07 +0000 (0:00:00.024) 0:01:40.691 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 03:18:07 +0000 (0:00:00.021) 0:01:40.713 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 03:18:07 +0000 (0:00:00.025) 0:01:40.738 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 03:18:07 +0000 (0:00:00.019) 0:01:40.757 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 03:18:07 +0000 (0:00:00.019) 0:01:40.777 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 03:18:07 +0000 (0:00:00.019) 0:01:40.797 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.789) 0:01:41.586 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.017) 0:01:41.603 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.015) 0:01:41.619 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.023) 0:01:41.642 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.015) 0:01:41.658 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.014) 0:01:41.673 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.014) 0:01:41.688 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.015) 0:01:41.703 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.014) 0:01:41.718 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.021) 0:01:41.740 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.019) 0:01:41.759 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.016) 0:01:41.775 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.015) 0:01:41.791 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.014) 0:01:41.806 ******* 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-cimpa6sv57/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.015) 0:01:41.821 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.016) 0:01:41.837 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.015) 0:01:41.853 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.014) 0:01:41.868 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.015) 0:01:41.884 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.016) 0:01:41.901 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.016) 0:01:41.917 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.018) 0:01:41.936 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.021) 0:01:41.958 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.021) 0:01:41.979 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.019) 0:01:41.998 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.200) 0:01:42.199 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.198) 0:01:42.398 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.025) 0:01:42.423 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 03:18:08 +0000 (0:00:00.020) 0:01:42.444 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.195) 0:01:42.640 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.019) 0:01:42.660 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.018) 0:01:42.679 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.019) 0:01:42.698 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.018) 0:01:42.716 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.016) 0:01:42.733 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.016) 0:01:42.749 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.021) 0:01:42.770 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.018) 0:01:42.789 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.017) 0:01:42.806 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.015) 0:01:42.822 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.016) 0:01:42.839 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.016) 0:01:42.855 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.018) 0:01:42.874 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.015) 0:01:42.889 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.017) 0:01:42.907 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.016) 0:01:42.923 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.017) 0:01:42.941 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.016) 0:01:42.957 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.025) 0:01:42.982 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.021) 0:01:43.004 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.024) 0:01:43.028 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.029) 0:01:43.058 ******* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test2" ], "delta": "0:00:00.030021", "end": "2023-12-03 03:18:09.773669", "rc": 0, "start": "2023-12-03 03:18:09.743648" } STDOUT: LVM2_LV_NAME=test2 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-cimpa6sv57/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.235) 0:01:43.294 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.026) 0:01:43.321 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.033) 0:01:43.354 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.024) 0:01:43.379 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.030) 0:01:43.409 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.034) 0:01:43.444 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:27 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.022) 0:01:43.467 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:2 Sunday 03 December 2023 03:18:09 +0000 (0:00:00.015) 0:01:43.483 ******* 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-cimpa6sv57/tests/test-verify-volume.yml:21 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.026) 0:01:43.509 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.121) 0:01:43.631 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.030) 0:01:43.661 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test3", "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": 3098292224, "size_total": 3154116608, "uuid": "7cd80291-c1f1-4346-bb4f-a7ee47610723" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test3", "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": 3098292224, "size_total": 3154116608, "uuid": "7cd80291-c1f1-4346-bb4f-a7ee47610723" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.038) 0:01:43.699 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.021) 0:01:43.720 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.022) 0:01:43.743 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.022) 0:01:43.766 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.018) 0:01:43.785 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.017) 0:01:43.803 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.018) 0:01:43.822 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.024) 0:01:43.847 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.020) 0:01:43.867 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.021) 0:01:43.888 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.019) 0:01:43.908 ******* 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-cimpa6sv57/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.019) 0:01:43.927 ******* 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/foo-test3 " ], "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-cimpa6sv57/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.039) 0:01:43.967 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.025) 0:01:43.992 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.031) 0:01:44.024 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.022) 0:01:44.046 ******* 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-cimpa6sv57/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.016) 0:01:44.063 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.030) 0:01:44.094 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.025) 0:01:44.120 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701573457.864305, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1701573454.0563173, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 761, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1701573454.0563173, "nlink": 1, "path": "/dev/mapper/foo-test3", "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-cimpa6sv57/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.196) 0:01:44.317 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.024) 0:01:44.342 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.020) 0:01:44.362 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.026) 0:01:44.388 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.024) 0:01:44.413 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.021) 0:01:44.434 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.024) 0:01:44.458 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 03:18:10 +0000 (0:00:00.022) 0:01:44.481 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 03:18:11 +0000 (0:00:00.808) 0:01:45.289 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 03:18:11 +0000 (0:00:00.050) 0:01:45.340 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 03:18:11 +0000 (0:00:00.020) 0:01:45.360 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 03:18:11 +0000 (0:00:00.028) 0:01:45.389 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 03:18:11 +0000 (0:00:00.019) 0:01:45.408 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 03:18:11 +0000 (0:00:00.019) 0:01:45.428 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 03:18:11 +0000 (0:00:00.019) 0:01:45.448 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 03:18:11 +0000 (0:00:00.022) 0:01:45.471 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.021) 0:01:45.492 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.029) 0:01:45.521 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.028) 0:01:45.550 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.023) 0:01:45.574 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.022) 0:01:45.596 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.020) 0:01:45.617 ******* 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-cimpa6sv57/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.016) 0:01:45.633 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.017) 0:01:45.651 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.020) 0:01:45.671 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.020) 0:01:45.692 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.018) 0:01:45.710 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.022) 0:01:45.733 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.020) 0:01:45.753 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.017) 0:01:45.771 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.021) 0:01:45.792 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.018) 0:01:45.811 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.018) 0:01:45.829 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.197) 0:01:46.027 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.194) 0:01:46.221 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.023) 0:01:46.244 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.019) 0:01:46.264 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.194) 0:01:46.458 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 03:18:12 +0000 (0:00:00.024) 0:01:46.483 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.022) 0:01:46.505 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.020) 0:01:46.525 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.021) 0:01:46.547 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.020) 0:01:46.567 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.018) 0:01:46.586 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.016) 0:01:46.602 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.015) 0:01:46.618 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.015) 0:01:46.633 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.014) 0:01:46.648 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.016) 0:01:46.665 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.015) 0:01:46.680 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.015) 0:01:46.696 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.017) 0:01:46.714 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.015) 0:01:46.729 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.016) 0:01:46.746 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.019) 0:01:46.766 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.015) 0:01:46.782 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.016) 0:01:46.799 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.019) 0:01:46.818 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.016) 0:01:46.835 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.022) 0:01:46.857 ******* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test3" ], "delta": "0:00:00.032296", "end": "2023-12-03 03:18:13.570690", "rc": 0, "start": "2023-12-03 03:18:13.538394" } STDOUT: LVM2_LV_NAME=test3 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-cimpa6sv57/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.227) 0:01:47.085 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.024) 0:01:47.110 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.022) 0:01:47.132 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.017) 0:01:47.150 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.017) 0:01:47.167 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.017) 0:01:47.185 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:27 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.016) 0:01:47.201 ******* 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-cimpa6sv57/tests/verify-role-results.yml:44 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.015) 0:01:47.216 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:54 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.018) 0:01:47.235 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove two of the LVs] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/tests_lvm_one_disk_multiple_volumes.yml:73 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.017) 0:01:47.253 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.041) 0:01:47.294 ******* included: /WORKDIR/git-weekly-cimpa6sv57/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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.064) 0:01:47.358 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.026) 0:01:47.385 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [sut] => (item=RedHat_9.4.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.4.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.045) 0:01:47.430 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.018) 0:01:47.449 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 03 December 2023 03:18:13 +0000 (0:00:00.018) 0:01:47.467 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 03 December 2023 03:18:14 +0000 (0:00:00.018) 0:01:47.486 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 03 December 2023 03:18:14 +0000 (0:00:00.018) 0:01:47.505 ******* included: /WORKDIR/git-weekly-cimpa6sv57/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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 03 December 2023 03:18:14 +0000 (0:00:00.041) 0:01:47.547 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 03 December 2023 03:18:14 +0000 (0:00:00.019) 0:01:47.566 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "3g" }, { "mount_point": "/opt/test2", "name": "test2", "size": "3g", "state": "absent" }, { "mount_point": "/opt/test3", "name": "test3", "size": "3g", "state": "absent" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 03 December 2023 03:18:14 +0000 (0:00:00.020) 0:01:47.587 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 03 December 2023 03:18:14 +0000 (0:00:00.019) 0:01:47.607 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 03 December 2023 03:18:14 +0000 (0:00:00.017) 0:01:47.624 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 03 December 2023 03:18:14 +0000 (0:00:00.017) 0:01:47.642 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 03 December 2023 03:18:14 +0000 (0:00:00.017) 0:01:47.659 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 03 December 2023 03:18:14 +0000 (0:00:00.018) 0:01:47.678 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 03 December 2023 03:18:14 +0000 (0:00:00.027) 0:01:47.706 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 03 December 2023 03:18:14 +0000 (0:00:00.014) 0:01:47.720 ******* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test3", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/foo-test2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test2", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "absent" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "lvm2", "dosfstools", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test1", "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/foo-test2", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test2", "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": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test3", "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": "absent", "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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 03 December 2023 03:18:17 +0000 (0:00:03.076) 0:01:50.797 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 03 December 2023 03:18:17 +0000 (0:00:00.019) 0:01:50.816 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 03 December 2023 03:18:17 +0000 (0:00:00.015) 0:01:50.832 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test3", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/foo-test2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test2", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "absent" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "lvm2", "dosfstools", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test1", "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/foo-test2", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test2", "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": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test3", "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": "absent", "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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:121 Sunday 03 December 2023 03:18:17 +0000 (0:00:00.022) 0:01:50.854 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test1", "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/foo-test2", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test2", "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": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test3", "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": "absent", "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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 03 December 2023 03:18:17 +0000 (0:00:00.023) 0:01:50.878 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:141 Sunday 03 December 2023 03:18:17 +0000 (0:00:00.020) 0:01:50.898 ******* changed: [sut] => (item={'src': '/dev/mapper/foo-test3', '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/foo-test3", "state": "absent" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test3" } changed: [sut] => (item={'src': '/dev/mapper/foo-test2', '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/foo-test2", "state": "absent" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test2" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:153 Sunday 03 December 2023 03:18:17 +0000 (0:00:00.386) 0:01:51.284 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:158 Sunday 03 December 2023 03:18:18 +0000 (0:00:00.548) 0:01:51.833 ******* ok: [sut] => (item={'src': '/dev/mapper/foo-test1', '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/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:170 Sunday 03 December 2023 03:18:18 +0000 (0:00:00.201) 0:01:52.035 ******* skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', '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/foo-test1", "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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:185 Sunday 03 December 2023 03:18:18 +0000 (0:00:00.023) 0:01:52.058 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:193 Sunday 03 December 2023 03:18:19 +0000 (0:00:00.545) 0:01:52.604 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Sunday 03 December 2023 03:18:19 +0000 (0:00:00.183) 0:01:52.787 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 03 December 2023 03:18:19 +0000 (0:00:00.015) 0:01:52.802 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/tests_lvm_one_disk_multiple_volumes.yml:93 Sunday 03 December 2023 03:18:19 +0000 (0:00:00.671) 0:01:53.473 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:2 Sunday 03 December 2023 03:18:20 +0000 (0:00:00.064) 0:01:53.538 ******* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test1", "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/foo-test2", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test2", "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": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test3", "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": "absent", "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-cimpa6sv57/tests/verify-role-results.yml:7 Sunday 03 December 2023 03:18:20 +0000 (0:00:00.025) 0:01:53.563 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:15 Sunday 03 December 2023 03:18:20 +0000 (0:00:00.023) 0:01:53.586 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "e123a84f-89de-4076-859c-cdef499b4ed8" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "e4S3FW-Rge1-eM3J-zwoq-HAyM-NlTP-o6N20m" }, "/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": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "vfat", "label": "", "name": "/dev/xvda2", "size": "200M", "type": "partition", "uuid": "7B77-95E7" }, "/dev/xvda3": { "fstype": "xfs", "label": "boot", "name": "/dev/xvda3", "size": "600M", "type": "partition", "uuid": "75985a16-52f7-4f04-abce-287e09254eb0" }, "/dev/xvda4": { "fstype": "xfs", "label": "root", "name": "/dev/xvda4", "size": "249.2G", "type": "partition", "uuid": "df7d45c6-6fdf-4f2f-ad1b-26b262c6e26d" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:20 Sunday 03 December 2023 03:18:20 +0000 (0:00:00.192) 0:01:53.779 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002883", "end": "2023-12-03 03:18:20.457002", "rc": 0, "start": "2023-12-03 03:18:20.454119" } STDOUT: UUID=df7d45c6-6fdf-4f2f-ad1b-26b262c6e26d / xfs defaults 0 0 UUID=75985a16-52f7-4f04-abce-287e09254eb0 /boot xfs defaults 0 0 UUID=7B77-95E7 /boot/efi vfat defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2 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/foo-test1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:25 Sunday 03 December 2023 03:18:20 +0000 (0:00:00.187) 0:01:53.967 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003002", "end": "2023-12-03 03:18:20.647845", "failed_when_result": false, "rc": 1, "start": "2023-12-03 03:18:20.644843" } STDERR: cat: /etc/crypttab: No such file or directory MSG: non-zero return code TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:34 Sunday 03 December 2023 03:18:20 +0000 (0:00:00.189) 0:01:54.157 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool.yml:5 Sunday 03 December 2023 03:18:20 +0000 (0:00:00.039) 0:01:54.196 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool.yml:18 Sunday 03 December 2023 03:18:20 +0000 (0:00:00.017) 0:01:54.213 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:2 Sunday 03 December 2023 03:18:20 +0000 (0:00:00.036) 0:01:54.250 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:13 Sunday 03 December 2023 03:18:20 +0000 (0:00:00.023) 0:01:54.273 ******* ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:22 Sunday 03 December 2023 03:18:20 +0000 (0:00:00.189) 0:01:54.463 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:27 Sunday 03 December 2023 03:18:20 +0000 (0:00:00.018) 0:01:54.482 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:33 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.020) 0:01:54.502 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:42 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.020) 0:01:54.523 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:48 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.018) 0:01:54.541 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:54 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.018) 0:01:54.559 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:59 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.014) 0:01:54.574 ******* ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:73 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.023) 0:01:54.597 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:8 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.033) 0:01:54.630 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:14 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.017) 0:01:54.647 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:21 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.017) 0:01:54.665 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:28 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.015) 0:01:54.680 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:35 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.018) 0:01:54.699 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:45 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.017) 0:01:54.716 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:54 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.018) 0:01:54.734 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:64 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.016) 0:01:54.750 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:74 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.016) 0:01:54.766 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:85 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.014) 0:01:54.781 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:95 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.016) 0:01:54.797 ******* 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-cimpa6sv57/tests/test-verify-pool-members.yml:76 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.015) 0:01:54.813 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-lvmraid.yml:2 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.031) 0:01:54.844 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.050) 0:01:54.894 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.020) 0:01:54.915 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.018) 0:01:54.933 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.015) 0:01:54.948 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.016) 0:01:54.964 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.018) 0:01:54.983 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.015) 0:01:54.998 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.015) 0:01:55.014 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.015) 0:01:55.029 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.014) 0:01:55.043 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.015) 0:01:55.058 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.040) 0:01:55.099 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.018) 0:01:55.117 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.017) 0:01:55.134 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.015) 0:01:55.149 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.015) 0:01:55.165 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.015) 0:01:55.180 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.016) 0:01:55.197 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.014) 0:01:55.212 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.014) 0:01:55.226 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.015) 0:01:55.242 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:79 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.015) 0:01:55.257 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-thin.yml:2 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.032) 0:01:55.289 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.048) 0:01:55.338 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.017) 0:01:55.356 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.016) 0:01:55.372 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.016) 0:01:55.389 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.016) 0:01:55.406 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.015) 0:01:55.422 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.017) 0:01:55.439 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.019) 0:01:55.458 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 03:18:21 +0000 (0:00:00.015) 0:01:55.474 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.015) 0:01:55.489 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.014) 0:01:55.503 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.014) 0:01:55.518 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:82 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.014) 0:01:55.533 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-encryption.yml:5 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.037) 0:01:55.571 ******* 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-cimpa6sv57/tests/verify-pool-members-encryption.yml:13 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.018) 0:01:55.589 ******* skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "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-cimpa6sv57/tests/verify-pool-members-encryption.yml:20 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.018) 0:01:55.607 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:2 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.034) 0:01:55.642 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:9 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.020) 0:01:55.663 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:18 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.020) 0:01:55.684 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:27 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.018) 0:01:55.702 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:37 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.015) 0:01:55.718 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:47 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.017) 0:01:55.735 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-encryption.yml:27 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.015) 0:01:55.751 ******* 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-cimpa6sv57/tests/test-verify-pool-members.yml:85 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.015) 0:01:55.766 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-vdo.yml:2 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.036) 0:01:55.803 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.058) 0:01:55.862 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.022) 0:01:55.884 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.020) 0:01:55.905 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.017) 0:01:55.923 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.020) 0:01:55.943 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.017) 0:01:55.961 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.018) 0:01:55.979 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.018) 0:01:55.998 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.018) 0:01:56.017 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.024) 0:01:56.041 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.020) 0:01:56.061 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.019) 0:01:56.081 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.021) 0:01:56.103 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.021) 0:01:56.125 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.022) 0:01:56.147 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.056) 0:01:56.203 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.020) 0:01:56.223 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.021) 0:01:56.245 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.024) 0:01:56.269 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.019) 0:01:56.289 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.017) 0:01:56.307 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:88 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.018) 0:01:56.325 ******* 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-cimpa6sv57/tests/test-verify-pool-volumes.yml:3 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.016) 0:01:56.341 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:2 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.047) 0:01:56.389 ******* 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-cimpa6sv57/tests/test-verify-volume.yml:21 Sunday 03 December 2023 03:18:22 +0000 (0:00:00.024) 0:01:56.414 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.088) 0:01:56.503 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.020) 0:01:56.523 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "e123a84f-89de-4076-859c-cdef499b4ed8" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "e123a84f-89de-4076-859c-cdef499b4ed8" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.034) 0:01:56.557 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.017) 0:01:56.575 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.021) 0:01:56.596 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.019) 0:01:56.615 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.016) 0:01:56.632 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.016) 0:01:56.649 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.018) 0:01:56.668 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.020) 0:01:56.689 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.017) 0:01:56.707 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.020) 0:01:56.727 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.020) 0:01:56.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-cimpa6sv57/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.016) 0:01:56.764 ******* 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/foo-test1 " ], "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-cimpa6sv57/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.034) 0:01:56.798 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.020) 0:01:56.819 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.019) 0:01:56.838 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.016) 0:01:56.855 ******* 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-cimpa6sv57/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.016) 0:01:56.871 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.022) 0:01:56.894 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.026) 0:01:56.921 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701573497.7941864, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1701573455.8523114, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 841, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1701573455.8523114, "nlink": 1, "path": "/dev/mapper/foo-test1", "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-cimpa6sv57/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.197) 0:01:57.119 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.022) 0:01:57.141 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.017) 0:01:57.159 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.020) 0:01:57.179 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.017) 0:01:57.197 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.015) 0:01:57.212 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.021) 0:01:57.234 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 03:18:23 +0000 (0:00:00.016) 0:01:57.251 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.830) 0:01:58.081 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.016) 0:01:58.098 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.016) 0:01:58.115 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.024) 0:01:58.140 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.018) 0:01:58.158 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.019) 0:01:58.177 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.017) 0:01:58.195 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.016) 0:01:58.212 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.016) 0:01:58.229 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.021) 0:01:58.250 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.021) 0:01:58.271 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.019) 0:01:58.291 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.017) 0:01:58.308 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.017) 0:01:58.326 ******* 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-cimpa6sv57/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.017) 0:01:58.344 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.017) 0:01:58.361 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.016) 0:01:58.378 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.019) 0:01:58.397 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.016) 0:01:58.413 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.016) 0:01:58.430 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.014) 0:01:58.445 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.015) 0:01:58.460 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 03:18:24 +0000 (0:00:00.014) 0:01:58.475 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.018) 0:01:58.493 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.016) 0:01:58.510 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.188) 0:01:58.698 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.190) 0:01:58.889 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.027) 0:01:58.916 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.022) 0:01:58.939 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.192) 0:01:59.131 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.023) 0:01:59.155 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.021) 0:01:59.176 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.023) 0:01:59.199 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.021) 0:01:59.221 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.017) 0:01:59.239 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.017) 0:01:59.256 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.016) 0:01:59.272 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.017) 0:01:59.290 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.019) 0:01:59.310 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.015) 0:01:59.325 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.014) 0:01:59.340 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.015) 0:01:59.355 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.015) 0:01:59.370 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.015) 0:01:59.386 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.023) 0:01:59.410 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.017) 0:01:59.427 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.016) 0:01:59.444 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.016) 0:01:59.461 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 03:18:25 +0000 (0:00:00.020) 0:01:59.482 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.022) 0:01:59.504 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.020) 0:01:59.524 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.023) 0:01:59.548 ******* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.027588", "end": "2023-12-03 03:18:26.256849", "rc": 0, "start": "2023-12-03 03:18:26.229261" } STDOUT: LVM2_LV_NAME=test1 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-cimpa6sv57/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.220) 0:01:59.768 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.051) 0:01:59.820 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.028) 0:01:59.848 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.022) 0:01:59.871 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.024) 0:01:59.896 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.021) 0:01:59.917 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:27 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.022) 0:01:59.940 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:2 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.026) 0:01:59.966 ******* 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-cimpa6sv57/tests/test-verify-volume.yml:21 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.027) 0:01:59.993 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.094) 0:02:00.088 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.019) 0:02:00.108 ******* 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-cimpa6sv57/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.025) 0:02:00.134 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.015) 0:02:00.149 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.019) 0:02:00.169 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.023) 0:02:00.192 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.018) 0:02:00.210 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.019) 0:02:00.230 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.018) 0:02:00.249 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.022) 0:02:00.271 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.024) 0:02:00.295 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.022) 0:02:00.318 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.031) 0:02:00.349 ******* 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-cimpa6sv57/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.021) 0:02:00.371 ******* 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-cimpa6sv57/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.050) 0:02:00.421 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.020) 0:02:00.441 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 03:18:26 +0000 (0:00:00.028) 0:02:00.470 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 03:18:27 +0000 (0:00:00.023) 0:02:00.493 ******* 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-cimpa6sv57/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 03:18:27 +0000 (0:00:00.020) 0:02:00.514 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 03:18:27 +0000 (0:00:00.020) 0:02:00.535 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 03:18:27 +0000 (0:00:00.017) 0:02:00.552 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 03:18:27 +0000 (0:00:00.188) 0:02:00.740 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 03:18:27 +0000 (0:00:00.025) 0:02:00.765 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 03:18:27 +0000 (0:00:00.026) 0:02:00.792 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 03:18:27 +0000 (0:00:00.014) 0:02:00.806 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 03:18:27 +0000 (0:00:00.020) 0:02:00.826 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 03:18:27 +0000 (0:00:00.022) 0:02:00.849 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 03:18:27 +0000 (0:00:00.014) 0:02:00.864 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 03:18:27 +0000 (0:00:00.022) 0:02:00.887 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.818) 0:02:01.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-cimpa6sv57/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.018) 0:02:01.724 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.018) 0:02:01.743 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.014) 0:02:01.758 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.019) 0:02:01.777 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.051) 0:02:01.828 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.019) 0:02:01.848 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.016) 0:02:01.865 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.016) 0:02:01.881 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.028) 0:02:01.910 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.022) 0:02:01.933 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.022) 0:02:01.956 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.020) 0:02:01.977 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.018) 0:02:01.995 ******* 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-cimpa6sv57/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.018) 0:02:02.013 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.019) 0:02:02.033 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.019) 0:02:02.052 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.022) 0:02:02.075 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.019) 0:02:02.095 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.018) 0:02:02.113 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.018) 0:02:02.131 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.019) 0:02:02.151 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.017) 0:02:02.169 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.021) 0:02:02.190 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.019) 0:02:02.209 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.017) 0:02:02.226 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.017) 0:02:02.243 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.017) 0:02:02.261 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.022) 0:02:02.284 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.023) 0:02:02.308 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.021) 0:02:02.329 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.021) 0:02:02.350 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.021) 0:02:02.372 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.017) 0:02:02.389 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.018) 0:02:02.408 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.020) 0:02:02.428 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.018) 0:02:02.446 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.017) 0:02:02.464 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 03:18:28 +0000 (0:00:00.017) 0:02:02.482 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.023) 0:02:02.505 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.017) 0:02:02.522 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.023) 0:02:02.546 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.017) 0:02:02.564 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.018) 0:02:02.582 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.019) 0:02:02.602 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.018) 0:02:02.620 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.018) 0:02:02.638 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.020) 0:02:02.659 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.023) 0:02:02.683 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.021) 0:02:02.704 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.018) 0:02:02.723 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.018) 0:02:02.742 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.018) 0:02:02.760 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.019) 0:02:02.779 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.018) 0:02:02.798 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.020) 0:02:02.818 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.017) 0:02:02.836 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.020) 0:02:02.856 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:27 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.019) 0:02:02.875 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:2 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.020) 0:02:02.896 ******* 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-cimpa6sv57/tests/test-verify-volume.yml:21 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.023) 0:02:02.919 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.096) 0:02:03.015 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.020) 0:02:03.036 ******* 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-cimpa6sv57/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.062) 0:02:03.098 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.016) 0:02:03.115 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.019) 0:02:03.134 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.020) 0:02:03.154 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.016) 0:02:03.171 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.014) 0:02:03.186 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.016) 0:02:03.202 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.014) 0:02:03.217 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.015) 0:02:03.232 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.014) 0:02:03.247 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.014) 0:02:03.262 ******* 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-cimpa6sv57/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.014) 0:02:03.276 ******* 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-cimpa6sv57/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.035) 0:02:03.312 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.016) 0:02:03.328 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.021) 0:02:03.350 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.017) 0:02:03.367 ******* 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-cimpa6sv57/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.016) 0:02:03.384 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.019) 0:02:03.403 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 03:18:29 +0000 (0:00:00.017) 0:02:03.421 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 03:18:30 +0000 (0:00:00.186) 0:02:03.608 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 03:18:30 +0000 (0:00:00.017) 0:02:03.625 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 03:18:30 +0000 (0:00:00.021) 0:02:03.646 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 03:18:30 +0000 (0:00:00.013) 0:02:03.659 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 03:18:30 +0000 (0:00:00.018) 0:02:03.678 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 03:18:30 +0000 (0:00:00.016) 0:02:03.694 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 03:18:30 +0000 (0:00:00.012) 0:02:03.707 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 03:18:30 +0000 (0:00:00.019) 0:02:03.726 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.793) 0:02:04.520 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.018) 0:02:04.539 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.017) 0:02:04.556 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.013) 0:02:04.569 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.016) 0:02:04.585 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.020) 0:02:04.606 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.014) 0:02:04.620 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.013) 0:02:04.634 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.013) 0:02:04.647 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.022) 0:02:04.670 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.022) 0:02:04.692 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.021) 0:02:04.714 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.023) 0:02:04.738 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.022) 0:02:04.760 ******* 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-cimpa6sv57/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.019) 0:02:04.780 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.018) 0:02:04.799 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.016) 0:02:04.816 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.019) 0:02:04.835 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.017) 0:02:04.852 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.016) 0:02:04.869 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.017) 0:02:04.886 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.021) 0:02:04.907 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.017) 0:02:04.924 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.019) 0:02:04.944 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.016) 0:02:04.961 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.018) 0:02:04.980 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.017) 0:02:04.997 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.018) 0:02:05.016 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.020) 0:02:05.036 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.022) 0:02:05.058 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.019) 0:02:05.077 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.019) 0:02:05.097 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.017) 0:02:05.114 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.017) 0:02:05.132 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.019) 0:02:05.152 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.020) 0:02:05.172 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.017) 0:02:05.190 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.017) 0:02:05.207 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.016) 0:02:05.224 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.017) 0:02:05.241 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.018) 0:02:05.259 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.021) 0:02:05.281 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.019) 0:02:05.301 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.017) 0:02:05.319 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.020) 0:02:05.339 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.017) 0:02:05.356 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.017) 0:02:05.374 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.046) 0:02:05.420 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.017) 0:02:05.438 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.021) 0:02:05.459 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 03:18:31 +0000 (0:00:00.016) 0:02:05.476 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.015) 0:02:05.492 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.015) 0:02:05.508 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.017) 0:02:05.525 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.017) 0:02:05.542 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.017) 0:02:05.560 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.016) 0:02:05.576 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.018) 0:02:05.594 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:27 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.016) 0:02:05.611 ******* 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-cimpa6sv57/tests/verify-role-results.yml:44 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.018) 0:02:05.629 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:54 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.015) 0:02:05.645 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Re-run the previous role invocation to ensure idempotence] *************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/tests_lvm_one_disk_multiple_volumes.yml:96 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.015) 0:02:05.660 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.055) 0:02:05.716 ******* included: /WORKDIR/git-weekly-cimpa6sv57/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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.027) 0:02:05.743 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.024) 0:02:05.767 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [sut] => (item=RedHat_9.4.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.4.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.047) 0:02:05.815 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.019) 0:02:05.835 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.018) 0:02:05.853 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.017) 0:02:05.871 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.017) 0:02:05.888 ******* included: /WORKDIR/git-weekly-cimpa6sv57/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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.043) 0:02:05.932 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.017) 0:02:05.950 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "3g" }, { "mount_point": "/opt/test2", "name": "test2", "size": "3g", "state": "absent" }, { "mount_point": "/opt/test3", "name": "test3", "size": "3g", "state": "absent" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.022) 0:02:05.972 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.018) 0:02:05.991 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.017) 0:02:06.008 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.017) 0:02:06.026 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.018) 0:02:06.044 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.016) 0:02:06.061 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.025) 0:02:06.087 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 03 December 2023 03:18:32 +0000 (0:00:00.015) 0:02:06.102 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "lvm2", "dosfstools", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test1", "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": "", "_mount_id": "", "_raw_device": "", "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": "test2", "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": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "", "_mount_id": "", "_raw_device": "", "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": "test3", "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": "absent", "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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 03 December 2023 03:18:34 +0000 (0:00:01.690) 0:02:07.793 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 03 December 2023 03:18:34 +0000 (0:00:00.017) 0:02:07.810 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 03 December 2023 03:18:34 +0000 (0:00:00.014) 0:02:07.824 ******* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "lvm2", "dosfstools", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test1", "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": "", "_mount_id": "", "_raw_device": "", "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": "test2", "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": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "", "_mount_id": "", "_raw_device": "", "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": "test3", "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": "absent", "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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:121 Sunday 03 December 2023 03:18:34 +0000 (0:00:00.020) 0:02:07.844 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test1", "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": "", "_mount_id": "", "_raw_device": "", "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": "test2", "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": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "", "_mount_id": "", "_raw_device": "", "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": "test3", "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": "absent", "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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 03 December 2023 03:18:34 +0000 (0:00:00.022) 0:02:07.867 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:141 Sunday 03 December 2023 03:18:34 +0000 (0:00:00.017) 0:02:07.884 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:153 Sunday 03 December 2023 03:18:34 +0000 (0:00:00.014) 0:02:07.899 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:158 Sunday 03 December 2023 03:18:34 +0000 (0:00:00.548) 0:02:08.448 ******* ok: [sut] => (item={'src': '/dev/mapper/foo-test1', '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/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:170 Sunday 03 December 2023 03:18:35 +0000 (0:00:00.256) 0:02:08.704 ******* skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', '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/foo-test1", "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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:185 Sunday 03 December 2023 03:18:35 +0000 (0:00:00.026) 0:02:08.731 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:193 Sunday 03 December 2023 03:18:35 +0000 (0:00:00.541) 0:02:09.272 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Sunday 03 December 2023 03:18:35 +0000 (0:00:00.186) 0:02:09.458 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 03 December 2023 03:18:35 +0000 (0:00:00.017) 0:02:09.476 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/tests_lvm_one_disk_multiple_volumes.yml:116 Sunday 03 December 2023 03:18:36 +0000 (0:00:00.649) 0:02:10.125 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:2 Sunday 03 December 2023 03:18:36 +0000 (0:00:00.034) 0:02:10.159 ******* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "test1", "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": "", "_mount_id": "", "_raw_device": "", "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": "test2", "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": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "", "_mount_id": "", "_raw_device": "", "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": "test3", "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": "absent", "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-cimpa6sv57/tests/verify-role-results.yml:7 Sunday 03 December 2023 03:18:36 +0000 (0:00:00.029) 0:02:10.189 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:15 Sunday 03 December 2023 03:18:36 +0000 (0:00:00.021) 0:02:10.210 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "e123a84f-89de-4076-859c-cdef499b4ed8" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "e4S3FW-Rge1-eM3J-zwoq-HAyM-NlTP-o6N20m" }, "/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": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "vfat", "label": "", "name": "/dev/xvda2", "size": "200M", "type": "partition", "uuid": "7B77-95E7" }, "/dev/xvda3": { "fstype": "xfs", "label": "boot", "name": "/dev/xvda3", "size": "600M", "type": "partition", "uuid": "75985a16-52f7-4f04-abce-287e09254eb0" }, "/dev/xvda4": { "fstype": "xfs", "label": "root", "name": "/dev/xvda4", "size": "249.2G", "type": "partition", "uuid": "df7d45c6-6fdf-4f2f-ad1b-26b262c6e26d" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:20 Sunday 03 December 2023 03:18:36 +0000 (0:00:00.199) 0:02:10.409 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002816", "end": "2023-12-03 03:18:37.090426", "rc": 0, "start": "2023-12-03 03:18:37.087610" } STDOUT: UUID=df7d45c6-6fdf-4f2f-ad1b-26b262c6e26d / xfs defaults 0 0 UUID=75985a16-52f7-4f04-abce-287e09254eb0 /boot xfs defaults 0 0 UUID=7B77-95E7 /boot/efi vfat defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2 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/foo-test1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:25 Sunday 03 December 2023 03:18:37 +0000 (0:00:00.190) 0:02:10.600 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004029", "end": "2023-12-03 03:18:38.280625", "failed_when_result": false, "rc": 1, "start": "2023-12-03 03:18:37.276596" } STDERR: cat: /etc/crypttab: No such file or directory MSG: non-zero return code TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:34 Sunday 03 December 2023 03:18:38 +0000 (0:00:01.189) 0:02:11.790 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool.yml:5 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.039) 0:02:11.829 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool.yml:18 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.015) 0:02:11.845 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:2 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.040) 0:02:11.885 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:13 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.023) 0:02:11.909 ******* ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:22 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.193) 0:02:12.102 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:27 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.057) 0:02:12.160 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:33 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.025) 0:02:12.185 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:42 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.024) 0:02:12.210 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:48 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.021) 0:02:12.232 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:54 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.028) 0:02:12.260 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:59 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.020) 0:02:12.280 ******* ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:73 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.031) 0:02:12.312 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:8 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.034) 0:02:12.346 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:14 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.019) 0:02:12.366 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:21 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.018) 0:02:12.384 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:28 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.019) 0:02:12.404 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:35 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.021) 0:02:12.425 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:45 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.018) 0:02:12.444 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:54 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.020) 0:02:12.464 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:64 Sunday 03 December 2023 03:18:38 +0000 (0:00:00.020) 0:02:12.484 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:74 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.021) 0:02:12.506 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:85 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.021) 0:02:12.528 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-md.yml:95 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.023) 0:02:12.551 ******* 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-cimpa6sv57/tests/test-verify-pool-members.yml:76 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.020) 0:02:12.572 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-lvmraid.yml:2 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.036) 0:02:12.608 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.060) 0:02:12.668 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.017) 0:02:12.686 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.016) 0:02:12.703 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.017) 0:02:12.721 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.017) 0:02:12.738 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.021) 0:02:12.759 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.017) 0:02:12.777 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.017) 0:02:12.794 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.022) 0:02:12.816 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.022) 0:02:12.839 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.016) 0:02:12.856 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.018) 0:02:12.874 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.016) 0:02:12.891 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.018) 0:02:12.909 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:8 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.017) 0:02:12.927 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:16 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.020) 0:02:12.947 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:21 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.017) 0:02:12.965 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:29 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.017) 0:02:12.982 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:34 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.017) 0:02:12.999 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:40 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.016) 0:02:13.016 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-lvmraid.yml:46 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.017) 0:02:13.034 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:79 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.020) 0:02:13.055 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-thin.yml:2 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.035) 0:02:13.090 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.053) 0:02:13.144 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.016) 0:02:13.160 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.014) 0:02:13.175 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.015) 0:02:13.191 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.015) 0:02:13.206 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.018) 0:02:13.225 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.017) 0:02:13.242 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.016) 0:02:13.259 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:8 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.018) 0:02:13.278 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:16 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.016) 0:02:13.294 ******* 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-cimpa6sv57/tests/verify-pool-member-thin.yml:23 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.020) 0:02:13.314 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-thin.yml:27 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.019) 0:02:13.334 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:82 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.046) 0:02:13.381 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-encryption.yml:5 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.038) 0:02:13.419 ******* 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-cimpa6sv57/tests/verify-pool-members-encryption.yml:13 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.024) 0:02:13.444 ******* skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "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-cimpa6sv57/tests/verify-pool-members-encryption.yml:20 Sunday 03 December 2023 03:18:39 +0000 (0:00:00.021) 0:02:13.465 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:2 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.038) 0:02:13.504 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:9 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.024) 0:02:13.528 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:18 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.023) 0:02:13.551 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:27 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.018) 0:02:13.570 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:37 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.022) 0:02:13.592 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-crypttab.yml:47 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.017) 0:02:13.610 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-encryption.yml:27 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.017) 0:02:13.628 ******* 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-cimpa6sv57/tests/test-verify-pool-members.yml:85 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.017) 0:02:13.645 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-members-vdo.yml:2 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.040) 0:02:13.686 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.059) 0:02:13.746 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.019) 0:02:13.765 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.019) 0:02:13.785 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.017) 0:02:13.802 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.016) 0:02:13.819 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.016) 0:02:13.836 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.017) 0:02:13.853 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.017) 0:02:13.871 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.017) 0:02:13.888 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.016) 0:02:13.905 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.016) 0:02:13.922 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.016) 0:02:13.938 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.016) 0:02:13.955 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.019) 0:02:13.974 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:9 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.015) 0:02:13.989 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:16 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.016) 0:02:14.006 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:22 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.015) 0:02:14.022 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:28 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.016) 0:02:14.038 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:35 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.017) 0:02:14.056 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:41 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.018) 0:02:14.074 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-pool-member-vdo.yml:47 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.016) 0:02:14.090 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-pool-members.yml:88 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.019) 0:02:14.110 ******* 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-cimpa6sv57/tests/test-verify-pool-volumes.yml:3 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.015) 0:02:14.125 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:2 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.048) 0:02:14.174 ******* 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-cimpa6sv57/tests/test-verify-volume.yml:21 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.022) 0:02:14.196 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.095) 0:02:14.292 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.021) 0:02:14.313 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "e123a84f-89de-4076-859c-cdef499b4ed8" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "e123a84f-89de-4076-859c-cdef499b4ed8" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.029) 0:02:14.343 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.017) 0:02:14.360 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.024) 0:02:14.385 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.019) 0:02:14.404 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.016) 0:02:14.420 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.017) 0:02:14.438 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 03:18:40 +0000 (0:00:00.047) 0:02:14.485 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.021) 0:02:14.507 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.015) 0:02:14.523 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.016) 0:02:14.539 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.016) 0:02:14.556 ******* 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-cimpa6sv57/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.016) 0:02:14.572 ******* 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/foo-test1 " ], "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-cimpa6sv57/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.044) 0:02:14.617 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.020) 0:02:14.637 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.020) 0:02:14.658 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.017) 0:02:14.675 ******* 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-cimpa6sv57/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.016) 0:02:14.691 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.023) 0:02:14.715 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.023) 0:02:14.738 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701573497.7941864, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1701573455.8523114, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 841, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1701573455.8523114, "nlink": 1, "path": "/dev/mapper/foo-test1", "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-cimpa6sv57/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.193) 0:02:14.931 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.021) 0:02:14.953 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.015) 0:02:14.969 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.018) 0:02:14.987 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.016) 0:02:15.003 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.014) 0:02:15.018 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.017) 0:02:15.035 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 03:18:41 +0000 (0:00:00.016) 0:02:15.052 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.794) 0:02:15.846 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.018) 0:02:15.865 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.017) 0:02:15.882 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.024) 0:02:15.906 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.018) 0:02:15.925 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.021) 0:02:15.946 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.017) 0:02:15.963 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.017) 0:02:15.981 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.016) 0:02:15.998 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.023) 0:02:16.021 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.022) 0:02:16.043 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.019) 0:02:16.062 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.016) 0:02:16.079 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.016) 0:02:16.095 ******* 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-cimpa6sv57/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.017) 0:02:16.113 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.015) 0:02:16.128 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.015) 0:02:16.144 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.019) 0:02:16.163 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.017) 0:02:16.181 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.017) 0:02:16.198 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.016) 0:02:16.214 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.015) 0:02:16.230 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.014) 0:02:16.244 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.016) 0:02:16.260 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.015) 0:02:16.276 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 03:18:42 +0000 (0:00:00.184) 0:02:16.461 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.185) 0:02:16.646 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.022) 0:02:16.669 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.016) 0:02:16.685 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.185) 0:02:16.871 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.018) 0:02:16.889 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.018) 0:02:16.908 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.019) 0:02:16.927 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.017) 0:02:16.944 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.014) 0:02:16.959 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.018) 0:02:16.978 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.019) 0:02:16.998 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.015) 0:02:17.013 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.016) 0:02:17.030 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.014) 0:02:17.045 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.015) 0:02:17.060 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.014) 0:02:17.075 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.014) 0:02:17.090 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.014) 0:02:17.105 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.042) 0:02:17.148 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.017) 0:02:17.165 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.015) 0:02:17.180 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.014) 0:02:17.195 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.014) 0:02:17.210 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.016) 0:02:17.226 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.017) 0:02:17.244 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 03:18:43 +0000 (0:00:00.021) 0:02:17.266 ******* ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.032351", "end": "2023-12-03 03:18:43.977612", "rc": 0, "start": "2023-12-03 03:18:43.945261" } STDOUT: LVM2_LV_NAME=test1 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-cimpa6sv57/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.221) 0:02:17.488 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.020) 0:02:17.508 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.021) 0:02:17.530 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.016) 0:02:17.547 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.016) 0:02:17.564 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.015) 0:02:17.579 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:27 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.016) 0:02:17.595 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:2 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.015) 0:02:17.611 ******* 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-cimpa6sv57/tests/test-verify-volume.yml:21 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.019) 0:02:17.631 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.080) 0:02:17.711 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.018) 0:02:17.730 ******* 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-cimpa6sv57/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.024) 0:02:17.755 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.016) 0:02:17.771 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.014) 0:02:17.786 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.017) 0:02:17.804 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.014) 0:02:17.819 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.014) 0:02:17.834 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.016) 0:02:17.850 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.014) 0:02:17.864 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.014) 0:02:17.879 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.015) 0:02:17.894 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.014) 0:02:17.909 ******* 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-cimpa6sv57/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.014) 0:02:17.923 ******* 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-cimpa6sv57/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.036) 0:02:17.960 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.015) 0:02:17.975 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.019) 0:02:17.994 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.019) 0:02:18.014 ******* 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-cimpa6sv57/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.015) 0:02:18.029 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.018) 0:02:18.048 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.016) 0:02:18.065 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.183) 0:02:18.248 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.017) 0:02:18.265 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.019) 0:02:18.285 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.012) 0:02:18.297 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.018) 0:02:18.316 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.015) 0:02:18.331 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.012) 0:02:18.344 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 03:18:44 +0000 (0:00:00.016) 0:02:18.360 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.779) 0:02:19.139 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.016) 0:02:19.156 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.016) 0:02:19.172 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.012) 0:02:19.184 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.014) 0:02:19.199 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.015) 0:02:19.214 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.014) 0:02:19.228 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.012) 0:02:19.241 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.012) 0:02:19.254 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.020) 0:02:19.275 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.017) 0:02:19.293 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.015) 0:02:19.308 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.016) 0:02:19.324 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.014) 0:02:19.339 ******* 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-cimpa6sv57/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.019) 0:02:19.358 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.016) 0:02:19.375 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.017) 0:02:19.392 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.015) 0:02:19.408 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.018) 0:02:19.427 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.015) 0:02:19.442 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.015) 0:02:19.457 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 03:18:45 +0000 (0:00:00.014) 0:02:19.472 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.486 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.500 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.016) 0:02:19.516 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.531 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.546 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.560 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.015) 0:02:19.576 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.590 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.016) 0:02:19.607 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.622 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.636 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.651 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.666 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.680 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.017) 0:02:19.698 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.015) 0:02:19.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-cimpa6sv57/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.727 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.742 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.015) 0:02:19.757 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.772 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.016) 0:02:19.789 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.803 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.818 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.015) 0:02:19.833 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.015) 0:02:19.848 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.863 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.016) 0:02:19.879 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.015) 0:02:19.894 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.015) 0:02:19.910 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.925 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.940 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.954 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.017) 0:02:19.972 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:19.987 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:20.001 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.015) 0:02:20.017 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:27 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.017) 0:02:20.034 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:2 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.015) 0:02:20.050 ******* 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-cimpa6sv57/tests/test-verify-volume.yml:21 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.021) 0:02:20.072 ******* included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:7 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.102) 0:02:20.174 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:16 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.019) 0:02:20.194 ******* 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-cimpa6sv57/tests/test-verify-volume-mount.yml:38 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.025) 0:02:20.220 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:51 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.018) 0:02:20.238 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:63 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.017) 0:02:20.255 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:71 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.020) 0:02:20.276 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:83 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.015) 0:02:20.291 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:95 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.015) 0:02:20.306 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:110 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:20.321 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:122 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.017) 0:02:20.338 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:128 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.015) 0:02:20.353 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:134 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.015) 0:02:20.369 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-mount.yml:146 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.015) 0:02:20.384 ******* 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-cimpa6sv57/tests/test-verify-volume-fstab.yml:2 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.015) 0:02:20.399 ******* 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-cimpa6sv57/tests/test-verify-volume-fstab.yml:40 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.031) 0:02:20.430 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:48 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.016) 0:02:20.447 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:58 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.018) 0:02:20.465 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fstab.yml:71 Sunday 03 December 2023 03:18:46 +0000 (0:00:00.014) 0:02:20.480 ******* 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-cimpa6sv57/tests/test-verify-volume-fs.yml:3 Sunday 03 December 2023 03:18:47 +0000 (0:00:00.015) 0:02:20.495 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-fs.yml:12 Sunday 03 December 2023 03:18:47 +0000 (0:00:00.014) 0:02:20.509 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:3 Sunday 03 December 2023 03:18:47 +0000 (0:00:00.014) 0:02:20.524 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:9 Sunday 03 December 2023 03:18:47 +0000 (0:00:00.183) 0:02:20.708 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:16 Sunday 03 December 2023 03:18:47 +0000 (0:00:00.016) 0:02:20.725 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:24 Sunday 03 December 2023 03:18:47 +0000 (0:00:00.019) 0:02:20.745 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:30 Sunday 03 December 2023 03:18:47 +0000 (0:00:00.013) 0:02:20.758 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:34 Sunday 03 December 2023 03:18:47 +0000 (0:00:00.016) 0:02:20.774 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-device.yml:39 Sunday 03 December 2023 03:18:47 +0000 (0:00:00.015) 0:02:20.790 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:3 Sunday 03 December 2023 03:18:47 +0000 (0:00:00.012) 0:02:20.802 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 Sunday 03 December 2023 03:18:47 +0000 (0:00:00.014) 0:02:20.817 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:17 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.781) 0:02:21.598 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:23 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.016) 0:02:21.615 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:32 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.015) 0:02:21.631 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:45 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.012) 0:02:21.644 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:51 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.014) 0:02:21.658 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:56 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.014) 0:02:21.673 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:69 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.011) 0:02:21.685 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:81 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.013) 0:02:21.699 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:94 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.012) 0:02:21.711 ******* 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-cimpa6sv57/tests/test-verify-volume-encryption.yml:106 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.019) 0:02:21.731 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:114 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.018) 0:02:21.749 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:122 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.016) 0:02:21.766 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:131 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.016) 0:02:21.782 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:140 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.018) 0:02:21.800 ******* 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-cimpa6sv57/tests/test-verify-volume-md.yml:8 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.017) 0:02:21.817 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:14 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.017) 0:02:21.835 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:21 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.016) 0:02:21.851 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:28 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.017) 0:02:21.868 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:35 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.016) 0:02:21.884 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:45 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.017) 0:02:21.902 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:54 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.015) 0:02:21.918 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:63 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.014) 0:02:21.932 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:72 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.014) 0:02:21.947 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-md.yml:81 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.015) 0:02:21.963 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:3 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.014) 0:02:21.977 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:11 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.039) 0:02:22.017 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:20 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.015) 0:02:22.033 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:28 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.014) 0:02:22.047 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:32 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.017) 0:02:22.065 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:46 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.015) 0:02:22.081 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:50 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.020) 0:02:22.101 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:54 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.020) 0:02:22.121 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:58 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.017) 0:02:22.138 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:68 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.016) 0:02:22.155 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:72 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.015) 0:02:22.171 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:77 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.015) 0:02:22.186 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:83 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.016) 0:02:22.202 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:88 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.021) 0:02:22.224 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:96 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.017) 0:02:22.241 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:104 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.016) 0:02:22.258 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:109 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.016) 0:02:22.275 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:113 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.016) 0:02:22.292 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:117 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.015) 0:02:22.307 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:121 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.018) 0:02:22.325 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:129 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.015) 0:02:22.341 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:138 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.015) 0:02:22.356 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:142 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.015) 0:02:22.371 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:150 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.015) 0:02:22.387 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:156 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.016) 0:02:22.403 ******* 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-cimpa6sv57/tests/test-verify-volume-size.yml:160 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.020) 0:02:22.424 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-size.yml:164 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.018) 0:02:22.442 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:5 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.017) 0:02:22.460 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:13 Sunday 03 December 2023 03:18:48 +0000 (0:00:00.016) 0:02:22.477 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:18 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.015) 0:02:22.492 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:27 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.015) 0:02:22.507 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:35 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.019) 0:02:22.527 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:41 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.019) 0:02:22.546 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-cache.yml:47 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.019) 0:02:22.566 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume.yml:27 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.023) 0:02:22.589 ******* 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-cimpa6sv57/tests/verify-role-results.yml:44 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.015) 0:02:22.604 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:54 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.014) 0:02:22.619 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/tests_lvm_one_disk_multiple_volumes.yml:119 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.020) 0:02:22.639 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.054) 0:02:22.694 ******* included: /WORKDIR/git-weekly-cimpa6sv57/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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.027) 0:02:22.721 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.020) 0:02:22.742 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=RedHat_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [sut] => (item=RedHat_9.4.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.4.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.042) 0:02:22.784 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.015) 0:02:22.800 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.017) 0:02:22.818 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.016) 0:02:22.835 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.016) 0:02:22.851 ******* included: /WORKDIR/git-weekly-cimpa6sv57/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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.036) 0:02:22.888 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.018) 0:02:22.906 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.018) 0:02:22.925 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.018) 0:02:22.943 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.019) 0:02:22.963 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.017) 0:02:22.980 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.016) 0:02:22.997 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.018) 0:02:23.016 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.026) 0:02:23.042 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 03 December 2023 03:18:49 +0000 (0:00:00.016) 0:02:23.058 ******* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "dosfstools", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 03 December 2023 03:18:51 +0000 (0:00:02.270) 0:02:25.329 ******* 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-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 03 December 2023 03:18:51 +0000 (0:00:00.014) 0:02:25.344 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 03 December 2023 03:18:51 +0000 (0:00:00.013) 0:02:25.357 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/xvda3", "/dev/xvda4" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "dosfstools", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:121 Sunday 03 December 2023 03:18:51 +0000 (0:00:00.017) 0:02:25.374 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 03 December 2023 03:18:51 +0000 (0:00:00.018) 0:02:25.393 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:141 Sunday 03 December 2023 03:18:51 +0000 (0:00:00.017) 0:02:25.411 ******* changed: [sut] => (item={'src': '/dev/mapper/foo-test1', '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/foo-test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:153 Sunday 03 December 2023 03:18:52 +0000 (0:00:00.199) 0:02:25.610 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:158 Sunday 03 December 2023 03:18:52 +0000 (0:00:00.542) 0:02:26.153 ******* TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:170 Sunday 03 December 2023 03:18:52 +0000 (0:00:00.015) 0:02:26.168 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:185 Sunday 03 December 2023 03:18:52 +0000 (0:00:00.014) 0:02:26.182 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:193 Sunday 03 December 2023 03:18:53 +0000 (0:00:00.531) 0:02:26.714 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Sunday 03 December 2023 03:18:53 +0000 (0:00:00.184) 0:02:26.898 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 03 December 2023 03:18:53 +0000 (0:00:00.019) 0:02:26.918 ******* ok: [sut] META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=764 changed=8 unreachable=0 failed=0 skipped=1055 rescued=0 ignored=0 Sunday 03 December 2023 03:18:54 +0000 (0:00:00.660) 0:02:27.578 ******* =============================================================================== linux-system-roles.storage : Make sure blivet is available ------------- 54.49s /WORKDIR/git-weekly-cimpa6sv57/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 --- 7.13s /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 3.08s /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.27s /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.19s /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Get service facts -------------------------- 1.72s /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Ensure cryptsetup is present -------------------------------------------- 1.71s /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 1.69s /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Read the /etc/crypttab file --------------------------------------------- 1.19s /WORKDIR/git-weekly-cimpa6sv57/tests/verify-role-results.yml:25 --------------- Ensure cryptsetup is present -------------------------------------------- 0.83s /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 0.82s /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 0.81s /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab --- 0.81s /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:153 Ensure cryptsetup is present -------------------------------------------- 0.80s /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 ----- Ensure test packages ---------------------------------------------------- 0.80s /WORKDIR/git-weekly-cimpa6sv57/tests/get_unused_disk.yml:2 -------------------- Ensure cryptsetup is present -------------------------------------------- 0.80s /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Make sure required packages are installed --- 0.80s /WORKDIR/git-weekly-cimpa6sv57/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Ensure cryptsetup is present -------------------------------------------- 0.79s /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 0.79s /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 0.79s /WORKDIR/git-weekly-cimpa6sv57/tests/test-verify-volume-encryption.yml:10 ----- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---