# 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.yml ****************************** 1 plays in /WORKDIR/git-weekly-citcbq9m9q/tests/tests_lvm_one_disk_multiple_volumes.yml PLAY [Test lvm one disk multiple volumes] ************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/tests_lvm_one_disk_multiple_volumes.yml:2 Sunday 12 May 2024 05:14:14 +0000 (0:00:00.012) 0:00:00.012 ************ ok: [sut] META: ran handlers TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/tests_lvm_one_disk_multiple_volumes.yml:12 Sunday 12 May 2024 05:14:15 +0000 (0:00:00.757) 0:00:00.770 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 12 May 2024 05:14:15 +0000 (0:00:00.024) 0:00:00.794 ************ included: /WORKDIR/git-weekly-citcbq9m9q/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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 12 May 2024 05:14:15 +0000 (0:00:00.024) 0:00:00.819 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 12 May 2024 05:14:15 +0000 (0:00:00.019) 0:00:00.839 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 12 May 2024 05:14:15 +0000 (0:00:00.034) 0:00:00.874 ************ ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 12 May 2024 05:14:15 +0000 (0:00:00.255) 0:00:01.129 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 12 May 2024 05:14:15 +0000 (0:00:00.020) 0:00:01.149 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 12 May 2024 05:14:15 +0000 (0:00:00.008) 0:00:01.158 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 12 May 2024 05:14:15 +0000 (0:00:00.009) 0:00:01.167 ************ included: /WORKDIR/git-weekly-citcbq9m9q/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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 12 May 2024 05:14:15 +0000 (0:00:00.057) 0:00:01.225 ************ changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: kmod-kvdo-8.2.3.3-122.el9.x86_64", "Installed: libblockdev-lvm-2.28-10.el9.x86_64", "Installed: volume_key-libs-0.3.12-15.el9.x86_64", "Installed: lsof-4.94.0-3.el9.x86_64", "Installed: libblockdev-mdraid-2.28-10.el9.x86_64", "Installed: lvm2-9:2.03.23-2.el9.x86_64", "Installed: libblockdev-mpath-2.28-10.el9.x86_64", "Installed: daxctl-libs-71.1-8.el9.x86_64", "Installed: lvm2-libs-9:2.03.23-2.el9.x86_64", "Installed: libblockdev-nvdimm-2.28-10.el9.x86_64", "Installed: kernel-core-5.14.0-444.el9.x86_64", "Installed: python3-pyparted-1:3.12.0-1.el9.x86_64", "Installed: libblockdev-part-2.28-10.el9.x86_64", "Installed: device-mapper-event-9:1.02.197-2.el9.x86_64", "Installed: mdadm-4.3-1.el9.x86_64", "Installed: libblockdev-2.28-10.el9.x86_64", "Installed: libblockdev-swap-2.28-10.el9.x86_64", "Installed: device-mapper-event-libs-9:1.02.197-2.el9.x86_64", "Installed: libblockdev-crypto-2.28-10.el9.x86_64", "Installed: kernel-modules-5.14.0-444.el9.x86_64", "Installed: libaio-0.3.111-13.el9.x86_64", "Installed: kernel-modules-core-5.14.0-444.el9.x86_64", "Installed: blivet-data-1:3.6.0-14.el9.noarch", "Installed: libblockdev-dm-2.28-10.el9.x86_64", "Installed: libblockdev-utils-2.28-10.el9.x86_64", "Installed: device-mapper-multipath-0.8.7-27.el9.x86_64", "Installed: libblockdev-fs-2.28-10.el9.x86_64", "Installed: device-mapper-multipath-libs-0.8.7-27.el9.x86_64", "Installed: ndctl-71.1-8.el9.x86_64", "Installed: python3-blivet-1:3.6.0-14.el9.noarch", "Installed: device-mapper-persistent-data-1.0.9-2.el9.x86_64", "Installed: libblockdev-kbd-2.28-10.el9.x86_64", "Installed: python3-blockdev-2.28-10.el9.x86_64", "Installed: vdo-8.2.2.2-1.el9.x86_64", "Installed: libbytesize-2.5-3.el9.x86_64", "Installed: ndctl-libs-71.1-8.el9.x86_64", "Installed: libblockdev-loop-2.28-10.el9.x86_64", "Installed: python3-bytesize-2.5-3.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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 12 May 2024 05:17:00 +0000 (0:02:44.465) 0:02:45.690 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 12 May 2024 05:17:00 +0000 (0:00:00.019) 0:02:45.710 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 12 May 2024 05:17:00 +0000 (0:00:00.019) 0:02:45.729 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 12 May 2024 05:17:00 +0000 (0:00:00.540) 0:02:46.270 ************ included: /WORKDIR/git-weekly-citcbq9m9q/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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 12 May 2024 05:17:00 +0000 (0:00:00.034) 0:02:46.304 ************ TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 12 May 2024 05:17:00 +0000 (0:00:00.008) 0:02:46.313 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 12 May 2024 05:17:00 +0000 (0:00:00.008) 0:02:46.322 ************ TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 12 May 2024 05:17:00 +0000 (0:00:00.008) 0:02:46.330 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 12 May 2024 05:17:01 +0000 (0:00:00.995) 0:02:47.326 ************ ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 12 May 2024 05:17:03 +0000 (0:00:01.795) 0:02:49.122 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 12 May 2024 05:17:03 +0000 (0:00:00.018) 0:02:49.140 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 12 May 2024 05:17:03 +0000 (0:00:00.009) 0:02:49.150 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 12 May 2024 05:17:04 +0000 (0:00:00.360) 0:02:49.511 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 12 May 2024 05:17:04 +0000 (0:00:00.012) 0:02:49.523 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 12 May 2024 05:17:04 +0000 (0:00:00.011) 0:02:49.534 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 12 May 2024 05:17:04 +0000 (0:00:00.013) 0:02:49.547 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 12 May 2024 05:17:04 +0000 (0:00:00.018) 0:02:49.565 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 12 May 2024 05:17:04 +0000 (0:00:00.013) 0:02:49.579 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 12 May 2024 05:17:04 +0000 (0:00:00.011) 0:02:49.591 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 12 May 2024 05:17:04 +0000 (0:00:00.013) 0:02:49.604 ************ TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 12 May 2024 05:17:04 +0000 (0:00:00.011) 0:02:49.616 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 12 May 2024 05:17:04 +0000 (0:00:00.011) 0:02:49.628 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 12 May 2024 05:17:04 +0000 (0:00:00.011) 0:02:49.640 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1715490517.1612267, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1713854848.538, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1713854539.524, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "818622431", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 12 May 2024 05:17:04 +0000 (0:00:00.197) 0:02:49.837 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 12 May 2024 05:17:04 +0000 (0:00:00.010) 0:02:49.848 ************ ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/tests_lvm_one_disk_multiple_volumes.yml:16 Sunday 12 May 2024 05:17:04 +0000 (0:00:00.651) 0:02:50.500 ************ ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/tests_lvm_one_disk_multiple_volumes.yml:25 Sunday 12 May 2024 05:17:05 +0000 (0:00:00.014) 0:02:50.514 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/get_unused_disk.yml:2 Sunday 12 May 2024 05:17:05 +0000 (0:00:00.016) 0:02:50.530 ************ 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-citcbq9m9q/tests/get_unused_disk.yml:16 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.991) 0:02:51.521 ************ ok: [sut] => { "changed": false, "disks": [ "sda" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/get_unused_disk.yml:24 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.275) 0:02:51.797 ************ 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-citcbq9m9q/tests/get_unused_disk.yml:29 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.014) 0:02:51.811 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/get_unused_disk.yml:34 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.011) 0:02:51.823 ************ ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Create three LVM logical volumes under one volume group] ***************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/tests_lvm_one_disk_multiple_volumes.yml:31 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.011) 0:02:51.835 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.019) 0:02:51.855 ************ included: /WORKDIR/git-weekly-citcbq9m9q/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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.016) 0:02:51.872 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.014) 0:02:51.886 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.030) 0:02:51.916 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.010) 0:02:51.927 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.010) 0:02:51.938 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.010) 0:02:51.948 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.011) 0:02:51.960 ************ included: /WORKDIR/git-weekly-citcbq9m9q/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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.022) 0:02:51.982 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.011) 0:02:51.994 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.012) 0:02:52.007 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.012) 0:02:52.019 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.011) 0:02:52.031 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.010) 0:02:52.041 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.010) 0:02:52.052 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.010) 0:02:52.063 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.017) 0:02:52.080 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 12 May 2024 05:17:06 +0000 (0:00:00.010) 0:02:52.090 ************ 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/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", "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, "shared": false, "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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 12 May 2024 05:17:10 +0000 (0:00:04.379) 0:02:56.470 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 12 May 2024 05:17:10 +0000 (0:00:00.012) 0:02:56.482 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 12 May 2024 05:17:10 +0000 (0:00:00.010) 0:02:56.493 ************ 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/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", "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, "shared": false, "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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 12 May 2024 05:17:11 +0000 (0:00:00.016) 0:02:56.509 ************ 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, "shared": false, "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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 12 May 2024 05:17:11 +0000 (0:00:00.014) 0:02:56.523 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 12 May 2024 05:17:11 +0000 (0:00:00.031) 0:02:56.555 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 12 May 2024 05:17:11 +0000 (0:00:00.012) 0:02:56.567 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 12 May 2024 05:17:11 +0000 (0:00:00.679) 0:02:57.247 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 12 May 2024 05:17:12 +0000 (0:00:00.672) 0:02:57.920 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 12 May 2024 05:17:12 +0000 (0:00:00.023) 0:02:57.943 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 12 May 2024 05:17:12 +0000 (0:00:00.553) 0:02:58.497 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1715490517.1612267, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1713854848.538, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1713854539.524, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "818622431", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 12 May 2024 05:17:13 +0000 (0:00:00.198) 0:02:58.696 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 12 May 2024 05:17:13 +0000 (0:00:00.012) 0:02:58.708 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/tests_lvm_one_disk_multiple_volumes.yml:49 Sunday 12 May 2024 05:17:13 +0000 (0:00:00.678) 0:02:59.387 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:2 Sunday 12 May 2024 05:17:13 +0000 (0:00:00.019) 0:02:59.406 ************ 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, "shared": false, "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-citcbq9m9q/tests/verify-role-results.yml:7 Sunday 12 May 2024 05:17:13 +0000 (0:00:00.016) 0:02:59.422 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:15 Sunday 12 May 2024 05:17:13 +0000 (0:00:00.011) 0:02:59.433 ************ ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "0a1406be-f247-40fa-a81b-627d743f4127" }, "/dev/mapper/foo-test2": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test2", "size": "3G", "type": "lvm", "uuid": "9ae6089a-d3cb-4978-a6f1-99b9ae15cddb" }, "/dev/mapper/foo-test3": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test3", "size": "3G", "type": "lvm", "uuid": "0567316d-8def-40b9-ade6-52dc659ffe9f" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "YbPG4s-tQiN-SMku-0dqd-8aA6-eixE-S1Xc8L" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "bd294eae-3150-4fa9-a19e-8a9f8e2888fd" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:20 Sunday 12 May 2024 05:17:14 +0000 (0:00:00.266) 0:02:59.700 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003185", "end": "2024-05-12 05:17:14.445951", "rc": 0, "start": "2024-05-12 05:17:14.442766" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 23 06:42:19 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=bd294eae-3150-4fa9-a19e-8a9f8e2888fd / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/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-citcbq9m9q/tests/verify-role-results.yml:25 Sunday 12 May 2024 05:17:14 +0000 (0:00:00.268) 0:02:59.968 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003074", "end": "2024-05-12 05:17:14.633990", "failed_when_result": false, "rc": 0, "start": "2024-05-12 05:17:14.630916" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:34 Sunday 12 May 2024 05:17:14 +0000 (0:00:00.188) 0:03:00.157 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml:5 Sunday 12 May 2024 05:17:14 +0000 (0:00:00.028) 0:03:00.185 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml:18 Sunday 12 May 2024 05:17:14 +0000 (0:00:00.015) 0:03:00.200 ************ ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.030591", "end": "2024-05-12 05:17:14.899129", "rc": 0, "start": "2024-05-12 05:17:14.868538" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml:24 Sunday 12 May 2024 05:17:14 +0000 (0:00:00.221) 0:03:00.422 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml:34 Sunday 12 May 2024 05:17:14 +0000 (0:00:00.017) 0:03:00.440 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:2 Sunday 12 May 2024 05:17:14 +0000 (0:00:00.044) 0:03:00.485 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:13 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.016) 0:03:00.502 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:22 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.236) 0:03:00.738 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:27 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.014) 0:03:00.753 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:33 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.014) 0:03:00.768 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:42 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.015) 0:03:00.783 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:48 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.013) 0:03:00.796 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:54 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.015) 0:03:00.811 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:59 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:00.823 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:73 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.017) 0:03:00.841 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:8 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.022) 0:03:00.863 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:14 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.012) 0:03:00.875 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:21 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:00.886 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:28 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:00.898 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:35 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.010) 0:03:00.908 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:45 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.012) 0:03:00.921 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:54 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:00.932 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:64 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.012) 0:03:00.944 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:74 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.010) 0:03:00.955 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:85 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:00.966 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:95 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:00.977 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:76 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:00.989 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-lvmraid.yml:2 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.025) 0:03:01.014 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:8 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.037) 0:03:01.051 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:16 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.013) 0:03:01.065 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:21 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.012) 0:03:01.078 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:29 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.014) 0:03:01.093 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:34 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.012) 0:03:01.105 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:40 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:01.116 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:46 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:01.127 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:8 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.012) 0:03:01.139 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:16 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:01.150 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:21 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:01.162 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:29 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:01.173 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:34 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.010) 0:03:01.184 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:40 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:01.195 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:46 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.012) 0:03:01.207 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:8 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:01.218 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:16 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.012) 0:03:01.231 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:21 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.012) 0:03:01.244 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:29 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.012) 0:03:01.256 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:34 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:01.267 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:40 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.012) 0:03:01.279 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:46 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:01.291 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:79 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:01.302 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-thin.yml:2 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.023) 0:03:01.326 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:8 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.035) 0:03:01.362 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:16 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:01.373 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:23 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.012) 0:03:01.386 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:27 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.012) 0:03:01.399 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:8 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.034) 0:03:01.433 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:16 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.012) 0:03:01.446 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:23 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:01.457 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:27 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:01.469 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:8 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:01.480 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:16 Sunday 12 May 2024 05:17:15 +0000 (0:00:00.011) 0:03:01.491 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:23 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.012) 0:03:01.504 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:27 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.011) 0:03:01.515 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:82 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.016) 0:03:01.532 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-encryption.yml:5 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.026) 0:03:01.558 ************ 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-citcbq9m9q/tests/verify-pool-members-encryption.yml:13 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.015) 0:03:01.574 ************ 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-citcbq9m9q/tests/verify-pool-members-encryption.yml:20 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.013) 0:03:01.588 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:2 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.022) 0:03:01.610 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:9 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.015) 0:03:01.625 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:18 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.016) 0:03:01.641 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:27 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.013) 0:03:01.655 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:37 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.012) 0:03:01.668 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:47 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.012) 0:03:01.681 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-encryption.yml:27 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.013) 0:03:01.694 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:85 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.011) 0:03:01.706 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-vdo.yml:2 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.030) 0:03:01.737 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:9 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.044) 0:03:01.781 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:16 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.020) 0:03:01.802 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:22 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.012) 0:03:01.814 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:28 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.016) 0:03:01.831 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:35 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.014) 0:03:01.846 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:41 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.012) 0:03:01.858 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:47 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.013) 0:03:01.872 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:9 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.012) 0:03:01.885 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:16 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.013) 0:03:01.898 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:22 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.013) 0:03:01.912 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:28 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.013) 0:03:01.926 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:35 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.012) 0:03:01.938 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:41 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.014) 0:03:01.952 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:47 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.012) 0:03:01.965 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:9 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.015) 0:03:01.981 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:16 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.023) 0:03:02.005 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:22 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.014) 0:03:02.019 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:28 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.012) 0:03:02.032 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:35 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.020) 0:03:02.052 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:41 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.014) 0:03:02.066 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:47 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.015) 0:03:02.082 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:88 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.015) 0:03:02.098 ************ 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-citcbq9m9q/tests/test-verify-pool-volumes.yml:3 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.012) 0:03:02.111 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:2 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.034) 0:03:02.145 ************ 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-citcbq9m9q/tests/test-verify-volume.yml:21 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.015) 0:03:02.161 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:7 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.082) 0:03:02.243 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:16 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.015) 0:03:02.258 ************ 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": "0a1406be-f247-40fa-a81b-627d743f4127" } ], "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": "0a1406be-f247-40fa-a81b-627d743f4127" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:38 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.020) 0:03:02.278 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:51 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.014) 0:03:02.293 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:63 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.017) 0:03:02.310 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:71 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.015) 0:03:02.326 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:83 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.012) 0:03:02.338 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:95 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.012) 0:03:02.351 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:110 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.011) 0:03:02.362 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:122 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.015) 0:03:02.378 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:128 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.012) 0:03:02.390 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:134 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.012) 0:03:02.402 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:146 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.012) 0:03:02.415 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:2 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.011) 0:03:02.427 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:40 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.024) 0:03:02.452 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:48 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.015) 0:03:02.467 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:58 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.014) 0:03:02.482 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:71 Sunday 12 May 2024 05:17:16 +0000 (0:00:00.012) 0:03:02.494 ************ 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-citcbq9m9q/tests/test-verify-volume-fs.yml:3 Sunday 12 May 2024 05:17:17 +0000 (0:00:00.012) 0:03:02.507 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml:12 Sunday 12 May 2024 05:17:17 +0000 (0:00:00.017) 0:03:02.525 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:3 Sunday 12 May 2024 05:17:17 +0000 (0:00:00.018) 0:03:02.543 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1715491030.8589709, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715491030.8589709, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 791, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1715491030.8589709, "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-citcbq9m9q/tests/test-verify-volume-device.yml:9 Sunday 12 May 2024 05:17:17 +0000 (0:00:00.191) 0:03:02.735 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:16 Sunday 12 May 2024 05:17:17 +0000 (0:00:00.017) 0:03:02.753 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:24 Sunday 12 May 2024 05:17:17 +0000 (0:00:00.014) 0:03:02.767 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:30 Sunday 12 May 2024 05:17:17 +0000 (0:00:00.016) 0:03:02.784 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:34 Sunday 12 May 2024 05:17:17 +0000 (0:00:00.015) 0:03:02.799 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:39 Sunday 12 May 2024 05:17:17 +0000 (0:00:00.013) 0:03:02.813 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:3 Sunday 12 May 2024 05:17:17 +0000 (0:00:00.016) 0:03:02.829 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 Sunday 12 May 2024 05:17:17 +0000 (0:00:00.013) 0:03:02.843 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:17 Sunday 12 May 2024 05:17:19 +0000 (0:00:01.822) 0:03:04.665 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:23 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.012) 0:03:04.678 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:32 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.011) 0:03:04.689 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:45 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.018) 0:03:04.707 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:51 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.011) 0:03:04.718 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:56 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.011) 0:03:04.730 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:69 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.011) 0:03:04.741 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:81 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.011) 0:03:04.752 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:94 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.011) 0:03:04.763 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:106 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.016) 0:03:04.780 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:114 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.014) 0:03:04.794 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:122 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.012) 0:03:04.807 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:131 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.011) 0:03:04.818 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:140 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.011) 0:03:04.829 ************ 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-citcbq9m9q/tests/test-verify-volume-md.yml:8 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.011) 0:03:04.840 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:14 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.013) 0:03:04.854 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:21 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.020) 0:03:04.875 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:28 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.013) 0:03:04.888 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:35 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.013) 0:03:04.902 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:45 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.014) 0:03:04.916 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:54 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.013) 0:03:04.930 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:63 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.015) 0:03:04.945 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:72 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.014) 0:03:04.960 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:81 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.013) 0:03:04.973 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:3 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.012) 0:03:04.986 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:11 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.268) 0:03:05.254 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:20 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.190) 0:03:05.445 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:28 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.040) 0:03:05.485 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:32 Sunday 12 May 2024 05:17:19 +0000 (0:00:00.013) 0:03:05.499 ************ ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:46 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.189) 0:03:05.689 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:50 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.016) 0:03:05.705 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:54 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.019) 0:03:05.725 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:58 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.017) 0:03:05.742 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:68 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.016) 0:03:05.759 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:72 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.012) 0:03:05.772 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:77 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.012) 0:03:05.785 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:83 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.014) 0:03:05.799 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:88 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.012) 0:03:05.812 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:96 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.012) 0:03:05.824 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:104 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.011) 0:03:05.836 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:109 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.012) 0:03:05.848 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:113 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.012) 0:03:05.861 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:117 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.013) 0:03:05.875 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:121 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.012) 0:03:05.887 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:129 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.012) 0:03:05.900 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:138 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.012) 0:03:05.913 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:142 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.013) 0:03:05.926 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:150 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.013) 0:03:05.940 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:156 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.016) 0:03:05.957 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:160 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.014) 0:03:05.971 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:164 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.013) 0:03:05.985 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:5 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.020) 0:03:06.005 ************ 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.033044", "end": "2024-05-12 05:17:20.707720", "rc": 0, "start": "2024-05-12 05:17:20.674676" } 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-citcbq9m9q/tests/test-verify-volume-cache.yml:13 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.225) 0:03:06.231 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:18 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.015) 0:03:06.247 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:27 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.015) 0:03:06.262 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:35 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.012) 0:03:06.274 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:41 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.013) 0:03:06.288 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:47 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.012) 0:03:06.300 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:27 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.012) 0:03:06.312 ************ ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:2 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.011) 0:03:06.323 ************ 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-citcbq9m9q/tests/test-verify-volume.yml:21 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.014) 0:03:06.338 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:7 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.055) 0:03:06.393 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:16 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.015) 0:03:06.408 ************ 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": "9ae6089a-d3cb-4978-a6f1-99b9ae15cddb" } ], "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": "9ae6089a-d3cb-4978-a6f1-99b9ae15cddb" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:38 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.019) 0:03:06.428 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:51 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.013) 0:03:06.441 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:63 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.015) 0:03:06.457 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:71 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.016) 0:03:06.473 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:83 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.012) 0:03:06.486 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:95 Sunday 12 May 2024 05:17:20 +0000 (0:00:00.012) 0:03:06.499 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:110 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.012) 0:03:06.511 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:122 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.015) 0:03:06.527 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:128 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.012) 0:03:06.540 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:134 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.012) 0:03:06.552 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:146 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.011) 0:03:06.563 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:2 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.011) 0:03:06.574 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:40 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.024) 0:03:06.599 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:48 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.014) 0:03:06.613 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:58 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.014) 0:03:06.628 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:71 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.034) 0:03:06.662 ************ 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-citcbq9m9q/tests/test-verify-volume-fs.yml:3 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.011) 0:03:06.674 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml:12 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.016) 0:03:06.690 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:3 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.016) 0:03:06.707 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1715491029.7479508, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715491029.7479508, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 754, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1715491029.7479508, "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-citcbq9m9q/tests/test-verify-volume-device.yml:9 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.194) 0:03:06.901 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:16 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.015) 0:03:06.917 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:24 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.011) 0:03:06.928 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:30 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.013) 0:03:06.942 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:34 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.012) 0:03:06.954 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:39 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.012) 0:03:06.966 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:3 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.013) 0:03:06.980 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 Sunday 12 May 2024 05:17:21 +0000 (0:00:00.011) 0:03:06.991 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:17 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.933) 0:03:07.924 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:23 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.013) 0:03:07.938 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:32 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.012) 0:03:07.950 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:45 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.016) 0:03:07.967 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:51 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.011) 0:03:07.979 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:56 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.011) 0:03:07.990 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:69 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.012) 0:03:08.002 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:81 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.011) 0:03:08.013 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:94 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.011) 0:03:08.024 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:106 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.015) 0:03:08.040 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:114 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.014) 0:03:08.054 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:122 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.012) 0:03:08.067 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:131 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.015) 0:03:08.082 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:140 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.020) 0:03:08.103 ************ 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-citcbq9m9q/tests/test-verify-volume-md.yml:8 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.011) 0:03:08.114 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:14 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.011) 0:03:08.125 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:21 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.011) 0:03:08.136 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:28 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.011) 0:03:08.147 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:35 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.013) 0:03:08.161 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:45 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.011) 0:03:08.172 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:54 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.011) 0:03:08.183 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:63 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.011) 0:03:08.194 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:72 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.011) 0:03:08.205 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:81 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.011) 0:03:08.216 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:3 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.012) 0:03:08.229 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:11 Sunday 12 May 2024 05:17:22 +0000 (0:00:00.185) 0:03:08.415 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:20 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.184) 0:03:08.599 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:28 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.016) 0:03:08.616 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:32 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.012) 0:03:08.629 ************ ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:46 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.184) 0:03:08.813 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:50 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.014) 0:03:08.827 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:54 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.013) 0:03:08.841 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:58 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.013) 0:03:08.854 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:68 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.014) 0:03:08.868 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:72 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.011) 0:03:08.879 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:77 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.011) 0:03:08.891 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:83 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.011) 0:03:08.902 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:88 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.011) 0:03:08.913 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:96 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.010) 0:03:08.924 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:104 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.012) 0:03:08.936 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:109 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.031) 0:03:08.967 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:113 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.012) 0:03:08.980 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:117 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.011) 0:03:08.991 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:121 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.011) 0:03:09.002 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:129 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.012) 0:03:09.015 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:138 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.011) 0:03:09.026 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:142 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.013) 0:03:09.040 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:150 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.011) 0:03:09.051 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:156 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.011) 0:03:09.062 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:160 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.013) 0:03:09.076 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:164 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.012) 0:03:09.088 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:5 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.017) 0:03:09.106 ************ 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.030293", "end": "2024-05-12 05:17:23.803879", "rc": 0, "start": "2024-05-12 05:17:23.773586" } 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-citcbq9m9q/tests/test-verify-volume-cache.yml:13 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.222) 0:03:09.329 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:18 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.015) 0:03:09.345 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:27 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.016) 0:03:09.361 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:35 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.012) 0:03:09.373 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:41 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.012) 0:03:09.386 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:47 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.012) 0:03:09.398 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:27 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.012) 0:03:09.410 ************ ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:2 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.011) 0:03:09.421 ************ 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-citcbq9m9q/tests/test-verify-volume.yml:21 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.015) 0:03:09.437 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:7 Sunday 12 May 2024 05:17:23 +0000 (0:00:00.056) 0:03:09.493 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:16 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.015) 0:03:09.508 ************ 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": "0567316d-8def-40b9-ade6-52dc659ffe9f" } ], "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": "0567316d-8def-40b9-ade6-52dc659ffe9f" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:38 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.019) 0:03:09.527 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:51 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.013) 0:03:09.540 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:63 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.015) 0:03:09.556 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:71 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.014) 0:03:09.570 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:83 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.011) 0:03:09.582 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:95 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.011) 0:03:09.593 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:110 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.011) 0:03:09.604 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:122 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.018) 0:03:09.622 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:128 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.012) 0:03:09.635 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:134 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.011) 0:03:09.647 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:146 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.012) 0:03:09.659 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:2 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.012) 0:03:09.671 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:40 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.024) 0:03:09.696 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:48 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.015) 0:03:09.712 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:58 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.014) 0:03:09.727 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:71 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.011) 0:03:09.739 ************ 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-citcbq9m9q/tests/test-verify-volume-fs.yml:3 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.011) 0:03:09.750 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml:12 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.015) 0:03:09.765 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:3 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.016) 0:03:09.782 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1715491028.6129303, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715491028.6129303, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 711, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1715491028.6129303, "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-citcbq9m9q/tests/test-verify-volume-device.yml:9 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.193) 0:03:09.976 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:16 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.016) 0:03:09.992 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:24 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.012) 0:03:10.005 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:30 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.015) 0:03:10.020 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:34 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.014) 0:03:10.034 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:39 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.012) 0:03:10.047 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:3 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.017) 0:03:10.064 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 Sunday 12 May 2024 05:17:24 +0000 (0:00:00.012) 0:03:10.077 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:17 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.952) 0:03:11.029 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:23 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.015) 0:03:11.044 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:32 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.013) 0:03:11.058 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:45 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.018) 0:03:11.077 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:51 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.013) 0:03:11.090 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:56 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.015) 0:03:11.105 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:69 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.014) 0:03:11.120 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:81 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.012) 0:03:11.133 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:94 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.014) 0:03:11.147 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:106 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.015) 0:03:11.163 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:114 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.018) 0:03:11.182 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:122 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.014) 0:03:11.196 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:131 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.012) 0:03:11.209 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:140 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.012) 0:03:11.222 ************ 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-citcbq9m9q/tests/test-verify-volume-md.yml:8 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.011) 0:03:11.233 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:14 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.014) 0:03:11.248 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:21 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.012) 0:03:11.260 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:28 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.012) 0:03:11.273 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:35 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.011) 0:03:11.284 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:45 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.011) 0:03:11.296 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:54 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.011) 0:03:11.307 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:63 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.011) 0:03:11.318 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:72 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.011) 0:03:11.329 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:81 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.012) 0:03:11.342 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:3 Sunday 12 May 2024 05:17:25 +0000 (0:00:00.011) 0:03:11.353 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:11 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.188) 0:03:11.541 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:20 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.187) 0:03:11.728 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:28 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.016) 0:03:11.745 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:32 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.012) 0:03:11.757 ************ ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:46 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.185) 0:03:11.943 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:50 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.014) 0:03:11.958 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:54 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.013) 0:03:11.971 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:58 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.013) 0:03:11.985 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:68 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.013) 0:03:11.999 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:72 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.012) 0:03:12.011 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:77 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.011) 0:03:12.023 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:83 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.011) 0:03:12.034 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:88 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.011) 0:03:12.045 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:96 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.012) 0:03:12.058 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:104 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.011) 0:03:12.069 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:109 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.011) 0:03:12.080 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:113 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.011) 0:03:12.092 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:117 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.011) 0:03:12.103 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:121 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.011) 0:03:12.114 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:129 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.012) 0:03:12.127 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:138 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.011) 0:03:12.138 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:142 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.011) 0:03:12.149 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:150 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.012) 0:03:12.161 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:156 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.011) 0:03:12.172 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:160 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.013) 0:03:12.186 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:164 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.013) 0:03:12.199 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:5 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.059) 0:03:12.259 ************ 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.032429", "end": "2024-05-12 05:17:26.958696", "rc": 0, "start": "2024-05-12 05:17:26.926267" } 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-citcbq9m9q/tests/test-verify-volume-cache.yml:13 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.223) 0:03:12.482 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:18 Sunday 12 May 2024 05:17:26 +0000 (0:00:00.016) 0:03:12.499 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:27 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.015) 0:03:12.515 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:35 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.012) 0:03:12.527 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:41 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.013) 0:03:12.541 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:47 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.012) 0:03:12.553 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:27 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.012) 0:03:12.565 ************ 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-citcbq9m9q/tests/verify-role-results.yml:44 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.012) 0:03:12.578 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:54 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.009) 0:03:12.588 ************ 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-citcbq9m9q/tests/tests_lvm_one_disk_multiple_volumes.yml:52 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.011) 0:03:12.599 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.021) 0:03:12.621 ************ included: /WORKDIR/git-weekly-citcbq9m9q/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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.017) 0:03:12.638 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.013) 0:03:12.651 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.030) 0:03:12.682 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.011) 0:03:12.694 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.011) 0:03:12.706 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.011) 0:03:12.717 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.011) 0:03:12.728 ************ included: /WORKDIR/git-weekly-citcbq9m9q/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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.025) 0:03:12.753 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.012) 0:03:12.766 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.014) 0:03:12.781 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.012) 0:03:12.793 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.012) 0:03:12.806 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.011) 0:03:12.817 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.013) 0:03:12.830 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.012) 0:03:12.843 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.019) 0:03:12.862 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 12 May 2024 05:17:27 +0000 (0:00:00.010) 0:03:12.872 ************ 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" ], "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", "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, "shared": false, "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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 12 May 2024 05:17:29 +0000 (0:00:01.948) 0:03:14.820 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 12 May 2024 05:17:29 +0000 (0:00:00.012) 0:03:14.833 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 12 May 2024 05:17:29 +0000 (0:00:00.012) 0:03:14.845 ************ 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" ], "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", "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, "shared": false, "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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 12 May 2024 05:17:29 +0000 (0:00:00.017) 0:03:14.863 ************ 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, "shared": false, "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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 12 May 2024 05:17:29 +0000 (0:00:00.017) 0:03:14.881 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 12 May 2024 05:17:29 +0000 (0:00:00.016) 0:03:14.898 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 12 May 2024 05:17:29 +0000 (0:00:00.012) 0:03:14.911 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 12 May 2024 05:17:29 +0000 (0:00:00.538) 0:03:15.449 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 12 May 2024 05:17:30 +0000 (0:00:00.549) 0:03:15.999 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 12 May 2024 05:17:30 +0000 (0:00:00.023) 0:03:16.022 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 12 May 2024 05:17:31 +0000 (0:00:00.528) 0:03:16.551 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1715490517.1612267, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1713854848.538, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1713854539.524, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "818622431", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 12 May 2024 05:17:31 +0000 (0:00:00.187) 0:03:16.738 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 12 May 2024 05:17:31 +0000 (0:00:00.011) 0:03:16.750 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/tests_lvm_one_disk_multiple_volumes.yml:70 Sunday 12 May 2024 05:17:31 +0000 (0:00:00.650) 0:03:17.401 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:2 Sunday 12 May 2024 05:17:31 +0000 (0:00:00.020) 0:03:17.421 ************ 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, "shared": false, "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-citcbq9m9q/tests/verify-role-results.yml:7 Sunday 12 May 2024 05:17:31 +0000 (0:00:00.018) 0:03:17.439 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:15 Sunday 12 May 2024 05:17:31 +0000 (0:00:00.011) 0:03:17.451 ************ ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "0a1406be-f247-40fa-a81b-627d743f4127" }, "/dev/mapper/foo-test2": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test2", "size": "3G", "type": "lvm", "uuid": "9ae6089a-d3cb-4978-a6f1-99b9ae15cddb" }, "/dev/mapper/foo-test3": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test3", "size": "3G", "type": "lvm", "uuid": "0567316d-8def-40b9-ade6-52dc659ffe9f" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "YbPG4s-tQiN-SMku-0dqd-8aA6-eixE-S1Xc8L" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "bd294eae-3150-4fa9-a19e-8a9f8e2888fd" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:20 Sunday 12 May 2024 05:17:32 +0000 (0:00:00.187) 0:03:17.638 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003015", "end": "2024-05-12 05:17:32.301894", "rc": 0, "start": "2024-05-12 05:17:32.298879" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 23 06:42:19 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=bd294eae-3150-4fa9-a19e-8a9f8e2888fd / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/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-citcbq9m9q/tests/verify-role-results.yml:25 Sunday 12 May 2024 05:17:32 +0000 (0:00:00.184) 0:03:17.823 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002886", "end": "2024-05-12 05:17:32.487589", "failed_when_result": false, "rc": 0, "start": "2024-05-12 05:17:32.484703" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:34 Sunday 12 May 2024 05:17:32 +0000 (0:00:00.185) 0:03:18.009 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml:5 Sunday 12 May 2024 05:17:32 +0000 (0:00:00.027) 0:03:18.037 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml:18 Sunday 12 May 2024 05:17:32 +0000 (0:00:00.011) 0:03:18.049 ************ ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.030118", "end": "2024-05-12 05:17:32.741715", "rc": 0, "start": "2024-05-12 05:17:32.711597" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml:24 Sunday 12 May 2024 05:17:32 +0000 (0:00:00.215) 0:03:18.264 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml:34 Sunday 12 May 2024 05:17:32 +0000 (0:00:00.018) 0:03:18.282 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:2 Sunday 12 May 2024 05:17:32 +0000 (0:00:00.026) 0:03:18.308 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:13 Sunday 12 May 2024 05:17:32 +0000 (0:00:00.017) 0:03:18.325 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:22 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.184) 0:03:18.510 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:27 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.014) 0:03:18.525 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:33 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.015) 0:03:18.540 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:42 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.015) 0:03:18.556 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:48 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.014) 0:03:18.571 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:54 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.014) 0:03:18.585 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:59 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.034) 0:03:18.620 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:73 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.019) 0:03:18.639 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:8 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.022) 0:03:18.662 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:14 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:18.674 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:21 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:18.687 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:28 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:18.699 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:35 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:18.711 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:45 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.011) 0:03:18.723 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:54 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:18.735 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:64 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:18.748 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:74 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.013) 0:03:18.762 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:85 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:18.774 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:95 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:18.786 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:76 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.011) 0:03:18.797 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-lvmraid.yml:2 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.024) 0:03:18.822 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:8 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.036) 0:03:18.859 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:16 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:18.872 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:21 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:18.884 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:29 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.013) 0:03:18.898 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:34 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:18.910 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:40 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:18.922 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:46 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.011) 0:03:18.934 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:8 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:18.946 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:16 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:18.958 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:21 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:18.971 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:29 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.011) 0:03:18.982 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:34 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.011) 0:03:18.993 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:40 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.011) 0:03:19.004 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:46 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.011) 0:03:19.015 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:8 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.011) 0:03:19.027 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:16 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:19.039 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:21 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.011) 0:03:19.050 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:29 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.011) 0:03:19.061 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:34 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.011) 0:03:19.072 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:40 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.011) 0:03:19.084 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:46 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.011) 0:03:19.095 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:79 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:19.107 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-thin.yml:2 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.023) 0:03:19.131 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:8 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.035) 0:03:19.166 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:16 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:19.179 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:23 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:19.192 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:27 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:19.205 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:8 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:19.217 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:16 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.016) 0:03:19.233 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:23 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.013) 0:03:19.246 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:27 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.013) 0:03:19.259 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:8 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:19.271 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:16 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:19.284 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:23 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:19.297 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:27 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.017) 0:03:19.314 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:82 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:19.326 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-encryption.yml:5 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.025) 0:03:19.352 ************ 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-citcbq9m9q/tests/verify-pool-members-encryption.yml:13 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.014) 0:03:19.367 ************ 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-citcbq9m9q/tests/verify-pool-members-encryption.yml:20 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.015) 0:03:19.383 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:2 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.044) 0:03:19.428 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:9 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.015) 0:03:19.443 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:18 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.014) 0:03:19.458 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:27 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.012) 0:03:19.470 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:37 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.013) 0:03:19.483 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:47 Sunday 12 May 2024 05:17:33 +0000 (0:00:00.011) 0:03:19.495 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-encryption.yml:27 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.011) 0:03:19.506 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:85 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.011) 0:03:19.517 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-vdo.yml:2 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.027) 0:03:19.544 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:9 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.038) 0:03:19.583 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:16 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.013) 0:03:19.596 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:22 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.012) 0:03:19.608 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:28 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.012) 0:03:19.620 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:35 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.012) 0:03:19.633 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:41 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.012) 0:03:19.645 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:47 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.011) 0:03:19.656 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:9 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.012) 0:03:19.669 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:16 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.012) 0:03:19.681 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:22 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.011) 0:03:19.692 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:28 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.011) 0:03:19.704 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:35 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.011) 0:03:19.716 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:41 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.011) 0:03:19.727 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:47 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.014) 0:03:19.741 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:9 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.013) 0:03:19.754 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:16 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.012) 0:03:19.767 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:22 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.012) 0:03:19.780 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:28 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.012) 0:03:19.792 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:35 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.012) 0:03:19.805 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:41 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.013) 0:03:19.818 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:47 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.012) 0:03:19.831 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:88 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.011) 0:03:19.842 ************ 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-citcbq9m9q/tests/test-verify-pool-volumes.yml:3 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.011) 0:03:19.853 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:2 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.031) 0:03:19.885 ************ 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-citcbq9m9q/tests/test-verify-volume.yml:21 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.015) 0:03:19.901 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:7 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.055) 0:03:19.957 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:16 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.015) 0:03:19.972 ************ 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": "0a1406be-f247-40fa-a81b-627d743f4127" } ], "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": "0a1406be-f247-40fa-a81b-627d743f4127" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:38 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.023) 0:03:19.996 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:51 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.014) 0:03:20.010 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:63 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.017) 0:03:20.027 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:71 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.014) 0:03:20.042 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:83 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.012) 0:03:20.054 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:95 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.012) 0:03:20.066 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:110 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.013) 0:03:20.080 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:122 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.015) 0:03:20.096 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:128 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.011) 0:03:20.107 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:134 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.011) 0:03:20.118 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:146 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.011) 0:03:20.129 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:2 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.011) 0:03:20.141 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:40 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.052) 0:03:20.193 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:48 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.016) 0:03:20.209 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:58 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.014) 0:03:20.224 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:71 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.011) 0:03:20.236 ************ 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-citcbq9m9q/tests/test-verify-volume-fs.yml:3 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.011) 0:03:20.247 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml:12 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.017) 0:03:20.265 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:3 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.021) 0:03:20.286 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1715491030.8589709, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715491030.8589709, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 791, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1715491030.8589709, "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-citcbq9m9q/tests/test-verify-volume-device.yml:9 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.191) 0:03:20.478 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:16 Sunday 12 May 2024 05:17:34 +0000 (0:00:00.016) 0:03:20.494 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:24 Sunday 12 May 2024 05:17:35 +0000 (0:00:00.013) 0:03:20.508 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:30 Sunday 12 May 2024 05:17:35 +0000 (0:00:00.014) 0:03:20.522 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:34 Sunday 12 May 2024 05:17:35 +0000 (0:00:00.012) 0:03:20.535 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:39 Sunday 12 May 2024 05:17:35 +0000 (0:00:00.011) 0:03:20.546 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:3 Sunday 12 May 2024 05:17:35 +0000 (0:00:00.013) 0:03:20.560 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 Sunday 12 May 2024 05:17:35 +0000 (0:00:00.011) 0:03:20.571 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:17 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.934) 0:03:21.506 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:23 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.013) 0:03:21.519 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:32 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.013) 0:03:21.532 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:45 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.019) 0:03:21.552 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:51 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.011) 0:03:21.563 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:56 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.012) 0:03:21.576 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:69 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.013) 0:03:21.589 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:81 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.015) 0:03:21.604 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:94 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.011) 0:03:21.616 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:106 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.017) 0:03:21.634 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:114 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.014) 0:03:21.649 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:122 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.012) 0:03:21.662 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:131 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.012) 0:03:21.675 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:140 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.012) 0:03:21.687 ************ 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-citcbq9m9q/tests/test-verify-volume-md.yml:8 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.013) 0:03:21.700 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:14 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.014) 0:03:21.715 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:21 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.012) 0:03:21.728 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:28 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.012) 0:03:21.741 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:35 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.012) 0:03:21.754 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:45 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.012) 0:03:21.767 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:54 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.012) 0:03:21.779 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:63 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.014) 0:03:21.794 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:72 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.012) 0:03:21.807 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:81 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.012) 0:03:21.820 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:3 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.012) 0:03:21.833 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:11 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.191) 0:03:22.024 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:20 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.188) 0:03:22.213 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:28 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.017) 0:03:22.231 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:32 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.012) 0:03:22.243 ************ ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:46 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.184) 0:03:22.428 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:50 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.015) 0:03:22.444 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:54 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.013) 0:03:22.457 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:58 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.013) 0:03:22.471 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:68 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.013) 0:03:22.484 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:72 Sunday 12 May 2024 05:17:36 +0000 (0:00:00.012) 0:03:22.497 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:77 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.012) 0:03:22.510 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:83 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.012) 0:03:22.522 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:88 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.011) 0:03:22.534 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:96 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.011) 0:03:22.545 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:104 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.011) 0:03:22.556 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:109 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.012) 0:03:22.569 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:113 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.018) 0:03:22.587 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:117 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.015) 0:03:22.603 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:121 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.035) 0:03:22.638 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:129 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.012) 0:03:22.651 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:138 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.012) 0:03:22.664 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:142 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.011) 0:03:22.675 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:150 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.011) 0:03:22.686 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:156 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.011) 0:03:22.697 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:160 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.014) 0:03:22.712 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:164 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.012) 0:03:22.724 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:5 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.016) 0:03:22.741 ************ 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.030889", "end": "2024-05-12 05:17:37.436918", "rc": 0, "start": "2024-05-12 05:17:37.406029" } 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-citcbq9m9q/tests/test-verify-volume-cache.yml:13 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.218) 0:03:22.959 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:18 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.015) 0:03:22.975 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:27 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.015) 0:03:22.991 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:35 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.012) 0:03:23.004 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:41 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.012) 0:03:23.016 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:47 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.013) 0:03:23.030 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:27 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.012) 0:03:23.042 ************ ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:2 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.011) 0:03:23.053 ************ 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-citcbq9m9q/tests/test-verify-volume.yml:21 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.014) 0:03:23.068 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:7 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.056) 0:03:23.125 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:16 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.015) 0:03:23.140 ************ 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": "9ae6089a-d3cb-4978-a6f1-99b9ae15cddb" } ], "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": "9ae6089a-d3cb-4978-a6f1-99b9ae15cddb" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:38 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.019) 0:03:23.159 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:51 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.012) 0:03:23.172 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:63 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.015) 0:03:23.188 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:71 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.014) 0:03:23.202 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:83 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.012) 0:03:23.215 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:95 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.011) 0:03:23.226 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:110 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.011) 0:03:23.238 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:122 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.015) 0:03:23.253 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:128 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.011) 0:03:23.265 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:134 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.011) 0:03:23.276 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:146 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.012) 0:03:23.289 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:2 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.011) 0:03:23.300 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:40 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.026) 0:03:23.326 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:48 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.014) 0:03:23.341 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:58 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.014) 0:03:23.356 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:71 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.011) 0:03:23.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-citcbq9m9q/tests/test-verify-volume-fs.yml:3 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.012) 0:03:23.380 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml:12 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.016) 0:03:23.397 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:3 Sunday 12 May 2024 05:17:37 +0000 (0:00:00.017) 0:03:23.414 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1715491029.7479508, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715491029.7479508, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 754, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1715491029.7479508, "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-citcbq9m9q/tests/test-verify-volume-device.yml:9 Sunday 12 May 2024 05:17:38 +0000 (0:00:00.193) 0:03:23.608 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:16 Sunday 12 May 2024 05:17:38 +0000 (0:00:00.016) 0:03:23.624 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:24 Sunday 12 May 2024 05:17:38 +0000 (0:00:00.012) 0:03:23.637 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:30 Sunday 12 May 2024 05:17:38 +0000 (0:00:00.015) 0:03:23.652 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:34 Sunday 12 May 2024 05:17:38 +0000 (0:00:00.013) 0:03:23.666 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:39 Sunday 12 May 2024 05:17:38 +0000 (0:00:00.012) 0:03:23.678 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:3 Sunday 12 May 2024 05:17:38 +0000 (0:00:00.015) 0:03:23.693 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 Sunday 12 May 2024 05:17:38 +0000 (0:00:00.011) 0:03:23.705 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:17 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.939) 0:03:24.645 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:23 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.013) 0:03:24.658 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:32 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.012) 0:03:24.671 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:45 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.018) 0:03:24.690 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:51 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.012) 0:03:24.703 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:56 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.011) 0:03:24.715 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:69 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.011) 0:03:24.726 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:81 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.013) 0:03:24.740 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:94 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.012) 0:03:24.752 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:106 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.016) 0:03:24.769 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:114 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.015) 0:03:24.784 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:122 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.012) 0:03:24.797 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:131 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.012) 0:03:24.809 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:140 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.014) 0:03:24.824 ************ 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-citcbq9m9q/tests/test-verify-volume-md.yml:8 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.011) 0:03:24.836 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:14 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.012) 0:03:24.848 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:21 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.012) 0:03:24.861 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:28 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.011) 0:03:24.873 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:35 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.013) 0:03:24.887 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:45 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.014) 0:03:24.901 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:54 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.013) 0:03:24.915 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:63 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.014) 0:03:24.929 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:72 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.013) 0:03:24.942 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:81 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.012) 0:03:24.955 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:3 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.012) 0:03:24.967 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:11 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.187) 0:03:25.155 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:20 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.188) 0:03:25.344 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:28 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.017) 0:03:25.361 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:32 Sunday 12 May 2024 05:17:39 +0000 (0:00:00.015) 0:03:25.376 ************ ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:46 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.189) 0:03:25.566 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:50 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.021) 0:03:25.588 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:54 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.016) 0:03:25.604 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:58 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.016) 0:03:25.620 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:68 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.015) 0:03:25.635 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:72 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.012) 0:03:25.648 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:77 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.015) 0:03:25.664 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:83 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.017) 0:03:25.682 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:88 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.013) 0:03:25.695 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:96 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.020) 0:03:25.716 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:104 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.013) 0:03:25.730 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:109 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.012) 0:03:25.743 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:113 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.021) 0:03:25.764 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:117 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.019) 0:03:25.784 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:121 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.013) 0:03:25.798 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:129 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.021) 0:03:25.819 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:138 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.013) 0:03:25.832 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:142 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.013) 0:03:25.845 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:150 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.014) 0:03:25.861 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:156 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.013) 0:03:25.874 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:160 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.025) 0:03:25.900 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:164 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.017) 0:03:25.917 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:5 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.019) 0:03:25.937 ************ 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.029572", "end": "2024-05-12 05:17:40.631771", "rc": 0, "start": "2024-05-12 05:17:40.602199" } 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-citcbq9m9q/tests/test-verify-volume-cache.yml:13 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.218) 0:03:26.155 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:18 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.018) 0:03:26.174 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:27 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.019) 0:03:26.193 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:35 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.014) 0:03:26.208 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:41 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.041) 0:03:26.249 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:47 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.015) 0:03:26.264 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:27 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.015) 0:03:26.279 ************ ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:2 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.011) 0:03:26.291 ************ 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-citcbq9m9q/tests/test-verify-volume.yml:21 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.015) 0:03:26.306 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:7 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.057) 0:03:26.363 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:16 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.015) 0:03:26.379 ************ 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": "0567316d-8def-40b9-ade6-52dc659ffe9f" } ], "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": "0567316d-8def-40b9-ade6-52dc659ffe9f" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:38 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.019) 0:03:26.398 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:51 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.012) 0:03:26.410 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:63 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.017) 0:03:26.428 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:71 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.018) 0:03:26.446 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:83 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.014) 0:03:26.461 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:95 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.013) 0:03:26.474 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:110 Sunday 12 May 2024 05:17:40 +0000 (0:00:00.017) 0:03:26.492 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:122 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.016) 0:03:26.508 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:128 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.012) 0:03:26.520 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:134 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.014) 0:03:26.535 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:146 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.011) 0:03:26.546 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:2 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.011) 0:03:26.558 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:40 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.024) 0:03:26.582 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:48 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.014) 0:03:26.597 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:58 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.014) 0:03:26.611 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:71 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.012) 0:03:26.624 ************ 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-citcbq9m9q/tests/test-verify-volume-fs.yml:3 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.011) 0:03:26.635 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml:12 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.015) 0:03:26.651 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:3 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.018) 0:03:26.670 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1715491028.6129303, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715491028.6129303, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 711, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1715491028.6129303, "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-citcbq9m9q/tests/test-verify-volume-device.yml:9 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.193) 0:03:26.863 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:16 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.016) 0:03:26.879 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:24 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.012) 0:03:26.892 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:30 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.014) 0:03:26.907 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:34 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.012) 0:03:26.919 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:39 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.013) 0:03:26.933 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:3 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.013) 0:03:26.946 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 Sunday 12 May 2024 05:17:41 +0000 (0:00:00.012) 0:03:26.959 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:17 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.944) 0:03:27.904 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:23 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.013) 0:03:27.917 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:32 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.011) 0:03:27.929 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:45 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.016) 0:03:27.945 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:51 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.011) 0:03:27.957 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:56 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.011) 0:03:27.968 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:69 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.012) 0:03:27.981 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:81 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.011) 0:03:27.992 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:94 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.011) 0:03:28.003 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:106 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.015) 0:03:28.018 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:114 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.014) 0:03:28.033 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:122 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.011) 0:03:28.044 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:131 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.034) 0:03:28.078 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:140 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.012) 0:03:28.091 ************ 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-citcbq9m9q/tests/test-verify-volume-md.yml:8 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.011) 0:03:28.102 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:14 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.011) 0:03:28.114 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:21 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.011) 0:03:28.125 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:28 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.011) 0:03:28.136 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:35 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.012) 0:03:28.149 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:45 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.011) 0:03:28.160 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:54 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.011) 0:03:28.171 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:63 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.011) 0:03:28.182 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:72 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.011) 0:03:28.194 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:81 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.011) 0:03:28.205 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:3 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.012) 0:03:28.218 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:11 Sunday 12 May 2024 05:17:42 +0000 (0:00:00.186) 0:03:28.404 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:20 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.186) 0:03:28.591 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:28 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.017) 0:03:28.608 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:32 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.012) 0:03:28.621 ************ ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:46 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.187) 0:03:28.809 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:50 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.014) 0:03:28.824 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:54 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.013) 0:03:28.837 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:58 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.013) 0:03:28.851 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:68 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.014) 0:03:28.866 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:72 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.011) 0:03:28.877 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:77 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.011) 0:03:28.888 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:83 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.011) 0:03:28.900 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:88 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.011) 0:03:28.911 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:96 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.011) 0:03:28.922 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:104 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.012) 0:03:28.935 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:109 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.011) 0:03:28.946 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:113 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.011) 0:03:28.957 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:117 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.011) 0:03:28.968 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:121 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.011) 0:03:28.980 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:129 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.011) 0:03:28.991 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:138 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.012) 0:03:29.004 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:142 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.011) 0:03:29.015 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:150 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.012) 0:03:29.028 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:156 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.011) 0:03:29.039 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:160 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.013) 0:03:29.053 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:164 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.012) 0:03:29.066 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:5 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.020) 0:03:29.086 ************ 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.032518", "end": "2024-05-12 05:17:43.786906", "rc": 0, "start": "2024-05-12 05:17:43.754388" } 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-citcbq9m9q/tests/test-verify-volume-cache.yml:13 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.224) 0:03:29.311 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:18 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.017) 0:03:29.328 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:27 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.019) 0:03:29.347 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:35 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.015) 0:03:29.362 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:41 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.014) 0:03:29.376 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:47 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.014) 0:03:29.390 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:27 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.013) 0:03:29.404 ************ 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-citcbq9m9q/tests/verify-role-results.yml:44 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.012) 0:03:29.417 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:54 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.013) 0:03:29.430 ************ 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-citcbq9m9q/tests/tests_lvm_one_disk_multiple_volumes.yml:73 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.011) 0:03:29.441 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 12 May 2024 05:17:43 +0000 (0:00:00.028) 0:03:29.470 ************ included: /WORKDIR/git-weekly-citcbq9m9q/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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 12 May 2024 05:17:44 +0000 (0:00:00.045) 0:03:29.515 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 12 May 2024 05:17:44 +0000 (0:00:00.014) 0:03:29.530 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 12 May 2024 05:17:44 +0000 (0:00:00.034) 0:03:29.564 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 12 May 2024 05:17:44 +0000 (0:00:00.012) 0:03:29.577 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 12 May 2024 05:17:44 +0000 (0:00:00.012) 0:03:29.590 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 12 May 2024 05:17:44 +0000 (0:00:00.011) 0:03:29.601 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 12 May 2024 05:17:44 +0000 (0:00:00.011) 0:03:29.613 ************ included: /WORKDIR/git-weekly-citcbq9m9q/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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 12 May 2024 05:17:44 +0000 (0:00:00.025) 0:03:29.638 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 12 May 2024 05:17:44 +0000 (0:00:00.014) 0:03:29.653 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 12 May 2024 05:17:44 +0000 (0:00:00.015) 0:03:29.669 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 12 May 2024 05:17:44 +0000 (0:00:00.014) 0:03:29.683 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 12 May 2024 05:17:44 +0000 (0:00:00.012) 0:03:29.695 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 12 May 2024 05:17:44 +0000 (0:00:00.012) 0:03:29.708 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 12 May 2024 05:17:44 +0000 (0:00:00.012) 0:03:29.720 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 12 May 2024 05:17:44 +0000 (0:00:00.013) 0:03:29.734 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 12 May 2024 05:17:44 +0000 (0:00:00.018) 0:03:29.753 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 12 May 2024 05:17:44 +0000 (0:00:00.010) 0:03:29.763 ************ 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" ], "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": [ "xfsprogs", "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, "shared": false, "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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 12 May 2024 05:17:46 +0000 (0:00:02.602) 0:03:32.366 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 12 May 2024 05:17:46 +0000 (0:00:00.013) 0:03:32.379 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 12 May 2024 05:17:46 +0000 (0:00:00.011) 0:03:32.391 ************ 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" ], "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": [ "xfsprogs", "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, "shared": false, "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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 12 May 2024 05:17:46 +0000 (0:00:00.016) 0:03:32.407 ************ 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, "shared": false, "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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 12 May 2024 05:17:46 +0000 (0:00:00.016) 0:03:32.424 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 12 May 2024 05:17:46 +0000 (0:00:00.013) 0:03:32.437 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 12 May 2024 05:17:47 +0000 (0:00:00.379) 0:03:32.817 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 12 May 2024 05:17:47 +0000 (0:00:00.530) 0:03:33.348 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 12 May 2024 05:17:48 +0000 (0:00:00.198) 0:03:33.547 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 12 May 2024 05:17:48 +0000 (0:00:00.017) 0:03:33.564 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 12 May 2024 05:17:48 +0000 (0:00:00.526) 0:03:34.091 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1715490517.1612267, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1713854848.538, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1713854539.524, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "818622431", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 12 May 2024 05:17:48 +0000 (0:00:00.193) 0:03:34.284 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 12 May 2024 05:17:48 +0000 (0:00:00.011) 0:03:34.296 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/tests_lvm_one_disk_multiple_volumes.yml:93 Sunday 12 May 2024 05:17:49 +0000 (0:00:00.614) 0:03:34.910 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:2 Sunday 12 May 2024 05:17:49 +0000 (0:00:00.046) 0:03:34.957 ************ 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, "shared": false, "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-citcbq9m9q/tests/verify-role-results.yml:7 Sunday 12 May 2024 05:17:49 +0000 (0:00:00.018) 0:03:34.975 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:15 Sunday 12 May 2024 05:17:49 +0000 (0:00:00.011) 0:03:34.987 ************ ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "0a1406be-f247-40fa-a81b-627d743f4127" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "YbPG4s-tQiN-SMku-0dqd-8aA6-eixE-S1Xc8L" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "bd294eae-3150-4fa9-a19e-8a9f8e2888fd" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:20 Sunday 12 May 2024 05:17:49 +0000 (0:00:00.193) 0:03:35.180 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003188", "end": "2024-05-12 05:17:49.850643", "rc": 0, "start": "2024-05-12 05:17:49.847455" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 23 06:42:19 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=bd294eae-3150-4fa9-a19e-8a9f8e2888fd / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:25 Sunday 12 May 2024 05:17:49 +0000 (0:00:00.192) 0:03:35.373 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003076", "end": "2024-05-12 05:17:50.042142", "failed_when_result": false, "rc": 0, "start": "2024-05-12 05:17:50.039066" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:34 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.190) 0:03:35.564 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml:5 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.026) 0:03:35.590 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml:18 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.011) 0:03:35.601 ************ ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.031968", "end": "2024-05-12 05:17:50.299915", "rc": 0, "start": "2024-05-12 05:17:50.267947" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml:24 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.220) 0:03:35.822 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml:34 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.019) 0:03:35.841 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:2 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.025) 0:03:35.867 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:13 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.016) 0:03:35.883 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:22 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.188) 0:03:36.072 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:27 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.014) 0:03:36.086 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:33 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.014) 0:03:36.101 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:42 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.015) 0:03:36.116 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:48 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.014) 0:03:36.131 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:54 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.014) 0:03:36.146 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:59 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.012) 0:03:36.159 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:73 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.019) 0:03:36.178 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:8 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.024) 0:03:36.202 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:14 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.012) 0:03:36.215 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:21 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.012) 0:03:36.227 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:28 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.011) 0:03:36.238 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:35 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.010) 0:03:36.249 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:45 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.010) 0:03:36.260 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:54 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.012) 0:03:36.272 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:64 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.010) 0:03:36.283 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:74 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.010) 0:03:36.294 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:85 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.010) 0:03:36.305 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:95 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.011) 0:03:36.316 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:76 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.010) 0:03:36.327 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-lvmraid.yml:2 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.023) 0:03:36.350 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:8 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.034) 0:03:36.385 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:16 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.011) 0:03:36.397 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:21 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.011) 0:03:36.408 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:29 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.010) 0:03:36.419 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:34 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.011) 0:03:36.430 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:40 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.011) 0:03:36.442 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:46 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.012) 0:03:36.454 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:8 Sunday 12 May 2024 05:17:50 +0000 (0:00:00.036) 0:03:36.490 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:16 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:36.503 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:21 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.013) 0:03:36.517 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:29 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.015) 0:03:36.532 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:34 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.021) 0:03:36.554 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:40 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:36.567 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:46 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.013) 0:03:36.581 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:8 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:36.593 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:16 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:36.606 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:21 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:36.618 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:29 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:36.631 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:34 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.018) 0:03:36.649 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:40 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.013) 0:03:36.663 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:46 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:36.676 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:79 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:36.689 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-thin.yml:2 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.024) 0:03:36.713 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:8 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.038) 0:03:36.752 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:16 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:36.764 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:23 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.011) 0:03:36.775 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:27 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.011) 0:03:36.787 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:8 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.010) 0:03:36.798 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:16 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.010) 0:03:36.809 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:23 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.010) 0:03:36.820 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:27 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.010) 0:03:36.831 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:8 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.010) 0:03:36.842 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:16 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:36.854 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:23 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.010) 0:03:36.865 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:27 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.010) 0:03:36.876 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:82 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.010) 0:03:36.887 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-encryption.yml:5 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.025) 0:03:36.912 ************ 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-citcbq9m9q/tests/verify-pool-members-encryption.yml:13 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.014) 0:03:36.927 ************ 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-citcbq9m9q/tests/verify-pool-members-encryption.yml:20 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.014) 0:03:36.941 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:2 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.021) 0:03:36.963 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:9 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.019) 0:03:36.982 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:18 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.017) 0:03:37.000 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:27 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:37.013 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:37 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:37.025 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:47 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:37.038 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-encryption.yml:27 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.011) 0:03:37.049 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:85 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:37.062 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-vdo.yml:2 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.026) 0:03:37.089 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:9 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.037) 0:03:37.126 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:16 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:37.139 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:22 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.011) 0:03:37.150 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:28 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.010) 0:03:37.161 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:35 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.010) 0:03:37.172 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:41 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.011) 0:03:37.184 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:47 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.011) 0:03:37.195 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:9 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.011) 0:03:37.206 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:16 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.011) 0:03:37.218 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:22 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.010) 0:03:37.229 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:28 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.010) 0:03:37.240 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:35 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.013) 0:03:37.253 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:41 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.034) 0:03:37.288 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:47 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:37.300 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:9 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.011) 0:03:37.311 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:16 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:37.323 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:22 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.011) 0:03:37.335 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:28 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:37.347 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:35 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:37.359 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:41 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.012) 0:03:37.371 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:47 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.011) 0:03:37.382 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:88 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.010) 0:03:37.393 ************ 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-citcbq9m9q/tests/test-verify-pool-volumes.yml:3 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.011) 0:03:37.404 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:2 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.031) 0:03:37.436 ************ 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-citcbq9m9q/tests/test-verify-volume.yml:21 Sunday 12 May 2024 05:17:51 +0000 (0:00:00.014) 0:03:37.450 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:7 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.054) 0:03:37.504 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:16 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.015) 0:03:37.520 ************ 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": "0a1406be-f247-40fa-a81b-627d743f4127" } ], "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": "0a1406be-f247-40fa-a81b-627d743f4127" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:38 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.019) 0:03:37.539 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:51 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.012) 0:03:37.551 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:63 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.015) 0:03:37.567 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:71 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.014) 0:03:37.581 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:83 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.011) 0:03:37.592 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:95 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.012) 0:03:37.605 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:110 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.010) 0:03:37.616 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:122 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.015) 0:03:37.631 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:128 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.010) 0:03:37.642 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:134 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.012) 0:03:37.654 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:146 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.010) 0:03:37.665 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:2 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.012) 0:03:37.677 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:40 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.024) 0:03:37.701 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:48 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.014) 0:03:37.716 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:58 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.014) 0:03:37.730 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:71 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.011) 0:03:37.742 ************ 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-citcbq9m9q/tests/test-verify-volume-fs.yml:3 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.010) 0:03:37.753 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml:12 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.018) 0:03:37.771 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:3 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.016) 0:03:37.788 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1715491030.8589709, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715491030.8589709, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 791, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1715491030.8589709, "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-citcbq9m9q/tests/test-verify-volume-device.yml:9 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.194) 0:03:37.983 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:16 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.018) 0:03:38.001 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:24 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.014) 0:03:38.015 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:30 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.028) 0:03:38.044 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:34 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.016) 0:03:38.060 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:39 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.012) 0:03:38.073 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:3 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.014) 0:03:38.088 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 Sunday 12 May 2024 05:17:52 +0000 (0:00:00.012) 0:03:38.100 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:17 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.944) 0:03:39.045 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:23 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.012) 0:03:39.058 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:32 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.012) 0:03:39.071 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:45 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.016) 0:03:39.088 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:51 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.012) 0:03:39.100 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:56 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.011) 0:03:39.111 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:69 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.010) 0:03:39.122 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:81 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.010) 0:03:39.133 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:94 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.012) 0:03:39.145 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:106 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.015) 0:03:39.160 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:114 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.014) 0:03:39.175 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:122 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.012) 0:03:39.187 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:131 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.011) 0:03:39.198 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:140 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.012) 0:03:39.211 ************ 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-citcbq9m9q/tests/test-verify-volume-md.yml:8 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.013) 0:03:39.224 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:14 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.012) 0:03:39.237 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:21 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.011) 0:03:39.248 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:28 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.011) 0:03:39.259 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:35 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.012) 0:03:39.271 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:45 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.011) 0:03:39.282 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:54 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.012) 0:03:39.294 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:63 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.010) 0:03:39.305 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:72 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.011) 0:03:39.316 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:81 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.011) 0:03:39.328 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:3 Sunday 12 May 2024 05:17:53 +0000 (0:00:00.011) 0:03:39.339 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:11 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.193) 0:03:39.532 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:20 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.191) 0:03:39.724 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:28 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.016) 0:03:39.741 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:32 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.012) 0:03:39.753 ************ ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:46 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.188) 0:03:39.942 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:50 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.016) 0:03:39.958 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:54 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.015) 0:03:39.974 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:58 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.015) 0:03:39.989 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:68 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.014) 0:03:40.003 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:72 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.011) 0:03:40.015 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:77 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.012) 0:03:40.027 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:83 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.011) 0:03:40.038 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:88 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.010) 0:03:40.049 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:96 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.010) 0:03:40.060 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:104 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.010) 0:03:40.071 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:109 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.010) 0:03:40.082 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:113 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.012) 0:03:40.094 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:117 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.010) 0:03:40.105 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:121 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.011) 0:03:40.116 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:129 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.011) 0:03:40.127 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:138 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.011) 0:03:40.138 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:142 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.011) 0:03:40.149 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:150 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.012) 0:03:40.162 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:156 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.012) 0:03:40.174 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:160 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.013) 0:03:40.188 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:164 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.012) 0:03:40.200 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:5 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.017) 0:03:40.218 ************ 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.030976", "end": "2024-05-12 05:17:54.914811", "rc": 0, "start": "2024-05-12 05:17:54.883835" } 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-citcbq9m9q/tests/test-verify-volume-cache.yml:13 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.218) 0:03:40.436 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:18 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.018) 0:03:40.455 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:27 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.016) 0:03:40.472 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:35 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.013) 0:03:40.485 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:41 Sunday 12 May 2024 05:17:54 +0000 (0:00:00.012) 0:03:40.498 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:47 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.013) 0:03:40.511 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:27 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.012) 0:03:40.523 ************ ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:2 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.012) 0:03:40.535 ************ 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-citcbq9m9q/tests/test-verify-volume.yml:21 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.015) 0:03:40.551 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:7 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.056) 0:03:40.607 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:16 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.014) 0:03:40.622 ************ 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-citcbq9m9q/tests/test-verify-volume-mount.yml:38 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.018) 0:03:40.641 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:51 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.019) 0:03:40.660 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:63 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.012) 0:03:40.673 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:71 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.017) 0:03:40.690 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:83 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.014) 0:03:40.704 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:95 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.012) 0:03:40.717 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:110 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.012) 0:03:40.729 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:122 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.012) 0:03:40.742 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:128 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.011) 0:03:40.753 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:134 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.011) 0:03:40.765 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:146 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.012) 0:03:40.777 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:2 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.011) 0:03:40.788 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:40 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.024) 0:03:40.812 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:48 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.011) 0:03:40.823 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:58 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.014) 0:03:40.837 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:71 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.011) 0:03:40.849 ************ 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-citcbq9m9q/tests/test-verify-volume-fs.yml:3 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.012) 0:03:40.861 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml:12 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.010) 0:03:40.872 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:3 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.011) 0:03:40.883 ************ ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:9 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.183) 0:03:41.066 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:16 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.012) 0:03:41.078 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:24 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.015) 0:03:41.094 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:30 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.009) 0:03:41.104 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:34 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.013) 0:03:41.117 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:39 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.013) 0:03:41.131 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:3 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.010) 0:03:41.141 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 Sunday 12 May 2024 05:17:55 +0000 (0:00:00.010) 0:03:41.152 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:17 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.918) 0:03:42.071 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:23 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.012) 0:03:42.083 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:32 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.035) 0:03:42.119 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:45 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.009) 0:03:42.128 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:51 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.011) 0:03:42.139 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:56 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.011) 0:03:42.150 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:69 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.008) 0:03:42.159 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:81 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.008) 0:03:42.168 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:94 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.009) 0:03:42.178 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:106 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.015) 0:03:42.193 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:114 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.014) 0:03:42.208 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:122 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.011) 0:03:42.219 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:131 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.012) 0:03:42.232 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:140 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.012) 0:03:42.244 ************ 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-citcbq9m9q/tests/test-verify-volume-md.yml:8 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.018) 0:03:42.262 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:14 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.012) 0:03:42.275 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:21 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.012) 0:03:42.288 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:28 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.012) 0:03:42.300 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:35 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.011) 0:03:42.311 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:45 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.011) 0:03:42.322 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:54 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.012) 0:03:42.335 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:63 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.010) 0:03:42.346 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:72 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.011) 0:03:42.357 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:81 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.010) 0:03:42.368 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:3 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.010) 0:03:42.379 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:11 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.011) 0:03:42.390 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:20 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.012) 0:03:42.402 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:28 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.010) 0:03:42.413 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:32 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.011) 0:03:42.425 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:46 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.010) 0:03:42.436 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:50 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.011) 0:03:42.447 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:54 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.010) 0:03:42.458 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:58 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.012) 0:03:42.470 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:68 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.012) 0:03:42.483 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:72 Sunday 12 May 2024 05:17:56 +0000 (0:00:00.011) 0:03:42.494 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:77 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:42.507 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:83 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:42.520 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:88 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:42.533 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:96 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.015) 0:03:42.548 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:104 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:42.561 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:109 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:42.574 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:113 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.011) 0:03:42.585 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:117 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:42.598 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:121 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:42.610 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:129 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:42.623 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:138 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:42.635 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:142 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.011) 0:03:42.647 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:150 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:42.659 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:156 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:42.671 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:160 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.013) 0:03:42.685 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:164 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.016) 0:03:42.701 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:5 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.016) 0:03:42.718 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:13 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:42.731 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:18 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.011) 0:03:42.742 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:27 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.011) 0:03:42.753 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:35 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.011) 0:03:42.764 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:41 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:42.777 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:47 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.010) 0:03:42.788 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:27 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.010) 0:03:42.798 ************ ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:2 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.011) 0:03:42.809 ************ 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-citcbq9m9q/tests/test-verify-volume.yml:21 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.015) 0:03:42.825 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:7 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.084) 0:03:42.909 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:16 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.015) 0:03:42.924 ************ 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-citcbq9m9q/tests/test-verify-volume-mount.yml:38 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.018) 0:03:42.943 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:51 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:42.955 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:63 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.011) 0:03:42.966 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:71 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.014) 0:03:42.981 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:83 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:42.993 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:95 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.010) 0:03:43.004 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:110 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.010) 0:03:43.015 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:122 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.011) 0:03:43.026 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:128 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.011) 0:03:43.037 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:134 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.011) 0:03:43.048 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:146 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:43.060 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:2 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.010) 0:03:43.071 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:40 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.024) 0:03:43.096 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:48 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.011) 0:03:43.107 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:58 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.014) 0:03:43.121 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:71 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.010) 0:03:43.132 ************ 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-citcbq9m9q/tests/test-verify-volume-fs.yml:3 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:43.144 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml:12 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.011) 0:03:43.156 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:3 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:43.168 ************ ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:9 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.183) 0:03:43.352 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:16 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:43.365 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:24 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.015) 0:03:43.380 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:30 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.009) 0:03:43.389 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:34 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.012) 0:03:43.402 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:39 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.011) 0:03:43.413 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:3 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.010) 0:03:43.423 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 Sunday 12 May 2024 05:17:57 +0000 (0:00:00.010) 0:03:43.434 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:17 Sunday 12 May 2024 05:17:58 +0000 (0:00:00.931) 0:03:44.365 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:23 Sunday 12 May 2024 05:17:58 +0000 (0:00:00.012) 0:03:44.378 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:32 Sunday 12 May 2024 05:17:58 +0000 (0:00:00.012) 0:03:44.390 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:45 Sunday 12 May 2024 05:17:58 +0000 (0:00:00.009) 0:03:44.399 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:51 Sunday 12 May 2024 05:17:58 +0000 (0:00:00.012) 0:03:44.411 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:56 Sunday 12 May 2024 05:17:58 +0000 (0:00:00.012) 0:03:44.424 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:69 Sunday 12 May 2024 05:17:58 +0000 (0:00:00.008) 0:03:44.433 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:81 Sunday 12 May 2024 05:17:58 +0000 (0:00:00.009) 0:03:44.442 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:94 Sunday 12 May 2024 05:17:58 +0000 (0:00:00.008) 0:03:44.451 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:106 Sunday 12 May 2024 05:17:58 +0000 (0:00:00.015) 0:03:44.466 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:114 Sunday 12 May 2024 05:17:58 +0000 (0:00:00.014) 0:03:44.481 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:122 Sunday 12 May 2024 05:17:58 +0000 (0:00:00.011) 0:03:44.492 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:131 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:44.504 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:140 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.013) 0:03:44.518 ************ 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-citcbq9m9q/tests/test-verify-volume-md.yml:8 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:44.530 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:14 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:44.543 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:21 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:44.555 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:28 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:44.566 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:35 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:44.577 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:45 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:44.590 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:54 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:44.601 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:63 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:44.612 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:72 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:44.623 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:81 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:44.634 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:3 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.010) 0:03:44.645 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:11 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:44.657 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:20 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.032) 0:03:44.690 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:28 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:44.703 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:32 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:44.715 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:46 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:44.726 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:50 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.015) 0:03:44.741 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:54 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:44.754 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:58 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.013) 0:03:44.768 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:68 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:44.780 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:72 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:44.792 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:77 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:44.803 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:83 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:44.814 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:88 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:44.825 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:96 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:44.837 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:104 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.010) 0:03:44.848 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:109 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:44.859 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:113 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:44.870 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:117 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.010) 0:03:44.881 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:121 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.010) 0:03:44.892 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:129 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:44.905 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:138 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.010) 0:03:44.915 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:142 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.010) 0:03:44.926 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:150 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:44.937 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:156 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.013) 0:03:44.951 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:160 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.013) 0:03:44.965 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:164 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.014) 0:03:44.979 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:5 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:44.992 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:13 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:45.004 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:18 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:45.015 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:27 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:45.026 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:35 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:45.037 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:41 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:45.050 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:47 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:45.061 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:27 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:45.072 ************ 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-citcbq9m9q/tests/verify-role-results.yml:44 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.010) 0:03:45.083 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:54 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.009) 0:03:45.093 ************ 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-citcbq9m9q/tests/tests_lvm_one_disk_multiple_volumes.yml:96 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.010) 0:03:45.104 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.028) 0:03:45.132 ************ included: /WORKDIR/git-weekly-citcbq9m9q/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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.018) 0:03:45.151 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.018) 0:03:45.169 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.033) 0:03:45.203 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.013) 0:03:45.217 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:45.229 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:45.241 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.013) 0:03:45.255 ************ included: /WORKDIR/git-weekly-citcbq9m9q/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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.024) 0:03:45.280 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:45.293 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.015) 0:03:45.308 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:45.321 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:45.333 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:45.345 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.012) 0:03:45.357 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.011) 0:03:45.369 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.019) 0:03:45.389 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 12 May 2024 05:17:59 +0000 (0:00:00.010) 0:03:45.400 ************ 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" ], "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", "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, "shared": false, "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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 12 May 2024 05:18:01 +0000 (0:00:01.444) 0:03:46.845 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 12 May 2024 05:18:01 +0000 (0:00:00.013) 0:03:46.858 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 12 May 2024 05:18:01 +0000 (0:00:00.011) 0:03:46.869 ************ 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" ], "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", "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, "shared": false, "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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 12 May 2024 05:18:01 +0000 (0:00:00.016) 0:03:46.886 ************ 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, "shared": false, "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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 12 May 2024 05:18:01 +0000 (0:00:00.016) 0:03:46.902 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 12 May 2024 05:18:01 +0000 (0:00:00.014) 0:03:46.916 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 12 May 2024 05:18:01 +0000 (0:00:00.012) 0:03:46.928 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 12 May 2024 05:18:01 +0000 (0:00:00.530) 0:03:47.459 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 12 May 2024 05:18:02 +0000 (0:00:00.200) 0:03:47.659 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 12 May 2024 05:18:02 +0000 (0:00:00.017) 0:03:47.677 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 12 May 2024 05:18:02 +0000 (0:00:00.530) 0:03:48.208 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1715490517.1612267, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1713854848.538, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1713854539.524, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "818622431", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 12 May 2024 05:18:02 +0000 (0:00:00.189) 0:03:48.397 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 12 May 2024 05:18:02 +0000 (0:00:00.011) 0:03:48.409 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/tests_lvm_one_disk_multiple_volumes.yml:116 Sunday 12 May 2024 05:18:03 +0000 (0:00:00.664) 0:03:49.074 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:2 Sunday 12 May 2024 05:18:03 +0000 (0:00:00.024) 0:03:49.099 ************ 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, "shared": false, "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-citcbq9m9q/tests/verify-role-results.yml:7 Sunday 12 May 2024 05:18:03 +0000 (0:00:00.017) 0:03:49.116 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:15 Sunday 12 May 2024 05:18:03 +0000 (0:00:00.013) 0:03:49.129 ************ ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "0a1406be-f247-40fa-a81b-627d743f4127" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "YbPG4s-tQiN-SMku-0dqd-8aA6-eixE-S1Xc8L" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "bd294eae-3150-4fa9-a19e-8a9f8e2888fd" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:20 Sunday 12 May 2024 05:18:03 +0000 (0:00:00.192) 0:03:49.322 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002989", "end": "2024-05-12 05:18:03.987604", "rc": 0, "start": "2024-05-12 05:18:03.984615" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 23 06:42:19 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=bd294eae-3150-4fa9-a19e-8a9f8e2888fd / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:25 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.186) 0:03:49.509 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002983", "end": "2024-05-12 05:18:04.174786", "failed_when_result": false, "rc": 0, "start": "2024-05-12 05:18:04.171803" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:34 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.188) 0:03:49.697 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml:5 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.029) 0:03:49.726 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml:18 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.017) 0:03:49.744 ************ ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.031521", "end": "2024-05-12 05:18:04.451676", "rc": 0, "start": "2024-05-12 05:18:04.420155" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml:24 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.251) 0:03:49.995 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool.yml:34 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.019) 0:03:50.014 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:2 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.025) 0:03:50.040 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:13 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.018) 0:03:50.059 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:22 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.190) 0:03:50.249 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:27 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.015) 0:03:50.264 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:33 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.016) 0:03:50.281 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:42 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.015) 0:03:50.296 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:48 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.014) 0:03:50.311 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:54 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.014) 0:03:50.325 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:59 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.011) 0:03:50.336 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:73 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.017) 0:03:50.354 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:8 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.022) 0:03:50.376 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:14 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.012) 0:03:50.389 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:21 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.012) 0:03:50.401 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:28 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.012) 0:03:50.414 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:35 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.013) 0:03:50.428 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:45 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.012) 0:03:50.440 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:54 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.012) 0:03:50.453 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:64 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.012) 0:03:50.466 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:74 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.012) 0:03:50.478 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:85 Sunday 12 May 2024 05:18:04 +0000 (0:00:00.012) 0:03:50.490 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-md.yml:95 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.012) 0:03:50.503 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:76 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.010) 0:03:50.514 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-lvmraid.yml:2 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.022) 0:03:50.536 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:8 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.034) 0:03:50.571 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:16 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.011) 0:03:50.582 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:21 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.010) 0:03:50.593 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:29 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.010) 0:03:50.604 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:34 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.010) 0:03:50.615 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:40 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.011) 0:03:50.627 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:46 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.010) 0:03:50.638 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:8 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.011) 0:03:50.649 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:16 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.012) 0:03:50.662 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:21 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.012) 0:03:50.674 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:29 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.014) 0:03:50.689 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:34 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.014) 0:03:50.703 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:40 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.012) 0:03:50.716 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:46 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.026) 0:03:50.743 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:8 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.017) 0:03:50.760 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:16 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.016) 0:03:50.777 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:21 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.019) 0:03:50.797 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:29 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.014) 0:03:50.811 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:34 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.012) 0:03:50.824 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:40 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.014) 0:03:50.839 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-lvmraid.yml:46 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.012) 0:03:50.851 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:79 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.017) 0:03:50.869 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-thin.yml:2 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.025) 0:03:50.894 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:8 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.040) 0:03:50.935 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:16 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.013) 0:03:50.949 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:23 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.040) 0:03:50.989 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:27 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.012) 0:03:51.002 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:8 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.011) 0:03:51.013 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:16 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.012) 0:03:51.026 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:23 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.011) 0:03:51.038 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:27 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.012) 0:03:51.051 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:8 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.012) 0:03:51.063 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:16 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.012) 0:03:51.076 ************ 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-citcbq9m9q/tests/verify-pool-member-thin.yml:23 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.012) 0:03:51.089 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-thin.yml:27 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.012) 0:03:51.101 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:82 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.011) 0:03:51.113 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-encryption.yml:5 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.028) 0:03:51.142 ************ 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-citcbq9m9q/tests/verify-pool-members-encryption.yml:13 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.015) 0:03:51.157 ************ 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-citcbq9m9q/tests/verify-pool-members-encryption.yml:20 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.016) 0:03:51.173 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:2 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.024) 0:03:51.198 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:9 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.014) 0:03:51.213 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:18 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.020) 0:03:51.233 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:27 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.018) 0:03:51.251 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:37 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.021) 0:03:51.273 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-crypttab.yml:47 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.015) 0:03:51.288 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-encryption.yml:27 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.015) 0:03:51.303 ************ 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-citcbq9m9q/tests/test-verify-pool-members.yml:85 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.012) 0:03:51.316 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-members-vdo.yml:2 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.029) 0:03:51.346 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:9 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.043) 0:03:51.390 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:16 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.017) 0:03:51.407 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:22 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.016) 0:03:51.423 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:28 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.014) 0:03:51.437 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:35 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.017) 0:03:51.455 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:41 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.013) 0:03:51.469 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:47 Sunday 12 May 2024 05:18:05 +0000 (0:00:00.017) 0:03:51.486 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:9 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.020) 0:03:51.507 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:16 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.024) 0:03:51.531 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:22 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.018) 0:03:51.550 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:28 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.023) 0:03:51.573 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:35 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.012) 0:03:51.586 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:41 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.012) 0:03:51.599 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:47 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.028) 0:03:51.627 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:9 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.017) 0:03:51.645 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:16 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.014) 0:03:51.659 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:22 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.023) 0:03:51.683 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:28 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.018) 0:03:51.701 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:35 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.021) 0:03:51.722 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:41 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.014) 0:03:51.736 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-pool-member-vdo.yml:47 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.013) 0:03:51.750 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-pool-members.yml:88 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.012) 0:03:51.763 ************ 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-citcbq9m9q/tests/test-verify-pool-volumes.yml:3 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.016) 0:03:51.779 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:2 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.036) 0:03:51.816 ************ 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-citcbq9m9q/tests/test-verify-volume.yml:21 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.015) 0:03:51.832 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:7 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.089) 0:03:51.922 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:16 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.021) 0:03:51.943 ************ 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": "0a1406be-f247-40fa-a81b-627d743f4127" } ], "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": "0a1406be-f247-40fa-a81b-627d743f4127" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:38 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.030) 0:03:51.974 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:51 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.013) 0:03:51.988 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:63 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.016) 0:03:52.004 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:71 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.016) 0:03:52.021 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:83 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.012) 0:03:52.033 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:95 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.012) 0:03:52.046 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:110 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.012) 0:03:52.059 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:122 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.017) 0:03:52.076 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:128 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.012) 0:03:52.089 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:134 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.014) 0:03:52.103 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:146 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.014) 0:03:52.118 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:2 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.012) 0:03:52.130 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:40 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.026) 0:03:52.157 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:48 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.022) 0:03:52.179 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:58 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.016) 0:03:52.195 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:71 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.014) 0:03:52.210 ************ 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-citcbq9m9q/tests/test-verify-volume-fs.yml:3 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.012) 0:03:52.223 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml:12 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.017) 0:03:52.240 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:3 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.018) 0:03:52.259 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1715491030.8589709, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715491030.8589709, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 791, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1715491030.8589709, "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-citcbq9m9q/tests/test-verify-volume-device.yml:9 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.195) 0:03:52.454 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:16 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.016) 0:03:52.470 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:24 Sunday 12 May 2024 05:18:06 +0000 (0:00:00.015) 0:03:52.486 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:30 Sunday 12 May 2024 05:18:07 +0000 (0:00:00.030) 0:03:52.516 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:34 Sunday 12 May 2024 05:18:07 +0000 (0:00:00.019) 0:03:52.535 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:39 Sunday 12 May 2024 05:18:07 +0000 (0:00:00.014) 0:03:52.550 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:3 Sunday 12 May 2024 05:18:07 +0000 (0:00:00.015) 0:03:52.565 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 Sunday 12 May 2024 05:18:07 +0000 (0:00:00.012) 0:03:52.578 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:17 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.945) 0:03:53.523 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:23 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.012) 0:03:53.536 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:32 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.012) 0:03:53.548 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:45 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.018) 0:03:53.567 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:51 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.012) 0:03:53.580 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:56 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.012) 0:03:53.592 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:69 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.014) 0:03:53.607 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:81 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.012) 0:03:53.619 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:94 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.012) 0:03:53.632 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:106 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.015) 0:03:53.648 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:114 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.014) 0:03:53.662 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:122 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.012) 0:03:53.675 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:131 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.014) 0:03:53.690 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:140 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.011) 0:03:53.701 ************ 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-citcbq9m9q/tests/test-verify-volume-md.yml:8 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.012) 0:03:53.713 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:14 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.012) 0:03:53.726 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:21 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.011) 0:03:53.737 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:28 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.011) 0:03:53.748 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:35 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.012) 0:03:53.760 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:45 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.012) 0:03:53.772 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:54 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.011) 0:03:53.783 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:63 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.011) 0:03:53.795 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:72 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.011) 0:03:53.806 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:81 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.010) 0:03:53.817 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:3 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.012) 0:03:53.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-citcbq9m9q/tests/test-verify-volume-size.yml:11 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.186) 0:03:54.015 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:20 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.188) 0:03:54.204 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:28 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.016) 0:03:54.221 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:32 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.012) 0:03:54.233 ************ ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:46 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.187) 0:03:54.420 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:50 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.014) 0:03:54.435 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:54 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.014) 0:03:54.450 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:58 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.014) 0:03:54.464 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:68 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.014) 0:03:54.478 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:72 Sunday 12 May 2024 05:18:08 +0000 (0:00:00.012) 0:03:54.491 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:77 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.010) 0:03:54.502 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:83 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.011) 0:03:54.513 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:88 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.011) 0:03:54.524 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:96 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.011) 0:03:54.535 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:104 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.010) 0:03:54.546 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:109 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.012) 0:03:54.558 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:113 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.012) 0:03:54.571 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:117 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.011) 0:03:54.582 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:121 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.011) 0:03:54.593 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:129 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.011) 0:03:54.604 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:138 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.010) 0:03:54.615 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:142 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.012) 0:03:54.628 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:150 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.012) 0:03:54.640 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:156 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.011) 0:03:54.651 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:160 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.013) 0:03:54.664 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:164 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.012) 0:03:54.676 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:5 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.016) 0:03:54.693 ************ 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.029472", "end": "2024-05-12 05:18:09.394858", "rc": 0, "start": "2024-05-12 05:18:09.365386" } 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-citcbq9m9q/tests/test-verify-volume-cache.yml:13 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.226) 0:03:54.919 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:18 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.015) 0:03:54.935 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:27 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.015) 0:03:54.951 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:35 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.013) 0:03:54.964 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:41 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.012) 0:03:54.977 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:47 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.012) 0:03:54.989 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:27 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.012) 0:03:55.001 ************ ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:2 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.011) 0:03:55.013 ************ 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-citcbq9m9q/tests/test-verify-volume.yml:21 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.016) 0:03:55.030 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:7 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.055) 0:03:55.085 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:16 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.014) 0:03:55.100 ************ 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-citcbq9m9q/tests/test-verify-volume-mount.yml:38 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.017) 0:03:55.118 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:51 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.012) 0:03:55.130 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:63 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.012) 0:03:55.142 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:71 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.014) 0:03:55.156 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:83 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.011) 0:03:55.167 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:95 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.011) 0:03:55.179 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:110 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.011) 0:03:55.190 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:122 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.010) 0:03:55.201 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:128 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.012) 0:03:55.213 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:134 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.011) 0:03:55.224 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:146 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.012) 0:03:55.236 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:2 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.011) 0:03:55.247 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:40 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.023) 0:03:55.271 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:48 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.011) 0:03:55.282 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:58 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.015) 0:03:55.298 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:71 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.011) 0:03:55.309 ************ 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-citcbq9m9q/tests/test-verify-volume-fs.yml:3 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.011) 0:03:55.320 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml:12 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.010) 0:03:55.331 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:3 Sunday 12 May 2024 05:18:09 +0000 (0:00:00.010) 0:03:55.342 ************ ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:9 Sunday 12 May 2024 05:18:10 +0000 (0:00:00.181) 0:03:55.524 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:16 Sunday 12 May 2024 05:18:10 +0000 (0:00:00.012) 0:03:55.537 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:24 Sunday 12 May 2024 05:18:10 +0000 (0:00:00.015) 0:03:55.552 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:30 Sunday 12 May 2024 05:18:10 +0000 (0:00:00.008) 0:03:55.561 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:34 Sunday 12 May 2024 05:18:10 +0000 (0:00:00.012) 0:03:55.574 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:39 Sunday 12 May 2024 05:18:10 +0000 (0:00:00.012) 0:03:55.586 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:3 Sunday 12 May 2024 05:18:10 +0000 (0:00:00.008) 0:03:55.594 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 Sunday 12 May 2024 05:18:10 +0000 (0:00:00.010) 0:03:55.605 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:17 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.946) 0:03:56.551 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:23 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:56.564 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:32 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.011) 0:03:56.575 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:45 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.009) 0:03:56.584 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:51 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.010) 0:03:56.595 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:56 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:56.608 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:69 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.008) 0:03:56.617 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:81 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.008) 0:03:56.626 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:94 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.008) 0:03:56.634 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:106 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.015) 0:03:56.650 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:114 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.014) 0:03:56.664 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:122 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.014) 0:03:56.678 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:131 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:56.691 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:140 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:56.703 ************ 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-citcbq9m9q/tests/test-verify-volume-md.yml:8 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:56.716 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:14 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.014) 0:03:56.730 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:21 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.016) 0:03:56.746 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:28 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.018) 0:03:56.765 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:35 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.016) 0:03:56.781 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:45 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:56.794 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:54 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.024) 0:03:56.818 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:63 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.021) 0:03:56.840 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:72 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:56.852 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:81 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.016) 0:03:56.869 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:3 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:56.882 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:11 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.011) 0:03:56.893 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:20 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.011) 0:03:56.904 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:28 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.011) 0:03:56.915 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:32 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.011) 0:03:56.927 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:46 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:56.939 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:50 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:56.952 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:54 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:56.965 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:58 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:56.977 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:68 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:56.990 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:72 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:57.003 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:77 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.016) 0:03:57.019 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:83 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:57.032 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:88 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.013) 0:03:57.046 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:96 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:57.058 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:104 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:57.071 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:109 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:57.084 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:113 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.014) 0:03:57.098 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:117 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.016) 0:03:57.115 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:121 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:57.128 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:129 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:57.141 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:138 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.016) 0:03:57.157 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:142 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:57.170 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:150 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.014) 0:03:57.184 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:156 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.013) 0:03:57.198 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:160 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.014) 0:03:57.212 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:164 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.014) 0:03:57.226 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:5 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:57.239 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:13 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:57.252 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:18 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.014) 0:03:57.266 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:27 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.041) 0:03:57.307 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:35 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:57.320 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:41 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:57.332 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:47 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.012) 0:03:57.344 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:27 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.011) 0:03:57.355 ************ ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:2 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.010) 0:03:57.366 ************ 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-citcbq9m9q/tests/test-verify-volume.yml:21 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.015) 0:03:57.382 ************ included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:7 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.055) 0:03:57.437 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:16 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.014) 0:03:57.452 ************ 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-citcbq9m9q/tests/test-verify-volume-mount.yml:38 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.017) 0:03:57.470 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:51 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.013) 0:03:57.483 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:63 Sunday 12 May 2024 05:18:11 +0000 (0:00:00.011) 0:03:57.494 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:71 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.014) 0:03:57.508 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:83 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.011) 0:03:57.520 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:95 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.012) 0:03:57.532 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:110 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.012) 0:03:57.545 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:122 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.014) 0:03:57.559 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:128 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.012) 0:03:57.572 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:134 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.017) 0:03:57.590 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-mount.yml:146 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.013) 0:03:57.603 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:2 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.012) 0:03:57.615 ************ 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-citcbq9m9q/tests/test-verify-volume-fstab.yml:40 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.026) 0:03:57.641 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:48 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.023) 0:03:57.664 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:58 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.016) 0:03:57.681 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fstab.yml:71 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.013) 0:03:57.695 ************ 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-citcbq9m9q/tests/test-verify-volume-fs.yml:3 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.018) 0:03:57.714 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-fs.yml:12 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.016) 0:03:57.730 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:3 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.012) 0:03:57.742 ************ ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:9 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.183) 0:03:57.926 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:16 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.012) 0:03:57.938 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:24 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.017) 0:03:57.956 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:30 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.011) 0:03:57.967 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:34 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.013) 0:03:57.981 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-device.yml:39 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.012) 0:03:57.994 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:3 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.010) 0:03:58.004 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 Sunday 12 May 2024 05:18:12 +0000 (0:00:00.012) 0:03:58.017 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:17 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.944) 0:03:58.962 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:23 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.012) 0:03:58.974 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:32 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.012) 0:03:58.987 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:45 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.009) 0:03:58.996 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:51 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.013) 0:03:59.009 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:56 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.034) 0:03:59.044 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:69 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.009) 0:03:59.053 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:81 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.008) 0:03:59.062 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:94 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.008) 0:03:59.070 ************ 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-citcbq9m9q/tests/test-verify-volume-encryption.yml:106 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.015) 0:03:59.086 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:114 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.014) 0:03:59.100 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:122 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.012) 0:03:59.112 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:131 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.010) 0:03:59.123 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:140 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.011) 0:03:59.135 ************ 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-citcbq9m9q/tests/test-verify-volume-md.yml:8 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.011) 0:03:59.146 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:14 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.012) 0:03:59.158 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:21 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.012) 0:03:59.170 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:28 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.013) 0:03:59.184 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:35 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.011) 0:03:59.195 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:45 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.010) 0:03:59.206 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:54 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.011) 0:03:59.217 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:63 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.010) 0:03:59.228 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:72 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.011) 0:03:59.239 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-md.yml:81 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.012) 0:03:59.251 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:3 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.010) 0:03:59.262 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:11 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.010) 0:03:59.273 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:20 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.010) 0:03:59.284 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:28 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.011) 0:03:59.295 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:32 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.014) 0:03:59.310 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:46 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.014) 0:03:59.324 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:50 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.012) 0:03:59.336 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:54 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.011) 0:03:59.347 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:58 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.010) 0:03:59.358 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:68 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.010) 0:03:59.369 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:72 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.010) 0:03:59.380 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:77 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.012) 0:03:59.392 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:83 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.010) 0:03:59.403 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:88 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.011) 0:03:59.414 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:96 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.010) 0:03:59.425 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:104 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.010) 0:03:59.436 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:109 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.010) 0:03:59.447 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:113 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.012) 0:03:59.459 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:117 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.012) 0:03:59.472 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:121 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.011) 0:03:59.483 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:129 Sunday 12 May 2024 05:18:13 +0000 (0:00:00.011) 0:03:59.494 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:138 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.012) 0:03:59.507 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:142 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.011) 0:03:59.518 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:150 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.013) 0:03:59.531 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:156 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.011) 0:03:59.542 ************ 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-citcbq9m9q/tests/test-verify-volume-size.yml:160 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.013) 0:03:59.555 ************ ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-size.yml:164 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.012) 0:03:59.567 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:5 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.011) 0:03:59.578 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:13 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.011) 0:03:59.590 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:18 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.012) 0:03:59.602 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:27 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.011) 0:03:59.613 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:35 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.011) 0:03:59.624 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:41 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.011) 0:03:59.635 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-cache.yml:47 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.010) 0:03:59.646 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume.yml:27 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.010) 0:03:59.657 ************ ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:44 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.012) 0:03:59.669 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/verify-role-results.yml:54 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.009) 0:03:59.679 ************ 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-citcbq9m9q/tests/tests_lvm_one_disk_multiple_volumes.yml:119 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.010) 0:03:59.690 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.034) 0:03:59.725 ************ included: /WORKDIR/git-weekly-citcbq9m9q/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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.016) 0:03:59.741 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.014) 0:03:59.756 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.059) 0:03:59.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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.012) 0:03:59.828 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.011) 0:03:59.839 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.010) 0:03:59.850 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.011) 0:03:59.861 ************ included: /WORKDIR/git-weekly-citcbq9m9q/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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.024) 0:03:59.885 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.012) 0:03:59.898 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.014) 0:03:59.912 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.012) 0:03:59.924 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.012) 0:03:59.937 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.012) 0:03:59.949 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.011) 0:03:59.960 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.010) 0:03:59.971 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.018) 0:03:59.989 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 12 May 2024 05:18:14 +0000 (0:00:00.009) 0:03:59.999 ************ 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" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "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, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 12 May 2024 05:18:16 +0000 (0:00:01.824) 0:04:01.824 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 12 May 2024 05:18:16 +0000 (0:00:00.012) 0:04:01.836 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 12 May 2024 05:18:16 +0000 (0:00:00.010) 0:04:01.847 ************ 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" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "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, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 12 May 2024 05:18:16 +0000 (0:00:00.013) 0:04:01.860 ************ 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, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 12 May 2024 05:18:16 +0000 (0:00:00.013) 0:04:01.874 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 12 May 2024 05:18:16 +0000 (0:00:00.013) 0:04:01.888 ************ 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-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 12 May 2024 05:18:16 +0000 (0:00:00.194) 0:04:02.082 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 12 May 2024 05:18:17 +0000 (0:00:00.515) 0:04:02.597 ************ TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 12 May 2024 05:18:17 +0000 (0:00:00.012) 0:04:02.610 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 12 May 2024 05:18:17 +0000 (0:00:00.012) 0:04:02.622 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 12 May 2024 05:18:17 +0000 (0:00:00.521) 0:04:03.144 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1715490517.1612267, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1713854848.538, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1713854539.524, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "818622431", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 12 May 2024 05:18:17 +0000 (0:00:00.190) 0:04:03.334 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 12 May 2024 05:18:17 +0000 (0:00:00.011) 0:04:03.345 ************ ok: [sut] META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=770 changed=8 unreachable=0 failed=0 skipped=1055 rescued=0 ignored=0 Sunday 12 May 2024 05:18:18 +0000 (0:00:00.606) 0:04:03.951 ************ =============================================================================== linux-system-roles.storage : Make sure blivet is available ------------ 164.47s /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 4.38s /WORKDIR/git-weekly-citcbq9m9q/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.60s /WORKDIR/git-weekly-citcbq9m9q/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 --- 1.95s /WORKDIR/git-weekly-citcbq9m9q/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 --- 1.82s /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Ensure cryptsetup is present -------------------------------------------- 1.82s /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Get service facts -------------------------- 1.80s /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 1.44s /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Make sure required packages are installed --- 1.00s /WORKDIR/git-weekly-citcbq9m9q/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Ensure test packages ---------------------------------------------------- 0.99s /WORKDIR/git-weekly-citcbq9m9q/tests/get_unused_disk.yml:2 -------------------- Ensure cryptsetup is present -------------------------------------------- 0.95s /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 0.95s /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 0.95s /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 0.94s /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 0.94s /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 0.94s /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 0.94s /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 0.93s /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 0.93s /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 0.93s /WORKDIR/git-weekly-citcbq9m9q/tests/test-verify-volume-encryption.yml:10 ----- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---