# 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_change_fs.yml ************************************************** 1 plays in /WORKDIR/git-weekly-ciqj_wcx49/tests/tests_change_fs.yml PLAY [Test change fs] ********************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/tests_change_fs.yml:2 Saturday 27 January 2024 23:04:33 +0000 (0:00:00.012) 0:00:00.012 ****** ok: [sut] META: ran handlers TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/tests_change_fs.yml:16 Saturday 27 January 2024 23:04:34 +0000 (0:00:00.742) 0:00:00.754 ****** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Saturday 27 January 2024 23:04:34 +0000 (0:00:00.015) 0:00:00.770 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Saturday 27 January 2024 23:04:34 +0000 (0:00:00.022) 0:00:00.793 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Saturday 27 January 2024 23:04:34 +0000 (0:00:00.019) 0:00:00.812 ****** 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-ciqj_wcx49/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-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Saturday 27 January 2024 23:04:34 +0000 (0:00:00.035) 0:00:00.847 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Saturday 27 January 2024 23:04:34 +0000 (0:00:00.248) 0:00:01.096 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Saturday 27 January 2024 23:04:34 +0000 (0:00:00.021) 0:00:01.118 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Saturday 27 January 2024 23:04:34 +0000 (0:00:00.009) 0:00:01.127 ****** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Saturday 27 January 2024 23:04:34 +0000 (0:00:00.008) 0:00:01.136 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Saturday 27 January 2024 23:04:34 +0000 (0:00:00.053) 0:00:01.189 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: kernel-modules-core-5.14.0-410.el9.x86_64", "Installed: ndctl-71.1-8.el9.x86_64", "Installed: device-mapper-event-libs-9:1.02.195-3.el9.x86_64", "Installed: libblockdev-kbd-2.28-10.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: device-mapper-multipath-0.8.7-22.el9.x86_64", "Installed: libblockdev-lvm-2.28-10.el9.x86_64", "Installed: device-mapper-multipath-libs-0.8.7-22.el9.x86_64", "Installed: volume_key-libs-0.3.12-15.el9.x86_64", "Installed: device-mapper-persistent-data-1.0.6-1.el9.x86_64", "Installed: kmod-kvdo-8.2.3.3-114.el9.x86_64", "Installed: lsof-4.94.0-3.el9.x86_64", "Installed: libblockdev-mdraid-2.28-10.el9.x86_64", "Installed: python3-pyparted-1:3.12.0-1.el9.x86_64", "Installed: libblockdev-fs-2.28-10.el9.x86_64", "Installed: lvm2-9:2.03.21-3.el9.x86_64", "Installed: libblockdev-mpath-2.28-10.el9.x86_64", "Installed: lvm2-libs-9:2.03.21-3.el9.x86_64", "Installed: blivet-data-1:3.6.0-13.el9.noarch", "Installed: libblockdev-nvdimm-2.28-10.el9.x86_64", "Installed: libblockdev-part-2.28-10.el9.x86_64", "Installed: kernel-core-5.14.0-410.el9.x86_64", "Installed: daxctl-libs-71.1-8.el9.x86_64", "Installed: mdadm-4.2-10.el9.x86_64", "Installed: libblockdev-2.28-10.el9.x86_64", "Installed: vdo-8.2.2.2-1.el9.x86_64", "Installed: libblockdev-swap-2.28-10.el9.x86_64", "Installed: python3-blivet-1:3.6.0-13.el9.noarch", "Installed: libblockdev-crypto-2.28-10.el9.x86_64", "Installed: python3-blockdev-2.28-10.el9.x86_64", "Installed: libblockdev-dm-2.28-10.el9.x86_64", "Installed: libblockdev-utils-2.28-10.el9.x86_64", "Installed: python3-bytesize-2.5-3.el9.x86_64", "Installed: kernel-modules-5.14.0-410.el9.x86_64", "Installed: device-mapper-event-9:1.02.195-3.el9.x86_64", "Installed: libaio-0.3.111-13.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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Saturday 27 January 2024 23:07:24 +0000 (0:02:49.976) 0:02:51.165 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Saturday 27 January 2024 23:07:24 +0000 (0:00:00.019) 0:02:51.185 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Saturday 27 January 2024 23:07:24 +0000 (0:00:00.029) 0:02:51.215 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Saturday 27 January 2024 23:07:25 +0000 (0:00:00.453) 0:02:51.669 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Saturday 27 January 2024 23:07:25 +0000 (0:00:00.034) 0:02:51.704 ****** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Saturday 27 January 2024 23:07:25 +0000 (0:00:00.010) 0:02:51.714 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Saturday 27 January 2024 23:07:25 +0000 (0:00:00.011) 0:02:51.725 ****** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Saturday 27 January 2024 23:07:25 +0000 (0:00:00.009) 0:02:51.734 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Saturday 27 January 2024 23:07:26 +0000 (0:00:00.951) 0:02:52.686 ****** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "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-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Saturday 27 January 2024 23:07:27 +0000 (0:00:01.616) 0:02:54.302 ****** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Saturday 27 January 2024 23:07:27 +0000 (0:00:00.018) 0:02:54.321 ****** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Saturday 27 January 2024 23:07:27 +0000 (0:00:00.010) 0:02:54.332 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Saturday 27 January 2024 23:07:28 +0000 (0:00:00.343) 0:02:54.675 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Saturday 27 January 2024 23:07:28 +0000 (0:00:00.012) 0:02:54.687 ****** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Saturday 27 January 2024 23:07:28 +0000 (0:00:00.011) 0:02:54.699 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Saturday 27 January 2024 23:07:28 +0000 (0:00:00.013) 0:02:54.713 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Saturday 27 January 2024 23:07:28 +0000 (0:00:00.013) 0:02:54.726 ****** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Saturday 27 January 2024 23:07:28 +0000 (0:00:00.013) 0:02:54.739 ****** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Saturday 27 January 2024 23:07:28 +0000 (0:00:00.020) 0:02:54.760 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Saturday 27 January 2024 23:07:28 +0000 (0:00:00.017) 0:02:54.777 ****** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Saturday 27 January 2024 23:07:28 +0000 (0:00:00.013) 0:02:54.791 ****** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Saturday 27 January 2024 23:07:28 +0000 (0:00:00.012) 0:02:54.803 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Saturday 27 January 2024 23:07:28 +0000 (0:00:00.013) 0:02:54.817 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706396441.460148, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1705410636.245, "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": 1705410377.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "297655952", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Saturday 27 January 2024 23:07:28 +0000 (0:00:00.186) 0:02:55.004 ****** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Saturday 27 January 2024 23:07:28 +0000 (0:00:00.024) 0:02:55.028 ****** ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/tests_change_fs.yml:20 Saturday 27 January 2024 23:07:29 +0000 (0:00:00.645) 0:02:55.674 ****** ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/tests_change_fs.yml:29 Saturday 27 January 2024 23:07:29 +0000 (0:00:00.014) 0:02:55.689 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/get_unused_disk.yml:2 Saturday 27 January 2024 23:07:29 +0000 (0:00:00.016) 0:02:55.705 ****** 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-ciqj_wcx49/tests/get_unused_disk.yml:16 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.944) 0:02:56.650 ****** ok: [sut] => { "changed": false, "disks": [ "sda" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/get_unused_disk.yml:24 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.260) 0:02:56.910 ****** 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-ciqj_wcx49/tests/get_unused_disk.yml:29 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.014) 0:02:56.924 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/get_unused_disk.yml:34 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.011) 0:02:56.936 ****** ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Create a LVM logical volume with default fs_type] ************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/tests_change_fs.yml:35 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.011) 0:02:56.947 ****** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.020) 0:02:56.968 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.015) 0:02:56.983 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.012) 0:02:56.996 ****** 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-ciqj_wcx49/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-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.032) 0:02:57.028 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.010) 0:02:57.039 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.010) 0:02:57.050 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.010) 0:02:57.060 ****** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.010) 0:02:57.071 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.023) 0:02:57.095 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.011) 0:02:57.107 ****** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.013) 0:02:57.120 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.011) 0:02:57.132 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.011) 0:02:57.144 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.011) 0:02:57.155 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.010) 0:02:57.166 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.011) 0:02:57.178 ****** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.017) 0:02:57.195 ****** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Saturday 27 January 2024 23:07:30 +0000 (0:00:00.009) 0:02:57.205 ****** 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-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" ], "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": [ "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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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/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": "5g", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Saturday 27 January 2024 23:07:32 +0000 (0:00:01.949) 0:02:59.154 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Saturday 27 January 2024 23:07:32 +0000 (0:00:00.012) 0:02:59.166 ****** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Saturday 27 January 2024 23:07:32 +0000 (0:00:00.011) 0:02:59.177 ****** 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-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" ], "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": [ "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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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/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": "5g", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Saturday 27 January 2024 23:07:32 +0000 (0:00:00.055) 0:02:59.233 ****** 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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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/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": "5g", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Saturday 27 January 2024 23:07:32 +0000 (0:00:00.019) 0:02:59.253 ****** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Saturday 27 January 2024 23:07:32 +0000 (0:00:00.016) 0:02:59.269 ****** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Saturday 27 January 2024 23:07:32 +0000 (0:00:00.012) 0:02:59.281 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Saturday 27 January 2024 23:07:33 +0000 (0:00:00.678) 0:02:59.960 ****** 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" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Saturday 27 January 2024 23:07:33 +0000 (0:00:00.289) 0:03:00.249 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Saturday 27 January 2024 23:07:33 +0000 (0:00:00.017) 0:03:00.267 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Saturday 27 January 2024 23:07:34 +0000 (0:00:00.541) 0:03:00.808 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706396441.460148, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1705410636.245, "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": 1705410377.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "297655952", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Saturday 27 January 2024 23:07:34 +0000 (0:00:00.193) 0:03:01.002 ****** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Saturday 27 January 2024 23:07:34 +0000 (0:00:00.011) 0:03:01.013 ****** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/tests_change_fs.yml:47 Saturday 27 January 2024 23:07:35 +0000 (0:00:00.630) 0:03:01.644 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:2 Saturday 27 January 2024 23:07:35 +0000 (0:00:00.020) 0:03:01.664 ****** 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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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/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": "5g", "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-ciqj_wcx49/tests/verify-role-results.yml:7 Saturday 27 January 2024 23:07:35 +0000 (0:00:00.015) 0:03:01.680 ****** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:15 Saturday 27 January 2024 23:07:35 +0000 (0:00:00.013) 0:03:01.694 ****** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "f809a25c-ca84-43a7-a39d-342c587397fd" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "NGBIoA-lUKT-p8kw-YgWq-ii21-2LN0-JXM51p" }, "/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": "295dd18c-a822-4274-a059-b3ea63bcac35" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:20 Saturday 27 January 2024 23:07:35 +0000 (0:00:00.302) 0:03:01.996 ****** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003180", "end": "2024-01-27 23:07:35.869032", "rc": 0, "start": "2024-01-27 23:07:35.865852" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 16 13:06:17 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=295dd18c-a822-4274-a059-b3ea63bcac35 / 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-ciqj_wcx49/tests/verify-role-results.yml:25 Saturday 27 January 2024 23:07:35 +0000 (0:00:00.254) 0:03:02.250 ****** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002926", "end": "2024-01-27 23:07:36.054295", "failed_when_result": false, "rc": 0, "start": "2024-01-27 23:07:36.051369" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:34 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.184) 0:03:02.434 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:5 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.024) 0:03:02.459 ****** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:18 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.010) 0:03:02.470 ****** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.032581", "end": "2024-01-27 23:07:36.306116", "rc": 0, "start": "2024-01-27 23:07:36.273535" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:24 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.228) 0:03:02.698 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:34 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.030) 0:03:02.729 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:2 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.027) 0:03:02.756 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:13 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.017) 0:03:02.774 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:22 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.246) 0:03:03.020 ****** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:27 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.014) 0:03:03.035 ****** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:33 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.016) 0:03:03.051 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:42 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.026) 0:03:03.078 ****** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:48 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.016) 0:03:03.094 ****** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:54 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.039) 0:03:03.133 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:59 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.012) 0:03:03.146 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:73 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.018) 0:03:03.164 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:8 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.022) 0:03:03.187 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:14 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.011) 0:03:03.199 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:21 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.012) 0:03:03.211 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:28 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.011) 0:03:03.223 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:35 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.015) 0:03:03.238 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:45 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.011) 0:03:03.250 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:54 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.011) 0:03:03.261 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:64 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.012) 0:03:03.273 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:74 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.012) 0:03:03.285 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:85 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.013) 0:03:03.299 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:95 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.014) 0:03:03.313 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:76 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.011) 0:03:03.324 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-lvmraid.yml:2 Saturday 27 January 2024 23:07:36 +0000 (0:00:00.024) 0:03:03.348 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:8 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.027) 0:03:03.375 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:16 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.012) 0:03:03.388 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:21 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.021) 0:03:03.409 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:29 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.022) 0:03:03.432 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:34 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.014) 0:03:03.447 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:40 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.012) 0:03:03.459 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:46 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.011) 0:03:03.470 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:79 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.010) 0:03:03.481 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-thin.yml:2 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.024) 0:03:03.506 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-thin.yml:8 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.024) 0:03:03.530 ****** 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-ciqj_wcx49/tests/verify-pool-member-thin.yml:16 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.011) 0:03:03.541 ****** 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-ciqj_wcx49/tests/verify-pool-member-thin.yml:23 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.011) 0:03:03.553 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-thin.yml:27 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.010) 0:03:03.564 ****** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:82 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.010) 0:03:03.575 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-encryption.yml:5 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.024) 0:03:03.600 ****** 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-ciqj_wcx49/tests/verify-pool-members-encryption.yml:13 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.014) 0:03:03.614 ****** 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-ciqj_wcx49/tests/verify-pool-members-encryption.yml:20 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.013) 0:03:03.627 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:2 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.021) 0:03:03.649 ****** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:9 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.013) 0:03:03.662 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:18 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.014) 0:03:03.676 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:27 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.012) 0:03:03.689 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:37 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.012) 0:03:03.701 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:47 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.012) 0:03:03.714 ****** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-encryption.yml:27 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.010) 0:03:03.725 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:85 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.010) 0:03:03.735 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-vdo.yml:2 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.032) 0:03:03.768 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:9 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.026) 0:03:03.794 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:16 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.018) 0:03:03.812 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:22 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.013) 0:03:03.826 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:28 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.015) 0:03:03.842 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:35 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.029) 0:03:03.871 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:41 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.015) 0:03:03.887 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:47 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.012) 0:03:03.900 ****** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:88 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.016) 0:03:03.916 ****** 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-ciqj_wcx49/tests/test-verify-pool-volumes.yml:3 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.034) 0:03:03.951 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume.yml:2 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.035) 0:03:03.986 ****** 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-ciqj_wcx49/tests/test-verify-volume.yml:21 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.021) 0:03:04.007 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:7 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.092) 0:03:04.100 ****** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:16 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.018) 0:03:04.119 ****** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 1277047, "block_size": 4096, "block_total": 1294336, "block_used": 17289, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 2621437, "inode_total": 2621440, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 5230784512, "size_total": 5301600256, "uuid": "f809a25c-ca84-43a7-a39d-342c587397fd" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 1277047, "block_size": 4096, "block_total": 1294336, "block_used": 17289, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 2621437, "inode_total": 2621440, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 5230784512, "size_total": 5301600256, "uuid": "f809a25c-ca84-43a7-a39d-342c587397fd" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:38 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.022) 0:03:04.141 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:51 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.026) 0:03:04.168 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:63 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.018) 0:03:04.186 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:71 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.022) 0:03:04.209 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:83 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.016) 0:03:04.225 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:95 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.024) 0:03:04.250 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:110 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.019) 0:03:04.269 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:122 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.016) 0:03:04.286 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:128 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.012) 0:03:04.299 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:134 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.012) 0:03:04.312 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:146 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.011) 0:03:04.324 ****** 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-ciqj_wcx49/tests/test-verify-volume-fstab.yml:2 Saturday 27 January 2024 23:07:37 +0000 (0:00:00.018) 0:03:04.343 ****** 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-ciqj_wcx49/tests/test-verify-volume-fstab.yml:40 Saturday 27 January 2024 23:07:38 +0000 (0:00:00.028) 0:03:04.372 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml:48 Saturday 27 January 2024 23:07:38 +0000 (0:00:00.018) 0:03:04.390 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml:58 Saturday 27 January 2024 23:07:38 +0000 (0:00:00.016) 0:03:04.406 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml:71 Saturday 27 January 2024 23:07:38 +0000 (0:00:00.012) 0:03:04.418 ****** 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-ciqj_wcx49/tests/test-verify-volume-fs.yml:3 Saturday 27 January 2024 23:07:38 +0000 (0:00:00.014) 0:03:04.433 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fs.yml:12 Saturday 27 January 2024 23:07:38 +0000 (0:00:00.015) 0:03:04.449 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:3 Saturday 27 January 2024 23:07:38 +0000 (0:00:00.016) 0:03:04.465 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706396852.7160394, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1706396852.7160394, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 687, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1706396852.7160394, "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-ciqj_wcx49/tests/test-verify-volume-device.yml:9 Saturday 27 January 2024 23:07:38 +0000 (0:00:00.189) 0:03:04.655 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:16 Saturday 27 January 2024 23:07:38 +0000 (0:00:00.015) 0:03:04.671 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:24 Saturday 27 January 2024 23:07:38 +0000 (0:00:00.012) 0:03:04.683 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:30 Saturday 27 January 2024 23:07:38 +0000 (0:00:00.015) 0:03:04.698 ****** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:34 Saturday 27 January 2024 23:07:38 +0000 (0:00:00.013) 0:03:04.711 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:39 Saturday 27 January 2024 23:07:38 +0000 (0:00:00.010) 0:03:04.722 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:3 Saturday 27 January 2024 23:07:38 +0000 (0:00:00.014) 0:03:04.737 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:10 Saturday 27 January 2024 23:07:38 +0000 (0:00:00.012) 0:03:04.749 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:17 Saturday 27 January 2024 23:07:40 +0000 (0:00:02.175) 0:03:06.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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:23 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.012) 0:03:06.937 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:32 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.012) 0:03:06.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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:45 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.020) 0:03:06.970 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:51 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.036) 0:03:07.006 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:56 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.012) 0:03:07.019 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:69 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.012) 0:03:07.032 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:81 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.013) 0:03:07.045 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:94 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.013) 0:03:07.059 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:106 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.016) 0:03:07.076 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:114 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.016) 0:03:07.092 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:122 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.012) 0:03:07.105 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:131 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.011) 0:03:07.116 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:140 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.011) 0:03:07.127 ****** 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-ciqj_wcx49/tests/test-verify-volume-md.yml:8 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.011) 0:03:07.138 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:14 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.012) 0:03:07.150 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:21 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.012) 0:03:07.162 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:28 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.010) 0:03:07.173 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:35 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.010) 0:03:07.184 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:45 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.012) 0:03:07.196 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:54 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.013) 0:03:07.210 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:63 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.012) 0:03:07.222 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:72 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.012) 0:03:07.234 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:81 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.011) 0:03:07.246 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:3 Saturday 27 January 2024 23:07:40 +0000 (0:00:00.010) 0:03:07.257 ****** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:11 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.235) 0:03:07.492 ****** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:20 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.186) 0:03:07.678 ****** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:28 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.017) 0:03:07.696 ****** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:32 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.015) 0:03:07.711 ****** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:46 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.200) 0:03:07.912 ****** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:50 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.015) 0:03:07.928 ****** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:54 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.015) 0:03:07.943 ****** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:58 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.014) 0:03:07.958 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:68 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.014) 0:03:07.972 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:72 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.011) 0:03:07.983 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:77 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.012) 0:03:07.996 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:83 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.011) 0:03:08.007 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:88 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.013) 0:03:08.020 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:96 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.012) 0:03:08.033 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:104 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.011) 0:03:08.044 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:109 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.012) 0:03:08.057 ****** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:113 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.012) 0:03:08.069 ****** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:117 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.011) 0:03:08.081 ****** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:121 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.012) 0:03:08.094 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:129 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.011) 0:03:08.105 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:138 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.011) 0:03:08.116 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:142 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.011) 0:03:08.128 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:150 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.011) 0:03:08.140 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:156 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.018) 0:03:08.158 ****** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:160 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.014) 0:03:08.173 ****** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:164 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.015) 0:03:08.188 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:5 Saturday 27 January 2024 23:07:41 +0000 (0:00:00.022) 0:03:08.211 ****** 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.033055", "end": "2024-01-27 23:07:42.047325", "rc": 0, "start": "2024-01-27 23:07:42.014270" } 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-ciqj_wcx49/tests/test-verify-volume-cache.yml:13 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.217) 0:03:08.429 ****** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:18 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.015) 0:03:08.445 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:27 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.015) 0:03:08.460 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:35 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.012) 0:03:08.473 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:41 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.011) 0:03:08.485 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:47 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.012) 0:03:08.497 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume.yml:27 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.013) 0:03:08.510 ****** 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-ciqj_wcx49/tests/verify-role-results.yml:44 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.029) 0:03:08.539 ****** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:54 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.011) 0:03:08.550 ****** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change the file system signature on the logical volume created above] **** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/tests_change_fs.yml:50 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.010) 0:03:08.561 ****** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.025) 0:03:08.587 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.015) 0:03:08.603 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.013) 0:03:08.616 ****** 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-ciqj_wcx49/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-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.031) 0:03:08.647 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.020) 0:03:08.668 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.015) 0:03:08.683 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.011) 0:03:08.695 ****** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.014) 0:03:08.709 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.028) 0:03:08.737 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.017) 0:03:08.755 ****** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "xfs", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.039) 0:03:08.794 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.016) 0:03:08.811 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.018) 0:03:08.829 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.029) 0:03:08.859 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.027) 0:03:08.886 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.014) 0:03:08.900 ****** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.025) 0:03:08.925 ****** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Saturday 27 January 2024 23:07:42 +0000 (0:00:00.016) 0:03:08.942 ****** 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": [ "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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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/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": "5g", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Saturday 27 January 2024 23:07:43 +0000 (0:00:01.397) 0:03:10.339 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Saturday 27 January 2024 23:07:43 +0000 (0:00:00.012) 0:03:10.352 ****** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Saturday 27 January 2024 23:07:44 +0000 (0:00:00.009) 0:03:10.362 ****** 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": [ "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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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/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": "5g", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Saturday 27 January 2024 23:07:44 +0000 (0:00:00.013) 0:03:10.375 ****** 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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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/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": "5g", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Saturday 27 January 2024 23:07:44 +0000 (0:00:00.014) 0:03:10.389 ****** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Saturday 27 January 2024 23:07:44 +0000 (0:00:00.013) 0:03:10.403 ****** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Saturday 27 January 2024 23:07:44 +0000 (0:00:00.012) 0:03:10.416 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Saturday 27 January 2024 23:07:44 +0000 (0:00:00.532) 0:03:10.949 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Saturday 27 January 2024 23:07:44 +0000 (0:00:00.192) 0:03:11.141 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Saturday 27 January 2024 23:07:44 +0000 (0:00:00.015) 0:03:11.157 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Saturday 27 January 2024 23:07:45 +0000 (0:00:00.526) 0:03:11.684 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706396441.460148, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1705410636.245, "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": 1705410377.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "297655952", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Saturday 27 January 2024 23:07:45 +0000 (0:00:00.189) 0:03:11.873 ****** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Saturday 27 January 2024 23:07:45 +0000 (0:00:00.011) 0:03:11.884 ****** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/tests_change_fs.yml:63 Saturday 27 January 2024 23:07:46 +0000 (0:00:00.628) 0:03:12.513 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:2 Saturday 27 January 2024 23:07:46 +0000 (0:00:00.020) 0:03:12.534 ****** 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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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/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": "5g", "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-ciqj_wcx49/tests/verify-role-results.yml:7 Saturday 27 January 2024 23:07:46 +0000 (0:00:00.016) 0:03:12.550 ****** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:15 Saturday 27 January 2024 23:07:46 +0000 (0:00:00.011) 0:03:12.562 ****** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "f809a25c-ca84-43a7-a39d-342c587397fd" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "NGBIoA-lUKT-p8kw-YgWq-ii21-2LN0-JXM51p" }, "/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": "295dd18c-a822-4274-a059-b3ea63bcac35" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:20 Saturday 27 January 2024 23:07:46 +0000 (0:00:00.189) 0:03:12.752 ****** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002895", "end": "2024-01-27 23:07:46.555374", "rc": 0, "start": "2024-01-27 23:07:46.552479" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 16 13:06:17 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=295dd18c-a822-4274-a059-b3ea63bcac35 / 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-ciqj_wcx49/tests/verify-role-results.yml:25 Saturday 27 January 2024 23:07:46 +0000 (0:00:00.183) 0:03:12.935 ****** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002907", "end": "2024-01-27 23:07:46.739512", "failed_when_result": false, "rc": 0, "start": "2024-01-27 23:07:46.736605" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:34 Saturday 27 January 2024 23:07:46 +0000 (0:00:00.187) 0:03:13.123 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:5 Saturday 27 January 2024 23:07:46 +0000 (0:00:00.025) 0:03:13.149 ****** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:18 Saturday 27 January 2024 23:07:46 +0000 (0:00:00.012) 0:03:13.161 ****** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.031102", "end": "2024-01-27 23:07:46.999180", "rc": 0, "start": "2024-01-27 23:07:46.968078" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:24 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.218) 0:03:13.380 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:34 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.018) 0:03:13.398 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:2 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.027) 0:03:13.425 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:13 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.017) 0:03:13.442 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:22 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.184) 0:03:13.627 ****** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:27 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.015) 0:03:13.642 ****** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:33 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.017) 0:03:13.660 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:42 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.017) 0:03:13.677 ****** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:48 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.014) 0:03:13.692 ****** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:54 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.015) 0:03:13.708 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:59 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.017) 0:03:13.725 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:73 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.019) 0:03:13.745 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:8 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.024) 0:03:13.769 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:14 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.012) 0:03:13.782 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:21 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.011) 0:03:13.793 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:28 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.011) 0:03:13.805 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:35 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.016) 0:03:13.822 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:45 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.013) 0:03:13.835 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:54 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.012) 0:03:13.848 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:64 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.012) 0:03:13.860 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:74 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.012) 0:03:13.873 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:85 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.013) 0:03:13.886 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:95 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.013) 0:03:13.900 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:76 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.011) 0:03:13.911 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-lvmraid.yml:2 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.023) 0:03:13.934 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:8 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.054) 0:03:13.989 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:16 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.012) 0:03:14.002 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:21 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.018) 0:03:14.020 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:29 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.012) 0:03:14.032 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:34 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.014) 0:03:14.047 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:40 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.018) 0:03:14.065 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:46 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.016) 0:03:14.082 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:79 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.014) 0:03:14.096 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-thin.yml:2 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.024) 0:03:14.121 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-thin.yml:8 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.024) 0:03:14.146 ****** 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-ciqj_wcx49/tests/verify-pool-member-thin.yml:16 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.012) 0:03:14.159 ****** 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-ciqj_wcx49/tests/verify-pool-member-thin.yml:23 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.012) 0:03:14.172 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-thin.yml:27 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.013) 0:03:14.185 ****** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:82 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.011) 0:03:14.197 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-encryption.yml:5 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.033) 0:03:14.230 ****** 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-ciqj_wcx49/tests/verify-pool-members-encryption.yml:13 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.015) 0:03:14.246 ****** 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-ciqj_wcx49/tests/verify-pool-members-encryption.yml:20 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.013) 0:03:14.260 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:2 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.022) 0:03:14.282 ****** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:9 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.013) 0:03:14.295 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:18 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.014) 0:03:14.310 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:27 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.012) 0:03:14.323 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:37 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.012) 0:03:14.335 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:47 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.010) 0:03:14.346 ****** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-encryption.yml:27 Saturday 27 January 2024 23:07:47 +0000 (0:00:00.012) 0:03:14.359 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:85 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.011) 0:03:14.371 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-vdo.yml:2 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.025) 0:03:14.396 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:9 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.024) 0:03:14.421 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:16 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.012) 0:03:14.433 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:22 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.013) 0:03:14.446 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:28 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.017) 0:03:14.464 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:35 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.012) 0:03:14.476 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:41 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.012) 0:03:14.489 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:47 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.013) 0:03:14.502 ****** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:88 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.013) 0:03:14.516 ****** 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-ciqj_wcx49/tests/test-verify-pool-volumes.yml:3 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.012) 0:03:14.528 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume.yml:2 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.025) 0:03:14.553 ****** 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-ciqj_wcx49/tests/test-verify-volume.yml:21 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.017) 0:03:14.571 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:7 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.054) 0:03:14.625 ****** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:16 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.013) 0:03:14.639 ****** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 1277047, "block_size": 4096, "block_total": 1294336, "block_used": 17289, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 2621437, "inode_total": 2621440, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 5230784512, "size_total": 5301600256, "uuid": "f809a25c-ca84-43a7-a39d-342c587397fd" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 1277047, "block_size": 4096, "block_total": 1294336, "block_used": 17289, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 2621437, "inode_total": 2621440, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 5230784512, "size_total": 5301600256, "uuid": "f809a25c-ca84-43a7-a39d-342c587397fd" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:38 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.018) 0:03:14.657 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:51 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.012) 0:03:14.670 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:63 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.016) 0:03:14.686 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:71 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.014) 0:03:14.701 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:83 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.011) 0:03:14.712 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:95 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.010) 0:03:14.723 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:110 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.010) 0:03:14.734 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:122 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.015) 0:03:14.749 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:128 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.033) 0:03:14.782 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:134 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.012) 0:03:14.795 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:146 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.012) 0:03:14.808 ****** 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-ciqj_wcx49/tests/test-verify-volume-fstab.yml:2 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.011) 0:03:14.819 ****** 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-ciqj_wcx49/tests/test-verify-volume-fstab.yml:40 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.024) 0:03:14.844 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml:48 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.014) 0:03:14.858 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml:58 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.015) 0:03:14.874 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml:71 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.010) 0:03:14.885 ****** 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-ciqj_wcx49/tests/test-verify-volume-fs.yml:3 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.011) 0:03:14.896 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fs.yml:12 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.015) 0:03:14.911 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:3 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.016) 0:03:14.928 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706396852.7160394, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1706396852.7160394, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 687, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1706396852.7160394, "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-ciqj_wcx49/tests/test-verify-volume-device.yml:9 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.187) 0:03:15.115 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:16 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.017) 0:03:15.133 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:24 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.012) 0:03:15.145 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:30 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.014) 0:03:15.160 ****** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:34 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.013) 0:03:15.174 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:39 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.013) 0:03:15.187 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:3 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.014) 0:03:15.201 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:10 Saturday 27 January 2024 23:07:48 +0000 (0:00:00.011) 0:03:15.213 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:17 Saturday 27 January 2024 23:07:49 +0000 (0:00:00.949) 0:03:16.163 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:23 Saturday 27 January 2024 23:07:49 +0000 (0:00:00.012) 0:03:16.175 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:32 Saturday 27 January 2024 23:07:49 +0000 (0:00:00.011) 0:03:16.186 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:45 Saturday 27 January 2024 23:07:49 +0000 (0:00:00.016) 0:03:16.203 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:51 Saturday 27 January 2024 23:07:49 +0000 (0:00:00.011) 0:03:16.214 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:56 Saturday 27 January 2024 23:07:49 +0000 (0:00:00.012) 0:03:16.226 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:69 Saturday 27 January 2024 23:07:49 +0000 (0:00:00.012) 0:03:16.238 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:81 Saturday 27 January 2024 23:07:49 +0000 (0:00:00.011) 0:03:16.249 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:94 Saturday 27 January 2024 23:07:49 +0000 (0:00:00.011) 0:03:16.260 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:106 Saturday 27 January 2024 23:07:49 +0000 (0:00:00.015) 0:03:16.276 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:114 Saturday 27 January 2024 23:07:49 +0000 (0:00:00.013) 0:03:16.289 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:122 Saturday 27 January 2024 23:07:49 +0000 (0:00:00.013) 0:03:16.303 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:131 Saturday 27 January 2024 23:07:49 +0000 (0:00:00.013) 0:03:16.316 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:140 Saturday 27 January 2024 23:07:49 +0000 (0:00:00.013) 0:03:16.330 ****** 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-ciqj_wcx49/tests/test-verify-volume-md.yml:8 Saturday 27 January 2024 23:07:49 +0000 (0:00:00.012) 0:03:16.342 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:14 Saturday 27 January 2024 23:07:49 +0000 (0:00:00.012) 0:03:16.355 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:21 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.011) 0:03:16.366 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:28 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.012) 0:03:16.378 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:35 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.010) 0:03:16.389 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:45 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.010) 0:03:16.400 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:54 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.012) 0:03:16.413 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:63 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.011) 0:03:16.424 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:72 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.011) 0:03:16.435 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:81 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.013) 0:03:16.449 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:3 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.012) 0:03:16.461 ****** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:11 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.184) 0:03:16.645 ****** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:20 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.195) 0:03:16.841 ****** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:28 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.017) 0:03:16.858 ****** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:32 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.014) 0:03:16.872 ****** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:46 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.190) 0:03:17.063 ****** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:50 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.018) 0:03:17.081 ****** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:54 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.014) 0:03:17.096 ****** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:58 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.017) 0:03:17.113 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:68 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.015) 0:03:17.129 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:72 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.015) 0:03:17.144 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:77 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.012) 0:03:17.156 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:83 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.011) 0:03:17.168 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:88 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.012) 0:03:17.181 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:96 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.012) 0:03:17.194 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:104 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.012) 0:03:17.206 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:109 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.034) 0:03:17.241 ****** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:113 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.013) 0:03:17.254 ****** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:117 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.011) 0:03:17.265 ****** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:121 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.011) 0:03:17.276 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:129 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.018) 0:03:17.295 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:138 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.015) 0:03:17.311 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:142 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.014) 0:03:17.325 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:150 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.011) 0:03:17.336 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:156 Saturday 27 January 2024 23:07:50 +0000 (0:00:00.011) 0:03:17.347 ****** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:160 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.014) 0:03:17.362 ****** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:164 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.012) 0:03:17.375 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:5 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.017) 0:03:17.393 ****** 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.032958", "end": "2024-01-27 23:07:51.236254", "rc": 0, "start": "2024-01-27 23:07:51.203296" } 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-ciqj_wcx49/tests/test-verify-volume-cache.yml:13 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.228) 0:03:17.622 ****** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:18 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.016) 0:03:17.638 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:27 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.016) 0:03:17.654 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:35 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.014) 0:03:17.669 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:41 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.012) 0:03:17.681 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:47 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.012) 0:03:17.693 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume.yml:27 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.013) 0:03:17.707 ****** 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-ciqj_wcx49/tests/verify-role-results.yml:44 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.010) 0:03:17.718 ****** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:54 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.009) 0:03:17.727 ****** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Re-run the role on the same volume without specifying fs_type] *********** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/tests_change_fs.yml:66 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.013) 0:03:17.741 ****** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.026) 0:03:17.768 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.018) 0:03:17.787 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.014) 0:03:17.802 ****** 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-ciqj_wcx49/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-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.034) 0:03:17.836 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.012) 0:03:17.849 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.013) 0:03:17.863 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.025) 0:03:17.889 ****** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.016) 0:03:17.905 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.025) 0:03:17.931 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.019) 0:03:17.950 ****** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.016) 0:03:17.966 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.014) 0:03:17.980 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.017) 0:03:17.998 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.012) 0:03:18.010 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.012) 0:03:18.023 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.013) 0:03:18.036 ****** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.020) 0:03:18.057 ****** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Saturday 27 January 2024 23:07:51 +0000 (0:00:00.011) 0:03:18.069 ****** 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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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/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": "5g", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Saturday 27 January 2024 23:07:53 +0000 (0:00:01.391) 0:03:19.460 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Saturday 27 January 2024 23:07:53 +0000 (0:00:00.019) 0:03:19.480 ****** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Saturday 27 January 2024 23:07:53 +0000 (0:00:00.021) 0:03:19.501 ****** 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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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/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": "5g", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Saturday 27 January 2024 23:07:53 +0000 (0:00:00.020) 0:03:19.521 ****** 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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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/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": "5g", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Saturday 27 January 2024 23:07:53 +0000 (0:00:00.023) 0:03:19.544 ****** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Saturday 27 January 2024 23:07:53 +0000 (0:00:00.020) 0:03:19.565 ****** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Saturday 27 January 2024 23:07:53 +0000 (0:00:00.012) 0:03:19.578 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Saturday 27 January 2024 23:07:53 +0000 (0:00:00.534) 0:03:20.112 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Saturday 27 January 2024 23:07:53 +0000 (0:00:00.196) 0:03:20.309 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Saturday 27 January 2024 23:07:53 +0000 (0:00:00.023) 0:03:20.332 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Saturday 27 January 2024 23:07:54 +0000 (0:00:00.523) 0:03:20.856 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706396441.460148, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1705410636.245, "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": 1705410377.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "297655952", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Saturday 27 January 2024 23:07:54 +0000 (0:00:00.189) 0:03:21.045 ****** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Saturday 27 January 2024 23:07:54 +0000 (0:00:00.011) 0:03:21.057 ****** ok: [sut] TASK [Verify the output of the duplicate volumes test] ************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/tests_change_fs.yml:78 Saturday 27 January 2024 23:07:55 +0000 (0:00:00.637) 0:03:21.695 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/tests_change_fs.yml:85 Saturday 27 January 2024 23:07:55 +0000 (0:00:00.023) 0:03:21.718 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:2 Saturday 27 January 2024 23:07:55 +0000 (0:00:00.054) 0:03:21.773 ****** 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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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/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": "5g", "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-ciqj_wcx49/tests/verify-role-results.yml:7 Saturday 27 January 2024 23:07:55 +0000 (0:00:00.019) 0:03:21.792 ****** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:15 Saturday 27 January 2024 23:07:55 +0000 (0:00:00.013) 0:03:21.806 ****** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "f809a25c-ca84-43a7-a39d-342c587397fd" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "NGBIoA-lUKT-p8kw-YgWq-ii21-2LN0-JXM51p" }, "/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": "295dd18c-a822-4274-a059-b3ea63bcac35" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:20 Saturday 27 January 2024 23:07:55 +0000 (0:00:00.199) 0:03:22.005 ****** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002894", "end": "2024-01-27 23:07:55.807855", "rc": 0, "start": "2024-01-27 23:07:55.804961" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 16 13:06:17 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=295dd18c-a822-4274-a059-b3ea63bcac35 / 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-ciqj_wcx49/tests/verify-role-results.yml:25 Saturday 27 January 2024 23:07:55 +0000 (0:00:00.182) 0:03:22.188 ****** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002893", "end": "2024-01-27 23:07:55.992128", "failed_when_result": false, "rc": 0, "start": "2024-01-27 23:07:55.989235" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:34 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.185) 0:03:22.374 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:5 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.026) 0:03:22.400 ****** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:18 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.012) 0:03:22.413 ****** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.031907", "end": "2024-01-27 23:07:56.249930", "rc": 0, "start": "2024-01-27 23:07:56.218023" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:24 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.219) 0:03:22.632 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:34 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.020) 0:03:22.653 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:2 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.029) 0:03:22.682 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:13 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.038) 0:03:22.721 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:22 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.185) 0:03:22.906 ****** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:27 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.014) 0:03:22.921 ****** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:33 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.015) 0:03:22.936 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:42 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.015) 0:03:22.951 ****** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:48 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.014) 0:03:22.966 ****** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:54 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.016) 0:03:22.982 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:59 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.012) 0:03:22.994 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:73 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.020) 0:03:23.015 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:8 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.023) 0:03:23.038 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:14 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.022) 0:03:23.061 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:21 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.026) 0:03:23.087 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:28 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.014) 0:03:23.101 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:35 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.012) 0:03:23.114 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:45 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.010) 0:03:23.124 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:54 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.011) 0:03:23.135 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:64 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.010) 0:03:23.146 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:74 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.011) 0:03:23.158 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:85 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.010) 0:03:23.168 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:95 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.012) 0:03:23.181 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:76 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.011) 0:03:23.192 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-lvmraid.yml:2 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.023) 0:03:23.215 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:8 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.026) 0:03:23.241 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:16 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.012) 0:03:23.253 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:21 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.017) 0:03:23.271 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:29 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.016) 0:03:23.287 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:34 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.011) 0:03:23.298 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:40 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.012) 0:03:23.311 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:46 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.013) 0:03:23.325 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:79 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.012) 0:03:23.337 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-thin.yml:2 Saturday 27 January 2024 23:07:56 +0000 (0:00:00.022) 0:03:23.360 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-thin.yml:8 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.023) 0:03:23.384 ****** 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-ciqj_wcx49/tests/verify-pool-member-thin.yml:16 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.011) 0:03:23.395 ****** 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-ciqj_wcx49/tests/verify-pool-member-thin.yml:23 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.016) 0:03:23.412 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-thin.yml:27 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.012) 0:03:23.425 ****** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:82 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.012) 0:03:23.437 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-encryption.yml:5 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.032) 0:03:23.470 ****** 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-ciqj_wcx49/tests/verify-pool-members-encryption.yml:13 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.032) 0:03:23.502 ****** 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-ciqj_wcx49/tests/verify-pool-members-encryption.yml:20 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.021) 0:03:23.524 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:2 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.026) 0:03:23.551 ****** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:9 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.017) 0:03:23.568 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:18 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.018) 0:03:23.587 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:27 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.021) 0:03:23.608 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:37 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.019) 0:03:23.628 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:47 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.028) 0:03:23.656 ****** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-encryption.yml:27 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.015) 0:03:23.672 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:85 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.019) 0:03:23.692 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-vdo.yml:2 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.026) 0:03:23.718 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:9 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.025) 0:03:23.743 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:16 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.034) 0:03:23.777 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:22 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.017) 0:03:23.795 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:28 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.014) 0:03:23.809 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:35 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.012) 0:03:23.822 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:41 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.012) 0:03:23.834 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:47 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.011) 0:03:23.846 ****** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:88 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.013) 0:03:23.859 ****** 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-ciqj_wcx49/tests/test-verify-pool-volumes.yml:3 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.012) 0:03:23.872 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume.yml:2 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.024) 0:03:23.897 ****** 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-ciqj_wcx49/tests/test-verify-volume.yml:21 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.015) 0:03:23.912 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:7 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.056) 0:03:23.969 ****** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:16 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.022) 0:03:23.992 ****** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 1277047, "block_size": 4096, "block_total": 1294336, "block_used": 17289, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 2621437, "inode_total": 2621440, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 5230784512, "size_total": 5301600256, "uuid": "f809a25c-ca84-43a7-a39d-342c587397fd" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 1277047, "block_size": 4096, "block_total": 1294336, "block_used": 17289, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 2621437, "inode_total": 2621440, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 5230784512, "size_total": 5301600256, "uuid": "f809a25c-ca84-43a7-a39d-342c587397fd" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:38 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.033) 0:03:24.026 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:51 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.015) 0:03:24.042 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:63 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.018) 0:03:24.060 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:71 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.020) 0:03:24.080 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:83 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.012) 0:03:24.093 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:95 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.013) 0:03:24.106 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:110 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.023) 0:03:24.130 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:122 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.025) 0:03:24.155 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:128 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.018) 0:03:24.174 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:134 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.025) 0:03:24.199 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:146 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.031) 0:03:24.230 ****** 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-ciqj_wcx49/tests/test-verify-volume-fstab.yml:2 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.027) 0:03:24.258 ****** 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-ciqj_wcx49/tests/test-verify-volume-fstab.yml:40 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.026) 0:03:24.285 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml:48 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.019) 0:03:24.304 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml:58 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.023) 0:03:24.328 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml:71 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.015) 0:03:24.343 ****** 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-ciqj_wcx49/tests/test-verify-volume-fs.yml:3 Saturday 27 January 2024 23:07:57 +0000 (0:00:00.014) 0:03:24.358 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fs.yml:12 Saturday 27 January 2024 23:07:58 +0000 (0:00:00.017) 0:03:24.375 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:3 Saturday 27 January 2024 23:07:58 +0000 (0:00:00.017) 0:03:24.392 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706396852.7160394, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1706396852.7160394, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 687, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1706396852.7160394, "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-ciqj_wcx49/tests/test-verify-volume-device.yml:9 Saturday 27 January 2024 23:07:58 +0000 (0:00:00.192) 0:03:24.585 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:16 Saturday 27 January 2024 23:07:58 +0000 (0:00:00.019) 0:03:24.605 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:24 Saturday 27 January 2024 23:07:58 +0000 (0:00:00.025) 0:03:24.630 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:30 Saturday 27 January 2024 23:07:58 +0000 (0:00:00.017) 0:03:24.648 ****** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:34 Saturday 27 January 2024 23:07:58 +0000 (0:00:00.016) 0:03:24.665 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:39 Saturday 27 January 2024 23:07:58 +0000 (0:00:00.022) 0:03:24.687 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:3 Saturday 27 January 2024 23:07:58 +0000 (0:00:00.015) 0:03:24.703 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:10 Saturday 27 January 2024 23:07:58 +0000 (0:00:00.021) 0:03:24.724 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:17 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.961) 0:03:25.686 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:23 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.035) 0:03:25.721 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:32 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.012) 0:03:25.734 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:45 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.017) 0:03:25.752 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:51 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.013) 0:03:25.765 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:56 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.012) 0:03:25.777 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:69 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.012) 0:03:25.789 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:81 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.017) 0:03:25.807 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:94 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.012) 0:03:25.819 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:106 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.020) 0:03:25.840 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:114 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.037) 0:03:25.878 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:122 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.012) 0:03:25.890 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:131 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.012) 0:03:25.903 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:140 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.013) 0:03:25.916 ****** 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-ciqj_wcx49/tests/test-verify-volume-md.yml:8 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.014) 0:03:25.931 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:14 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.012) 0:03:25.943 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:21 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.014) 0:03:25.958 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:28 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.012) 0:03:25.971 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:35 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.012) 0:03:25.983 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:45 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.014) 0:03:25.997 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:54 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.017) 0:03:26.014 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:63 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.012) 0:03:26.027 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:72 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.014) 0:03:26.042 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:81 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.012) 0:03:26.054 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:3 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.011) 0:03:26.066 ****** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:11 Saturday 27 January 2024 23:07:59 +0000 (0:00:00.183) 0:03:26.249 ****** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:20 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.190) 0:03:26.440 ****** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:28 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.018) 0:03:26.458 ****** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:32 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.013) 0:03:26.471 ****** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:46 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.184) 0:03:26.656 ****** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:50 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.019) 0:03:26.676 ****** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:54 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.017) 0:03:26.693 ****** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:58 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.016) 0:03:26.709 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:68 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.016) 0:03:26.726 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:72 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.014) 0:03:26.741 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:77 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.011) 0:03:26.752 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:83 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.012) 0:03:26.765 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:88 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.012) 0:03:26.777 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:96 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.012) 0:03:26.789 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:104 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.014) 0:03:26.804 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:109 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.014) 0:03:26.818 ****** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:113 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.012) 0:03:26.831 ****** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:117 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.013) 0:03:26.844 ****** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:121 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.012) 0:03:26.856 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:129 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.011) 0:03:26.868 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:138 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.022) 0:03:26.890 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:142 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.012) 0:03:26.903 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:150 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.011) 0:03:26.914 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:156 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.012) 0:03:26.926 ****** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:160 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.014) 0:03:26.940 ****** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:164 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.013) 0:03:26.953 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:5 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.028) 0:03:26.982 ****** 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.030898", "end": "2024-01-27 23:08:00.823192", "rc": 0, "start": "2024-01-27 23:08:00.792294" } 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-ciqj_wcx49/tests/test-verify-volume-cache.yml:13 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.232) 0:03:27.214 ****** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:18 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.018) 0:03:27.233 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:27 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.018) 0:03:27.251 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:35 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.015) 0:03:27.266 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:41 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.014) 0:03:27.280 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:47 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.020) 0:03:27.301 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume.yml:27 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.014) 0:03:27.315 ****** 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-ciqj_wcx49/tests/verify-role-results.yml:44 Saturday 27 January 2024 23:08:00 +0000 (0:00:00.040) 0:03:27.356 ****** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:54 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.028) 0:03:27.384 ****** 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-ciqj_wcx49/tests/tests_change_fs.yml:88 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.012) 0:03:27.397 ****** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.031) 0:03:27.428 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.018) 0:03:27.447 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.015) 0:03:27.462 ****** 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-ciqj_wcx49/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-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.038) 0:03:27.501 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.020) 0:03:27.521 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.039) 0:03:27.561 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.013) 0:03:27.575 ****** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.020) 0:03:27.595 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.024) 0:03:27.619 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.013) 0:03:27.633 ****** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "xfs", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.016) 0:03:27.649 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.012) 0:03:27.661 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.012) 0:03:27.674 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.012) 0:03:27.686 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.012) 0:03:27.698 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.014) 0:03:27.713 ****** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.020) 0:03:27.733 ****** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Saturday 27 January 2024 23:08:01 +0000 (0:00:00.015) 0:03:27.749 ****** 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": [ "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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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/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": "5g", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Saturday 27 January 2024 23:08:02 +0000 (0:00:01.402) 0:03:29.151 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Saturday 27 January 2024 23:08:02 +0000 (0:00:00.012) 0:03:29.164 ****** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Saturday 27 January 2024 23:08:02 +0000 (0:00:00.011) 0:03:29.175 ****** 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": [ "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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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/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": "5g", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Saturday 27 January 2024 23:08:02 +0000 (0:00:00.024) 0:03:29.200 ****** 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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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/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": "5g", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Saturday 27 January 2024 23:08:02 +0000 (0:00:00.018) 0:03:29.219 ****** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Saturday 27 January 2024 23:08:02 +0000 (0:00:00.013) 0:03:29.232 ****** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Saturday 27 January 2024 23:08:02 +0000 (0:00:00.012) 0:03:29.244 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Saturday 27 January 2024 23:08:03 +0000 (0:00:00.532) 0:03:29.777 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Saturday 27 January 2024 23:08:03 +0000 (0:00:00.303) 0:03:30.080 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Saturday 27 January 2024 23:08:03 +0000 (0:00:00.018) 0:03:30.098 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Saturday 27 January 2024 23:08:04 +0000 (0:00:00.548) 0:03:30.647 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706396441.460148, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1705410636.245, "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": 1705410377.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "297655952", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Saturday 27 January 2024 23:08:04 +0000 (0:00:00.197) 0:03:30.844 ****** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Saturday 27 January 2024 23:08:04 +0000 (0:00:00.014) 0:03:30.858 ****** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/tests_change_fs.yml:101 Saturday 27 January 2024 23:08:05 +0000 (0:00:00.639) 0:03:31.498 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:2 Saturday 27 January 2024 23:08:05 +0000 (0:00:00.032) 0:03:31.531 ****** 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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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/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": "5g", "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-ciqj_wcx49/tests/verify-role-results.yml:7 Saturday 27 January 2024 23:08:05 +0000 (0:00:00.018) 0:03:31.550 ****** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:15 Saturday 27 January 2024 23:08:05 +0000 (0:00:00.013) 0:03:31.563 ****** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "f809a25c-ca84-43a7-a39d-342c587397fd" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "NGBIoA-lUKT-p8kw-YgWq-ii21-2LN0-JXM51p" }, "/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": "295dd18c-a822-4274-a059-b3ea63bcac35" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:20 Saturday 27 January 2024 23:08:05 +0000 (0:00:00.258) 0:03:31.822 ****** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002820", "end": "2024-01-27 23:08:05.651672", "rc": 0, "start": "2024-01-27 23:08:05.648852" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 16 13:06:17 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=295dd18c-a822-4274-a059-b3ea63bcac35 / 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-ciqj_wcx49/tests/verify-role-results.yml:25 Saturday 27 January 2024 23:08:05 +0000 (0:00:00.230) 0:03:32.053 ****** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.004440", "end": "2024-01-27 23:08:05.929870", "failed_when_result": false, "rc": 0, "start": "2024-01-27 23:08:05.925430" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:34 Saturday 27 January 2024 23:08:05 +0000 (0:00:00.263) 0:03:32.317 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:5 Saturday 27 January 2024 23:08:05 +0000 (0:00:00.027) 0:03:32.344 ****** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:18 Saturday 27 January 2024 23:08:05 +0000 (0:00:00.010) 0:03:32.355 ****** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.032807", "end": "2024-01-27 23:08:06.205112", "rc": 0, "start": "2024-01-27 23:08:06.172305" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:24 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.230) 0:03:32.585 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:34 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.018) 0:03:32.604 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:2 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.025) 0:03:32.629 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:13 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.016) 0:03:32.646 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:22 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.187) 0:03:32.834 ****** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:27 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.015) 0:03:32.849 ****** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:33 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.014) 0:03:32.863 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:42 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.020) 0:03:32.884 ****** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:48 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.015) 0:03:32.899 ****** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:54 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.015) 0:03:32.915 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:59 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.011) 0:03:32.926 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:73 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.019) 0:03:32.945 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:8 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.021) 0:03:32.966 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:14 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.011) 0:03:32.978 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:21 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.010) 0:03:32.989 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:28 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.011) 0:03:33.001 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:35 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.010) 0:03:33.011 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:45 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.010) 0:03:33.022 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:54 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.012) 0:03:33.035 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:64 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.012) 0:03:33.047 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:74 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.013) 0:03:33.060 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:85 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.014) 0:03:33.074 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:95 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.011) 0:03:33.086 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:76 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.011) 0:03:33.097 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-lvmraid.yml:2 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.047) 0:03:33.145 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:8 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.025) 0:03:33.171 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:16 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.012) 0:03:33.184 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:21 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.014) 0:03:33.198 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:29 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.012) 0:03:33.210 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:34 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.011) 0:03:33.222 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:40 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.013) 0:03:33.235 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:46 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.012) 0:03:33.248 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:79 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.012) 0:03:33.261 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-thin.yml:2 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.025) 0:03:33.287 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-thin.yml:8 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.024) 0:03:33.311 ****** 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-ciqj_wcx49/tests/verify-pool-member-thin.yml:16 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.013) 0:03:33.324 ****** 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-ciqj_wcx49/tests/verify-pool-member-thin.yml:23 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.013) 0:03:33.337 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-thin.yml:27 Saturday 27 January 2024 23:08:06 +0000 (0:00:00.012) 0:03:33.350 ****** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:82 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.012) 0:03:33.363 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-encryption.yml:5 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.053) 0:03:33.417 ****** 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-ciqj_wcx49/tests/verify-pool-members-encryption.yml:13 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.018) 0:03:33.435 ****** 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-ciqj_wcx49/tests/verify-pool-members-encryption.yml:20 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.015) 0:03:33.451 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:2 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.024) 0:03:33.475 ****** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:9 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.014) 0:03:33.490 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:18 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.014) 0:03:33.505 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:27 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.011) 0:03:33.517 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:37 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.012) 0:03:33.529 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:47 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.012) 0:03:33.542 ****** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-encryption.yml:27 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.014) 0:03:33.556 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:85 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.026) 0:03:33.583 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-vdo.yml:2 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.026) 0:03:33.609 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:9 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.032) 0:03:33.642 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:16 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.012) 0:03:33.655 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:22 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.012) 0:03:33.667 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:28 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.012) 0:03:33.679 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:35 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.012) 0:03:33.691 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:41 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.012) 0:03:33.703 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:47 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.012) 0:03:33.715 ****** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:88 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.010) 0:03:33.726 ****** 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-ciqj_wcx49/tests/test-verify-pool-volumes.yml:3 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.010) 0:03:33.737 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume.yml:2 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.023) 0:03:33.760 ****** 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-ciqj_wcx49/tests/test-verify-volume.yml:21 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.016) 0:03:33.777 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:7 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.058) 0:03:33.836 ****** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:16 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.016) 0:03:33.852 ****** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 1277047, "block_size": 4096, "block_total": 1294336, "block_used": 17289, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 2621437, "inode_total": 2621440, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 5230784512, "size_total": 5301600256, "uuid": "f809a25c-ca84-43a7-a39d-342c587397fd" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 1277047, "block_size": 4096, "block_total": 1294336, "block_used": 17289, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 2621437, "inode_total": 2621440, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 5230784512, "size_total": 5301600256, "uuid": "f809a25c-ca84-43a7-a39d-342c587397fd" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:38 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.019) 0:03:33.871 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:51 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.012) 0:03:33.884 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:63 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.016) 0:03:33.900 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:71 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.014) 0:03:33.914 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:83 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.011) 0:03:33.926 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:95 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.010) 0:03:33.937 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:110 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.010) 0:03:33.947 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:122 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.014) 0:03:33.962 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:128 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.012) 0:03:33.974 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:134 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.012) 0:03:33.986 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:146 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.012) 0:03:33.998 ****** 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-ciqj_wcx49/tests/test-verify-volume-fstab.yml:2 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.012) 0:03:34.011 ****** 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-ciqj_wcx49/tests/test-verify-volume-fstab.yml:40 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.024) 0:03:34.036 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml:48 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.017) 0:03:34.054 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml:58 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.016) 0:03:34.070 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml:71 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.012) 0:03:34.083 ****** 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-ciqj_wcx49/tests/test-verify-volume-fs.yml:3 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.013) 0:03:34.096 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fs.yml:12 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.017) 0:03:34.113 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:3 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.018) 0:03:34.132 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706396852.7160394, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1706396852.7160394, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 687, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1706396852.7160394, "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-ciqj_wcx49/tests/test-verify-volume-device.yml:9 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.204) 0:03:34.336 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:16 Saturday 27 January 2024 23:08:07 +0000 (0:00:00.018) 0:03:34.354 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:24 Saturday 27 January 2024 23:08:08 +0000 (0:00:00.013) 0:03:34.367 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:30 Saturday 27 January 2024 23:08:08 +0000 (0:00:00.039) 0:03:34.407 ****** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:34 Saturday 27 January 2024 23:08:08 +0000 (0:00:00.023) 0:03:34.431 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:39 Saturday 27 January 2024 23:08:08 +0000 (0:00:00.066) 0:03:34.497 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:3 Saturday 27 January 2024 23:08:08 +0000 (0:00:00.022) 0:03:34.520 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:10 Saturday 27 January 2024 23:08:08 +0000 (0:00:00.017) 0:03:34.537 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:17 Saturday 27 January 2024 23:08:09 +0000 (0:00:01.002) 0:03:35.539 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:23 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.013) 0:03:35.553 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:32 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.017) 0:03:35.570 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:45 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.017) 0:03:35.588 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:51 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.012) 0:03:35.601 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:56 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.012) 0:03:35.613 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:69 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.014) 0:03:35.628 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:81 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.014) 0:03:35.642 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:94 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.013) 0:03:35.656 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:106 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.018) 0:03:35.674 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:114 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.014) 0:03:35.689 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:122 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.013) 0:03:35.702 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:131 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.019) 0:03:35.722 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:140 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.029) 0:03:35.752 ****** 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-ciqj_wcx49/tests/test-verify-volume-md.yml:8 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.011) 0:03:35.764 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:14 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.022) 0:03:35.786 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:21 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.012) 0:03:35.799 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:28 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.012) 0:03:35.812 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:35 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.012) 0:03:35.824 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:45 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.013) 0:03:35.838 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:54 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.012) 0:03:35.850 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:63 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.011) 0:03:35.862 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:72 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.011) 0:03:35.873 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:81 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.011) 0:03:35.884 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:3 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.011) 0:03:35.895 ****** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:11 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.185) 0:03:36.080 ****** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:20 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.186) 0:03:36.267 ****** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:28 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.017) 0:03:36.284 ****** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:32 Saturday 27 January 2024 23:08:09 +0000 (0:00:00.013) 0:03:36.298 ****** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:46 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.185) 0:03:36.483 ****** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:50 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.014) 0:03:36.498 ****** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:54 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.013) 0:03:36.512 ****** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:58 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.013) 0:03:36.525 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:68 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.014) 0:03:36.540 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:72 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.011) 0:03:36.551 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:77 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.012) 0:03:36.563 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:83 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.011) 0:03:36.574 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:88 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.011) 0:03:36.585 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:96 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.011) 0:03:36.597 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:104 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.012) 0:03:36.609 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:109 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.012) 0:03:36.622 ****** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:113 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.013) 0:03:36.635 ****** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:117 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.011) 0:03:36.646 ****** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:121 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.012) 0:03:36.659 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:129 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.011) 0:03:36.670 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:138 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.011) 0:03:36.681 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:142 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.012) 0:03:36.694 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:150 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.012) 0:03:36.706 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:156 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.033) 0:03:36.739 ****** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:160 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.014) 0:03:36.754 ****** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:164 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.014) 0:03:36.768 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:5 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.017) 0:03:36.785 ****** 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.036912", "end": "2024-01-27 23:08:10.627241", "rc": 0, "start": "2024-01-27 23:08:10.590329" } 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-ciqj_wcx49/tests/test-verify-volume-cache.yml:13 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.222) 0:03:37.008 ****** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:18 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.025) 0:03:37.033 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:27 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.022) 0:03:37.056 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:35 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.017) 0:03:37.074 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:41 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.018) 0:03:37.093 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:47 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.013) 0:03:37.107 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume.yml:27 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.014) 0:03:37.122 ****** 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-ciqj_wcx49/tests/verify-role-results.yml:44 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.011) 0:03:37.134 ****** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:54 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.011) 0:03:37.145 ****** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove the FS] *********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/tests_change_fs.yml:104 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.011) 0:03:37.156 ****** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.035) 0:03:37.192 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.017) 0:03:37.210 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.016) 0:03:37.227 ****** 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-ciqj_wcx49/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-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.033) 0:03:37.260 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.015) 0:03:37.275 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.012) 0:03:37.288 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.017) 0:03:37.306 ****** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Saturday 27 January 2024 23:08:10 +0000 (0:00:00.016) 0:03:37.322 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Saturday 27 January 2024 23:08:11 +0000 (0:00:00.040) 0:03:37.363 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Saturday 27 January 2024 23:08:11 +0000 (0:00:00.017) 0:03:37.381 ****** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "unformatted", "name": "test1", "size": "5g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Saturday 27 January 2024 23:08:11 +0000 (0:00:00.020) 0:03:37.401 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Saturday 27 January 2024 23:08:11 +0000 (0:00:00.016) 0:03:37.418 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Saturday 27 January 2024 23:08:11 +0000 (0:00:00.012) 0:03:37.430 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Saturday 27 January 2024 23:08:11 +0000 (0:00:00.012) 0:03:37.443 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Saturday 27 January 2024 23:08:11 +0000 (0:00:00.012) 0:03:37.456 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Saturday 27 January 2024 23:08:11 +0000 (0:00:00.014) 0:03:37.470 ****** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Saturday 27 January 2024 23:08:11 +0000 (0:00:00.021) 0:03:37.492 ****** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Saturday 27 January 2024 23:08:11 +0000 (0:00:00.011) 0:03:37.503 ****** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "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/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, { "path": "/opt/test1", "state": "absent" } ], "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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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": "unformatted", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "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": "5g", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Saturday 27 January 2024 23:08:12 +0000 (0:00:01.605) 0:03:39.109 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Saturday 27 January 2024 23:08:12 +0000 (0:00:00.017) 0:03:39.127 ****** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Saturday 27 January 2024 23:08:12 +0000 (0:00:00.016) 0:03:39.143 ****** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "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/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, { "path": "/opt/test1", "state": "absent" } ], "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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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": "unformatted", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "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": "5g", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Saturday 27 January 2024 23:08:12 +0000 (0:00:00.019) 0:03:39.163 ****** 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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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": "unformatted", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "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": "5g", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Saturday 27 January 2024 23:08:12 +0000 (0:00:00.015) 0:03:39.178 ****** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Saturday 27 January 2024 23:08:12 +0000 (0:00:00.013) 0:03:39.192 ****** 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" } ok: [sut] => (item={'path': '/opt/test1', 'state': 'absent'}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "mount_info": { "path": "/opt/test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Saturday 27 January 2024 23:08:13 +0000 (0:00:00.371) 0:03:39.564 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Saturday 27 January 2024 23:08:13 +0000 (0:00:00.537) 0:03:40.101 ****** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Saturday 27 January 2024 23:08:13 +0000 (0:00:00.012) 0:03:40.114 ****** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Saturday 27 January 2024 23:08:13 +0000 (0:00:00.011) 0:03:40.125 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Saturday 27 January 2024 23:08:14 +0000 (0:00:00.526) 0:03:40.652 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706396441.460148, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1705410636.245, "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": 1705410377.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "297655952", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Saturday 27 January 2024 23:08:14 +0000 (0:00:00.188) 0:03:40.840 ****** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Saturday 27 January 2024 23:08:14 +0000 (0:00:00.012) 0:03:40.853 ****** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/tests_change_fs.yml:116 Saturday 27 January 2024 23:08:15 +0000 (0:00:00.613) 0:03:41.466 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:2 Saturday 27 January 2024 23:08:15 +0000 (0:00:00.024) 0:03:41.491 ****** 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-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_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": "unformatted", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "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": "5g", "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-ciqj_wcx49/tests/verify-role-results.yml:7 Saturday 27 January 2024 23:08:15 +0000 (0:00:00.025) 0:03:41.517 ****** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:15 Saturday 27 January 2024 23:08:15 +0000 (0:00:00.014) 0:03:41.532 ****** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "", "label": "", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "NGBIoA-lUKT-p8kw-YgWq-ii21-2LN0-JXM51p" }, "/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": "295dd18c-a822-4274-a059-b3ea63bcac35" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:20 Saturday 27 January 2024 23:08:15 +0000 (0:00:00.188) 0:03:41.720 ****** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002902", "end": "2024-01-27 23:08:15.523756", "rc": 0, "start": "2024-01-27 23:08:15.520854" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 16 13:06:17 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=295dd18c-a822-4274-a059-b3ea63bcac35 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:25 Saturday 27 January 2024 23:08:15 +0000 (0:00:00.183) 0:03:41.903 ****** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002908", "end": "2024-01-27 23:08:15.706875", "failed_when_result": false, "rc": 0, "start": "2024-01-27 23:08:15.703967" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:34 Saturday 27 January 2024 23:08:15 +0000 (0:00:00.183) 0:03:42.087 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:5 Saturday 27 January 2024 23:08:15 +0000 (0:00:00.026) 0:03:42.114 ****** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:18 Saturday 27 January 2024 23:08:15 +0000 (0:00:00.011) 0:03:42.125 ****** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.030130", "end": "2024-01-27 23:08:15.960029", "rc": 0, "start": "2024-01-27 23:08:15.929899" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:24 Saturday 27 January 2024 23:08:15 +0000 (0:00:00.221) 0:03:42.347 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:34 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.018) 0:03:42.365 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:2 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.024) 0:03:42.389 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:13 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.016) 0:03:42.406 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:22 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.185) 0:03:42.591 ****** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:27 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.015) 0:03:42.607 ****** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:33 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.014) 0:03:42.622 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:42 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.016) 0:03:42.639 ****** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:48 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.037) 0:03:42.677 ****** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:54 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.014) 0:03:42.692 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:59 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.012) 0:03:42.704 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:73 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.017) 0:03:42.722 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:8 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.022) 0:03:42.744 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:14 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.011) 0:03:42.755 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:21 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.012) 0:03:42.767 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:28 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.010) 0:03:42.778 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:35 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.010) 0:03:42.789 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:45 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.010) 0:03:42.800 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:54 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.012) 0:03:42.812 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:64 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.010) 0:03:42.823 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:74 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.010) 0:03:42.834 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:85 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.016) 0:03:42.850 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:95 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.013) 0:03:42.863 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:76 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.011) 0:03:42.875 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-lvmraid.yml:2 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.024) 0:03:42.899 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:8 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.023) 0:03:42.923 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:16 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.012) 0:03:42.935 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:21 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.011) 0:03:42.947 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:29 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.011) 0:03:42.958 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:34 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.011) 0:03:42.970 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:40 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.011) 0:03:42.982 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:46 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.012) 0:03:42.994 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:79 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.012) 0:03:43.006 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-thin.yml:2 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.024) 0:03:43.030 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-thin.yml:8 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.024) 0:03:43.055 ****** 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-ciqj_wcx49/tests/verify-pool-member-thin.yml:16 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.015) 0:03:43.070 ****** 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-ciqj_wcx49/tests/verify-pool-member-thin.yml:23 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.015) 0:03:43.086 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-thin.yml:27 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.013) 0:03:43.099 ****** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:82 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.012) 0:03:43.111 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-encryption.yml:5 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.026) 0:03:43.138 ****** 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-ciqj_wcx49/tests/verify-pool-members-encryption.yml:13 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.016) 0:03:43.154 ****** 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-ciqj_wcx49/tests/verify-pool-members-encryption.yml:20 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.014) 0:03:43.168 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:2 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.021) 0:03:43.190 ****** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:9 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.014) 0:03:43.204 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:18 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.015) 0:03:43.220 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:27 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.012) 0:03:43.233 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:37 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.012) 0:03:43.245 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-crypttab.yml:47 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.011) 0:03:43.256 ****** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-encryption.yml:27 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.011) 0:03:43.268 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:85 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.012) 0:03:43.280 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-vdo.yml:2 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.027) 0:03:43.307 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:9 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.024) 0:03:43.332 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:16 Saturday 27 January 2024 23:08:16 +0000 (0:00:00.017) 0:03:43.350 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:22 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.014) 0:03:43.364 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:28 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.012) 0:03:43.376 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:35 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.011) 0:03:43.387 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:41 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.012) 0:03:43.400 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:47 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.010) 0:03:43.411 ****** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:88 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.010) 0:03:43.421 ****** 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-ciqj_wcx49/tests/test-verify-pool-volumes.yml:3 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.032) 0:03:43.454 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume.yml:2 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.023) 0:03:43.477 ****** 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-ciqj_wcx49/tests/test-verify-volume.yml:21 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.016) 0:03:43.494 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:7 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.066) 0:03:43.560 ****** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:16 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.015) 0:03:43.576 ****** 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-ciqj_wcx49/tests/test-verify-volume-mount.yml:38 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.017) 0:03:43.594 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:51 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.012) 0:03:43.606 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:63 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.011) 0:03:43.617 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:71 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.014) 0:03:43.632 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:83 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.012) 0:03:43.644 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:95 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.012) 0:03:43.656 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:110 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.011) 0:03:43.668 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:122 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.011) 0:03:43.679 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:128 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.011) 0:03:43.691 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:134 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.011) 0:03:43.703 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:146 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.012) 0:03:43.716 ****** 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-ciqj_wcx49/tests/test-verify-volume-fstab.yml:2 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.013) 0:03:43.730 ****** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml:40 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.025) 0:03:43.755 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml:48 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.014) 0:03:43.770 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml:58 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.015) 0:03:43.785 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml:71 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.012) 0:03:43.798 ****** 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-ciqj_wcx49/tests/test-verify-volume-fs.yml:3 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.011) 0:03:43.810 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fs.yml:12 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.019) 0:03:43.829 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:3 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.016) 0:03:43.846 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706396892.62905, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1706396892.62905, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 687, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1706396892.62905, "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-ciqj_wcx49/tests/test-verify-volume-device.yml:9 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.189) 0:03:44.035 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:16 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.017) 0:03:44.053 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:24 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.024) 0:03:44.077 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:30 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.016) 0:03:44.094 ****** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:34 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.013) 0:03:44.108 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:39 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.011) 0:03:44.119 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:3 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.013) 0:03:44.132 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:10 Saturday 27 January 2024 23:08:17 +0000 (0:00:00.012) 0:03:44.144 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:17 Saturday 27 January 2024 23:08:18 +0000 (0:00:00.943) 0:03:45.088 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:23 Saturday 27 January 2024 23:08:18 +0000 (0:00:00.013) 0:03:45.101 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:32 Saturday 27 January 2024 23:08:18 +0000 (0:00:00.014) 0:03:45.116 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:45 Saturday 27 January 2024 23:08:18 +0000 (0:00:00.019) 0:03:45.135 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:51 Saturday 27 January 2024 23:08:18 +0000 (0:00:00.013) 0:03:45.149 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:56 Saturday 27 January 2024 23:08:18 +0000 (0:00:00.012) 0:03:45.161 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:69 Saturday 27 January 2024 23:08:18 +0000 (0:00:00.012) 0:03:45.174 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:81 Saturday 27 January 2024 23:08:18 +0000 (0:00:00.013) 0:03:45.188 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:94 Saturday 27 January 2024 23:08:18 +0000 (0:00:00.024) 0:03:45.212 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:106 Saturday 27 January 2024 23:08:18 +0000 (0:00:00.016) 0:03:45.228 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:114 Saturday 27 January 2024 23:08:18 +0000 (0:00:00.015) 0:03:45.243 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:122 Saturday 27 January 2024 23:08:18 +0000 (0:00:00.014) 0:03:45.258 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:131 Saturday 27 January 2024 23:08:18 +0000 (0:00:00.012) 0:03:45.271 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:140 Saturday 27 January 2024 23:08:18 +0000 (0:00:00.012) 0:03:45.284 ****** 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-ciqj_wcx49/tests/test-verify-volume-md.yml:8 Saturday 27 January 2024 23:08:18 +0000 (0:00:00.012) 0:03:45.296 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:14 Saturday 27 January 2024 23:08:18 +0000 (0:00:00.043) 0:03:45.339 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:21 Saturday 27 January 2024 23:08:18 +0000 (0:00:00.013) 0:03:45.353 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:28 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.012) 0:03:45.366 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:35 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.013) 0:03:45.379 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:45 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.018) 0:03:45.398 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:54 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.012) 0:03:45.410 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:63 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.013) 0:03:45.424 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:72 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.018) 0:03:45.443 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:81 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.013) 0:03:45.457 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:3 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.014) 0:03:45.472 ****** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:11 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.188) 0:03:45.660 ****** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:20 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.185) 0:03:45.846 ****** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:28 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.017) 0:03:45.864 ****** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:32 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.013) 0:03:45.877 ****** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:46 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.184) 0:03:46.062 ****** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:50 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.014) 0:03:46.076 ****** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:54 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.016) 0:03:46.093 ****** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:58 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.014) 0:03:46.107 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:68 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.014) 0:03:46.122 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:72 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.011) 0:03:46.133 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:77 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.012) 0:03:46.145 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:83 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.011) 0:03:46.156 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:88 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.012) 0:03:46.169 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:96 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.012) 0:03:46.181 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:104 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.011) 0:03:46.193 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:109 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.011) 0:03:46.204 ****** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:113 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.013) 0:03:46.217 ****** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:117 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.012) 0:03:46.230 ****** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:121 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.013) 0:03:46.243 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:129 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.011) 0:03:46.254 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:138 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.012) 0:03:46.267 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:142 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.011) 0:03:46.278 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:150 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.020) 0:03:46.298 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:156 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.013) 0:03:46.312 ****** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:160 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.015) 0:03:46.327 ****** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:164 Saturday 27 January 2024 23:08:19 +0000 (0:00:00.016) 0:03:46.344 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:5 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.018) 0:03:46.362 ****** 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.031406", "end": "2024-01-27 23:08:20.198182", "rc": 0, "start": "2024-01-27 23:08:20.166776" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-a----- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:13 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.217) 0:03:46.580 ****** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:18 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.015) 0:03:46.595 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:27 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.015) 0:03:46.611 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:35 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.013) 0:03:46.625 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:41 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.012) 0:03:46.637 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:47 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.013) 0:03:46.650 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume.yml:27 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.012) 0:03:46.663 ****** 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-ciqj_wcx49/tests/verify-role-results.yml:44 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.011) 0:03:46.674 ****** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:54 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.009) 0:03:46.683 ****** 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-ciqj_wcx49/tests/tests_change_fs.yml:120 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.010) 0:03:46.694 ****** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.037) 0:03:46.732 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.016) 0:03:46.749 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.041) 0:03:46.790 ****** 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-ciqj_wcx49/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-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.034) 0:03:46.825 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.022) 0:03:46.847 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.013) 0:03:46.860 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.012) 0:03:46.873 ****** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.011) 0:03:46.884 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.025) 0:03:46.910 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.013) 0:03:46.924 ****** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "fs_type": "xfs", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.017) 0:03:46.941 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.013) 0:03:46.954 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.013) 0:03:46.968 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.012) 0:03:46.980 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.012) 0:03:46.993 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.013) 0:03:47.006 ****** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.019) 0:03:47.026 ****** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Saturday 27 January 2024 23:08:20 +0000 (0:00:00.013) 0:03:47.039 ****** changed: [sut] => { "actions": [ { "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": [], "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": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "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": "5g", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Saturday 27 January 2024 23:08:22 +0000 (0:00:01.750) 0:03:48.790 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Saturday 27 January 2024 23:08:22 +0000 (0:00:00.016) 0:03:48.807 ****** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Saturday 27 January 2024 23:08:22 +0000 (0:00:00.011) 0:03:48.818 ****** ok: [sut] => { "blivet_output": { "actions": [ { "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": [], "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": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "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": "5g", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Saturday 27 January 2024 23:08:22 +0000 (0:00:00.018) 0:03:48.837 ****** 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": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "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": "5g", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Saturday 27 January 2024 23:08:22 +0000 (0:00:00.015) 0:03:48.852 ****** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Saturday 27 January 2024 23:08:22 +0000 (0:00:00.013) 0:03:48.865 ****** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Saturday 27 January 2024 23:08:22 +0000 (0:00:00.011) 0:03:48.877 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Saturday 27 January 2024 23:08:22 +0000 (0:00:00.013) 0:03:48.890 ****** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Saturday 27 January 2024 23:08:22 +0000 (0:00:00.011) 0:03:48.902 ****** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Saturday 27 January 2024 23:08:22 +0000 (0:00:00.013) 0:03:48.915 ****** 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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Saturday 27 January 2024 23:08:22 +0000 (0:00:00.013) 0:03:48.929 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706396441.460148, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1705410636.245, "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": 1705410377.521, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "297655952", "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-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Saturday 27 January 2024 23:08:22 +0000 (0:00:00.189) 0:03:49.118 ****** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Saturday 27 January 2024 23:08:22 +0000 (0:00:00.012) 0:03:49.131 ****** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/tests_change_fs.yml:134 Saturday 27 January 2024 23:08:23 +0000 (0:00:00.624) 0:03:49.755 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:2 Saturday 27 January 2024 23:08:23 +0000 (0:00:00.026) 0:03:49.782 ****** 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": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "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": "5g", "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-ciqj_wcx49/tests/verify-role-results.yml:7 Saturday 27 January 2024 23:08:23 +0000 (0:00:00.015) 0:03:49.798 ****** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:15 Saturday 27 January 2024 23:08:23 +0000 (0:00:00.011) 0:03:49.810 ****** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "295dd18c-a822-4274-a059-b3ea63bcac35" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:20 Saturday 27 January 2024 23:08:23 +0000 (0:00:00.186) 0:03:49.996 ****** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002913", "end": "2024-01-27 23:08:23.799933", "rc": 0, "start": "2024-01-27 23:08:23.797020" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 16 13:06:17 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=295dd18c-a822-4274-a059-b3ea63bcac35 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:25 Saturday 27 January 2024 23:08:23 +0000 (0:00:00.183) 0:03:50.179 ****** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002843", "end": "2024-01-27 23:08:23.983075", "failed_when_result": false, "rc": 0, "start": "2024-01-27 23:08:23.980232" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:34 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.183) 0:03:50.363 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:5 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.024) 0:03:50.388 ****** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:18 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.010) 0:03:50.399 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:24 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.011) 0:03:50.411 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool.yml:34 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.011) 0:03:50.423 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:2 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.025) 0:03:50.448 ****** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:13 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.016) 0:03:50.465 ****** TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:22 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.010) 0:03:50.476 ****** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:27 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.013) 0:03:50.489 ****** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:33 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.016) 0:03:50.505 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:42 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.015) 0:03:50.521 ****** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:48 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.015) 0:03:50.536 ****** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:54 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.014) 0:03:50.551 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:59 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.011) 0:03:50.563 ****** TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:73 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.009) 0:03:50.572 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:8 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.021) 0:03:50.594 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:14 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.010) 0:03:50.605 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:21 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.010) 0:03:50.616 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:28 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.010) 0:03:50.626 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:35 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.011) 0:03:50.638 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:45 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.010) 0:03:50.649 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:54 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.011) 0:03:50.661 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:64 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.012) 0:03:50.673 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:74 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.010) 0:03:50.684 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:85 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.012) 0:03:50.696 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-md.yml:95 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.010) 0:03:50.707 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:76 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.010) 0:03:50.718 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-lvmraid.yml:2 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.023) 0:03:50.741 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:8 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.023) 0:03:50.764 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:16 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.012) 0:03:50.776 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:21 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.018) 0:03:50.795 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:29 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.013) 0:03:50.809 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:34 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.018) 0:03:50.828 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:40 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.012) 0:03:50.840 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-lvmraid.yml:46 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.012) 0:03:50.853 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:79 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.012) 0:03:50.865 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-thin.yml:2 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.024) 0:03:50.890 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-thin.yml:8 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.025) 0:03:50.915 ****** 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-ciqj_wcx49/tests/verify-pool-member-thin.yml:16 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.012) 0:03:50.928 ****** 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-ciqj_wcx49/tests/verify-pool-member-thin.yml:23 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.011) 0:03:50.940 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-thin.yml:27 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.011) 0:03:50.951 ****** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:82 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.011) 0:03:50.963 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-encryption.yml:5 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.024) 0:03:50.987 ****** 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-ciqj_wcx49/tests/verify-pool-members-encryption.yml:13 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.036) 0:03:51.024 ****** TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-encryption.yml:20 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.011) 0:03:51.035 ****** TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-encryption.yml:27 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.010) 0:03:51.046 ****** 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-ciqj_wcx49/tests/test-verify-pool-members.yml:85 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.010) 0:03:51.057 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-members-vdo.yml:2 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.025) 0:03:51.083 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:9 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.025) 0:03:51.108 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:16 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.012) 0:03:51.121 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:22 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.011) 0:03:51.133 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:28 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.011) 0:03:51.145 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:35 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.012) 0:03:51.157 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:41 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.012) 0:03:51.169 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-pool-member-vdo.yml:47 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.011) 0:03:51.181 ****** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-pool-members.yml:88 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.010) 0:03:51.192 ****** 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-ciqj_wcx49/tests/test-verify-pool-volumes.yml:3 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.010) 0:03:51.203 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume.yml:2 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.022) 0:03:51.225 ****** 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-ciqj_wcx49/tests/test-verify-volume.yml:21 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.014) 0:03:51.239 ****** included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:7 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.056) 0:03:51.295 ****** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:16 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.016) 0:03:51.312 ****** 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-ciqj_wcx49/tests/test-verify-volume-mount.yml:38 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.018) 0:03:51.330 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:51 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.012) 0:03:51.343 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:63 Saturday 27 January 2024 23:08:24 +0000 (0:00:00.012) 0:03:51.356 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:71 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.014) 0:03:51.370 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:83 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.011) 0:03:51.382 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:95 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.010) 0:03:51.393 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:110 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.013) 0:03:51.406 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:122 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.012) 0:03:51.418 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:128 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.012) 0:03:51.431 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:134 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.011) 0:03:51.442 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-mount.yml:146 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.010) 0:03:51.453 ****** 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-ciqj_wcx49/tests/test-verify-volume-fstab.yml:2 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.011) 0:03:51.465 ****** 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-ciqj_wcx49/tests/test-verify-volume-fstab.yml:40 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.025) 0:03:51.490 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml:48 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.011) 0:03:51.501 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml:58 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.014) 0:03:51.516 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fstab.yml:71 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.012) 0:03:51.528 ****** 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-ciqj_wcx49/tests/test-verify-volume-fs.yml:3 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.010) 0:03:51.539 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-fs.yml:12 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.010) 0:03:51.550 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:3 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.012) 0:03:51.562 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:9 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.181) 0:03:51.744 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:16 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.012) 0:03:51.756 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:24 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.015) 0:03:51.772 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:30 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.009) 0:03:51.782 ****** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:34 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.012) 0:03:51.794 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-device.yml:39 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.010) 0:03:51.805 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:3 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.008) 0:03:51.813 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:10 Saturday 27 January 2024 23:08:25 +0000 (0:00:00.012) 0:03:51.826 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:17 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.950) 0:03:52.776 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:23 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.012) 0:03:52.789 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:32 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.011) 0:03:52.800 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:45 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.008) 0:03:52.809 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:51 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.011) 0:03:52.821 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:56 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.012) 0:03:52.833 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:69 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.010) 0:03:52.844 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:81 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.009) 0:03:52.853 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:94 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.008) 0:03:52.862 ****** 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-ciqj_wcx49/tests/test-verify-volume-encryption.yml:106 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.015) 0:03:52.877 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:114 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.015) 0:03:52.893 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:122 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.012) 0:03:52.905 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:131 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.011) 0:03:52.917 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:140 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.012) 0:03:52.930 ****** 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-ciqj_wcx49/tests/test-verify-volume-md.yml:8 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.012) 0:03:52.942 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:14 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.014) 0:03:52.956 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:21 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.013) 0:03:52.970 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:28 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.014) 0:03:52.985 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:35 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.012) 0:03:52.997 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:45 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.017) 0:03:53.014 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:54 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.012) 0:03:53.027 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:63 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.012) 0:03:53.040 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:72 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.013) 0:03:53.054 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-md.yml:81 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.012) 0:03:53.066 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:3 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.013) 0:03:53.080 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:11 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.011) 0:03:53.091 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:20 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.011) 0:03:53.103 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:28 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.011) 0:03:53.114 ****** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:32 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.013) 0:03:53.128 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:46 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.010) 0:03:53.138 ****** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:50 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.012) 0:03:53.150 ****** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:54 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.010) 0:03:53.161 ****** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:58 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.011) 0:03:53.173 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:68 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.010) 0:03:53.184 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:72 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.012) 0:03:53.196 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:77 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.012) 0:03:53.208 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:83 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.010) 0:03:53.219 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:88 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.010) 0:03:53.230 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:96 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.010) 0:03:53.241 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:104 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.010) 0:03:53.252 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:109 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.013) 0:03:53.265 ****** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:113 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.011) 0:03:53.277 ****** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:117 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.010) 0:03:53.288 ****** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:121 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.010) 0:03:53.299 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:129 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.010) 0:03:53.310 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:138 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.010) 0:03:53.320 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:142 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.012) 0:03:53.333 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:150 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.013) 0:03:53.347 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:156 Saturday 27 January 2024 23:08:26 +0000 (0:00:00.012) 0:03:53.360 ****** 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-ciqj_wcx49/tests/test-verify-volume-size.yml:160 Saturday 27 January 2024 23:08:27 +0000 (0:00:00.013) 0:03:53.373 ****** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-size.yml:164 Saturday 27 January 2024 23:08:27 +0000 (0:00:00.012) 0:03:53.385 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:5 Saturday 27 January 2024 23:08:27 +0000 (0:00:00.010) 0:03:53.396 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:13 Saturday 27 January 2024 23:08:27 +0000 (0:00:00.014) 0:03:53.411 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:18 Saturday 27 January 2024 23:08:27 +0000 (0:00:00.013) 0:03:53.424 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:27 Saturday 27 January 2024 23:08:27 +0000 (0:00:00.012) 0:03:53.437 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:35 Saturday 27 January 2024 23:08:27 +0000 (0:00:00.012) 0:03:53.449 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:41 Saturday 27 January 2024 23:08:27 +0000 (0:00:00.012) 0:03:53.461 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-cache.yml:47 Saturday 27 January 2024 23:08:27 +0000 (0:00:00.011) 0:03:53.473 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume.yml:27 Saturday 27 January 2024 23:08:27 +0000 (0:00:00.012) 0:03:53.485 ****** 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-ciqj_wcx49/tests/verify-role-results.yml:44 Saturday 27 January 2024 23:08:27 +0000 (0:00:00.030) 0:03:53.515 ****** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqj_wcx49/tests/verify-role-results.yml:54 Saturday 27 January 2024 23:08:27 +0000 (0:00:00.011) 0:03:53.527 ****** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=594 changed=7 unreachable=0 failed=0 skipped=643 rescued=0 ignored=0 Saturday 27 January 2024 23:08:27 +0000 (0:00:00.006) 0:03:53.533 ****** =============================================================================== linux-system-roles.storage : Make sure blivet is available ------------ 169.98s /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Ensure cryptsetup is present -------------------------------------------- 2.18s /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 1.95s /WORKDIR/git-weekly-ciqj_wcx49/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.75s /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Get service facts -------------------------- 1.62s /WORKDIR/git-weekly-ciqj_wcx49/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.61s /WORKDIR/git-weekly-ciqj_wcx49/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.40s /WORKDIR/git-weekly-ciqj_wcx49/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.40s /WORKDIR/git-weekly-ciqj_wcx49/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.39s /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Ensure cryptsetup is present -------------------------------------------- 1.00s /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 0.96s /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Make sure required packages are installed --- 0.95s /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Ensure cryptsetup is present -------------------------------------------- 0.95s /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 0.95s /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:10 ----- Ensure test packages ---------------------------------------------------- 0.94s /WORKDIR/git-weekly-ciqj_wcx49/tests/get_unused_disk.yml:2 -------------------- Ensure cryptsetup is present -------------------------------------------- 0.94s /WORKDIR/git-weekly-ciqj_wcx49/tests/test-verify-volume-encryption.yml:10 ----- Gathering Facts --------------------------------------------------------- 0.74s /WORKDIR/git-weekly-ciqj_wcx49/tests/tests_change_fs.yml:2 -------------------- linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab --- 0.68s /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 linux-system-roles.storage : Update facts ------------------------------- 0.65s /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 linux-system-roles.storage : Update facts ------------------------------- 0.64s /WORKDIR/git-weekly-ciqj_wcx49/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---