# 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-citcw6_nu9/tests/tests_change_fs.yml PLAY [Test change fs] ********************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/tests_change_fs.yml:2 Monday 01 April 2024 10:10:29 +0000 (0:00:00.012) 0:00:00.012 ********** ok: [sut] META: ran handlers TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/tests_change_fs.yml:16 Monday 01 April 2024 10:10:29 +0000 (0:00:00.877) 0:00:00.890 ********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Monday 01 April 2024 10:10:29 +0000 (0:00:00.016) 0:00:00.906 ********** included: /WORKDIR/git-weekly-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Monday 01 April 2024 10:10:29 +0000 (0:00:00.023) 0:00:00.930 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Monday 01 April 2024 10:10:30 +0000 (0:00:00.021) 0:00:00.951 ********** 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-citcw6_nu9/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-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Monday 01 April 2024 10:10:30 +0000 (0:00:00.036) 0:00:00.987 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Monday 01 April 2024 10:10:30 +0000 (0:00:00.280) 0:00:01.267 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Monday 01 April 2024 10:10:30 +0000 (0:00:00.052) 0:00:01.320 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Monday 01 April 2024 10:10:30 +0000 (0:00:00.009) 0:00:01.330 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Monday 01 April 2024 10:10:30 +0000 (0:00:00.010) 0:00:01.340 ********** included: /WORKDIR/git-weekly-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Monday 01 April 2024 10:10:30 +0000 (0:00:00.029) 0:00:01.370 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libblockdev-part-2.28-10.el9.x86_64", "Installed: daxctl-libs-71.1-8.el9.x86_64", "Installed: lvm2-libs-9:2.03.23-2.el9.x86_64", "Installed: libblockdev-2.28-10.el9.x86_64", "Installed: libblockdev-swap-2.28-10.el9.x86_64", "Installed: libblockdev-crypto-2.28-10.el9.x86_64", "Installed: python3-blivet-1:3.6.0-14.el9.noarch", "Installed: volume_key-libs-0.3.12-15.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: mdadm-4.2-12.el9.x86_64", "Installed: libblockdev-fs-2.28-10.el9.x86_64", "Installed: python3-bytesize-2.5-3.el9.x86_64", "Installed: device-mapper-event-9:1.02.197-2.el9.x86_64", "Installed: blivet-data-1:3.6.0-14.el9.noarch", "Installed: libblockdev-kbd-2.28-10.el9.x86_64", "Installed: device-mapper-event-libs-9:1.02.197-2.el9.x86_64", "Installed: libbytesize-2.5-3.el9.x86_64", "Installed: libaio-0.3.111-13.el9.x86_64", "Installed: libblockdev-loop-2.28-10.el9.x86_64", "Installed: device-mapper-multipath-0.8.7-27.el9.x86_64", "Installed: vdo-8.2.2.2-1.el9.x86_64", "Installed: libblockdev-lvm-2.28-10.el9.x86_64", "Installed: ndctl-71.1-8.el9.x86_64", "Installed: device-mapper-multipath-libs-0.8.7-27.el9.x86_64", "Installed: ndctl-libs-71.1-8.el9.x86_64", "Installed: device-mapper-persistent-data-1.0.9-2.el9.x86_64", "Installed: libblockdev-mdraid-2.28-10.el9.x86_64", "Installed: libblockdev-mpath-2.28-10.el9.x86_64", "Installed: kmod-kvdo-8.2.3.3-117.el9.x86_64", "Installed: python3-pyparted-1:3.12.0-1.el9.x86_64", "Installed: libblockdev-nvdimm-2.28-10.el9.x86_64", "Installed: lsof-4.94.0-3.el9.x86_64", "Installed: lvm2-9:2.03.23-2.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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Monday 01 April 2024 10:11:24 +0000 (0:00:53.864) 0:00:55.235 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Monday 01 April 2024 10:11:24 +0000 (0:00:00.019) 0:00:55.255 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Monday 01 April 2024 10:11:24 +0000 (0:00:00.019) 0:00:55.274 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Monday 01 April 2024 10:11:25 +0000 (0:00:00.679) 0:00:55.953 ********** included: /WORKDIR/git-weekly-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Monday 01 April 2024 10:11:25 +0000 (0:00:00.034) 0:00:55.988 ********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Monday 01 April 2024 10:11:25 +0000 (0:00:00.009) 0:00:55.997 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Monday 01 April 2024 10:11:25 +0000 (0:00:00.011) 0:00:56.008 ********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Monday 01 April 2024 10:11:25 +0000 (0:00:00.009) 0:00:56.017 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Monday 01 April 2024 10:11:27 +0000 (0:00:02.091) 0:00:58.109 ********** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-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-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Monday 01 April 2024 10:11:28 +0000 (0:00:01.798) 0:00:59.907 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Monday 01 April 2024 10:11:28 +0000 (0:00:00.020) 0:00:59.927 ********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Monday 01 April 2024 10:11:28 +0000 (0:00:00.011) 0:00:59.938 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Monday 01 April 2024 10:11:29 +0000 (0:00:00.376) 0:01:00.315 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Monday 01 April 2024 10:11:29 +0000 (0:00:00.012) 0:01:00.328 ********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Monday 01 April 2024 10:11:29 +0000 (0:00:00.011) 0:01:00.339 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Monday 01 April 2024 10:11:29 +0000 (0:00:00.034) 0:01:00.373 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Monday 01 April 2024 10:11:29 +0000 (0:00:00.013) 0:01:00.387 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Monday 01 April 2024 10:11:29 +0000 (0:00:00.013) 0:01:00.401 ********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Monday 01 April 2024 10:11:29 +0000 (0:00:00.012) 0:01:00.413 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Monday 01 April 2024 10:11:29 +0000 (0:00:00.011) 0:01:00.424 ********** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Monday 01 April 2024 10:11:29 +0000 (0:00:00.013) 0:01:00.437 ********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Monday 01 April 2024 10:11:29 +0000 (0:00:00.014) 0:01:00.452 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Monday 01 April 2024 10:11:29 +0000 (0:00:00.013) 0:01:00.465 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711966055.7193394, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709714866.167, "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": 1709714594.52, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2666343757", "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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Monday 01 April 2024 10:11:29 +0000 (0:00:00.205) 0:01:00.670 ********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Monday 01 April 2024 10:11:29 +0000 (0:00:00.011) 0:01:00.682 ********** ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/tests_change_fs.yml:20 Monday 01 April 2024 10:11:30 +0000 (0:00:00.670) 0:01:01.353 ********** ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/tests_change_fs.yml:29 Monday 01 April 2024 10:11:30 +0000 (0:00:00.015) 0:01:01.368 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/get_unused_disk.yml:2 Monday 01 April 2024 10:11:30 +0000 (0:00:00.016) 0:01:01.385 ********** 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-citcw6_nu9/tests/get_unused_disk.yml:16 Monday 01 April 2024 10:11:31 +0000 (0:00:00.985) 0:01:02.371 ********** ok: [sut] => { "changed": false, "disks": [ "sda" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/get_unused_disk.yml:24 Monday 01 April 2024 10:11:31 +0000 (0:00:00.293) 0:01:02.664 ********** 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-citcw6_nu9/tests/get_unused_disk.yml:29 Monday 01 April 2024 10:11:31 +0000 (0:00:00.015) 0:01:02.680 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/get_unused_disk.yml:34 Monday 01 April 2024 10:11:31 +0000 (0:00:00.012) 0:01:02.692 ********** ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Create a LVM logical volume with default fs_type] ************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/tests_change_fs.yml:35 Monday 01 April 2024 10:11:31 +0000 (0:00:00.013) 0:01:02.706 ********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Monday 01 April 2024 10:11:31 +0000 (0:00:00.022) 0:01:02.728 ********** included: /WORKDIR/git-weekly-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Monday 01 April 2024 10:11:31 +0000 (0:00:00.016) 0:01:02.744 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Monday 01 April 2024 10:11:31 +0000 (0:00:00.015) 0:01:02.760 ********** 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-citcw6_nu9/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-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Monday 01 April 2024 10:11:31 +0000 (0:00:00.033) 0:01:02.794 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Monday 01 April 2024 10:11:31 +0000 (0:00:00.014) 0:01:02.808 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Monday 01 April 2024 10:11:31 +0000 (0:00:00.013) 0:01:02.821 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Monday 01 April 2024 10:11:31 +0000 (0:00:00.013) 0:01:02.835 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Monday 01 April 2024 10:11:31 +0000 (0:00:00.012) 0:01:02.848 ********** included: /WORKDIR/git-weekly-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Monday 01 April 2024 10:11:31 +0000 (0:00:00.025) 0:01:02.873 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Monday 01 April 2024 10:11:31 +0000 (0:00:00.014) 0:01:02.888 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Monday 01 April 2024 10:11:31 +0000 (0:00:00.021) 0:01:02.910 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Monday 01 April 2024 10:11:31 +0000 (0:00:00.019) 0:01:02.929 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Monday 01 April 2024 10:11:32 +0000 (0:00:00.035) 0:01:02.964 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Monday 01 April 2024 10:11:32 +0000 (0:00:00.012) 0:01:02.977 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Monday 01 April 2024 10:11:32 +0000 (0:00:00.013) 0:01:02.990 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Monday 01 April 2024 10:11:32 +0000 (0:00:00.012) 0:01:03.002 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Monday 01 April 2024 10:11:32 +0000 (0:00:00.024) 0:01:03.027 ********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Monday 01 April 2024 10:11:32 +0000 (0:00:00.011) 0:01:03.038 ********** 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": [ "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": [], "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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Monday 01 April 2024 10:11:34 +0000 (0:00:02.180) 0:01:05.219 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Monday 01 April 2024 10:11:34 +0000 (0:00:00.012) 0:01:05.231 ********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Monday 01 April 2024 10:11:34 +0000 (0:00:00.010) 0:01:05.242 ********** 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": [ "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": [], "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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Monday 01 April 2024 10:11:34 +0000 (0:00:00.014) 0:01:05.256 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Monday 01 April 2024 10:11:34 +0000 (0:00:00.013) 0:01:05.270 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Monday 01 April 2024 10:11:34 +0000 (0:00:00.013) 0:01:05.283 ********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Monday 01 April 2024 10:11:34 +0000 (0:00:00.010) 0:01:05.294 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Monday 01 April 2024 10:11:35 +0000 (0:00:00.699) 0:01:05.993 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Monday 01 April 2024 10:11:35 +0000 (0:00:00.299) 0:01:06.293 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Monday 01 April 2024 10:11:35 +0000 (0:00:00.020) 0:01:06.314 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Monday 01 April 2024 10:11:35 +0000 (0:00:00.591) 0:01:06.905 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711966055.7193394, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709714866.167, "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": 1709714594.52, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2666343757", "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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Monday 01 April 2024 10:11:36 +0000 (0:00:00.206) 0:01:07.112 ********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Monday 01 April 2024 10:11:36 +0000 (0:00:00.017) 0:01:07.129 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/tests_change_fs.yml:47 Monday 01 April 2024 10:11:36 +0000 (0:00:00.677) 0:01:07.807 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:2 Monday 01 April 2024 10:11:36 +0000 (0:00:00.022) 0:01:07.829 ********** 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-citcw6_nu9/tests/verify-role-results.yml:7 Monday 01 April 2024 10:11:36 +0000 (0:00:00.020) 0:01:07.850 ********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:15 Monday 01 April 2024 10:11:36 +0000 (0:00:00.045) 0:01:07.895 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "42b544da-1be4-4308-8d70-522201238ead" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "L70g04-rlbc-qHFX-yxql-VqKt-ac1y-adRjhc" }, "/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": "d673fe01-b454-4235-b8eb-90a73d08e5be" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:20 Monday 01 April 2024 10:11:37 +0000 (0:00:00.290) 0:01:08.186 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003361", "end": "2024-04-01 10:11:37.493843", "rc": 0, "start": "2024-04-01 10:11:37.490482" } STDOUT: # # /etc/fstab # Created by anaconda on Wed Mar 6 08:43:14 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=d673fe01-b454-4235-b8eb-90a73d08e5be / 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-citcw6_nu9/tests/verify-role-results.yml:25 Monday 01 April 2024 10:11:37 +0000 (0:00:00.273) 0:01:08.460 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003383", "end": "2024-04-01 10:11:37.698157", "failed_when_result": false, "rc": 0, "start": "2024-04-01 10:11:37.694774" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:34 Monday 01 April 2024 10:11:37 +0000 (0:00:00.212) 0:01:08.672 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:5 Monday 01 April 2024 10:11:37 +0000 (0:00:00.030) 0:01:08.702 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:18 Monday 01 April 2024 10:11:37 +0000 (0:00:00.011) 0:01:08.713 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.034823", "end": "2024-04-01 10:11:37.989715", "rc": 0, "start": "2024-04-01 10:11:37.954892" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:24 Monday 01 April 2024 10:11:38 +0000 (0:00:00.241) 0:01:08.955 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:34 Monday 01 April 2024 10:11:38 +0000 (0:00:00.018) 0:01:08.974 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:2 Monday 01 April 2024 10:11:38 +0000 (0:00:00.029) 0:01:09.004 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:13 Monday 01 April 2024 10:11:38 +0000 (0:00:00.056) 0:01:09.060 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:22 Monday 01 April 2024 10:11:38 +0000 (0:00:00.265) 0:01:09.325 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:27 Monday 01 April 2024 10:11:38 +0000 (0:00:00.015) 0:01:09.340 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:33 Monday 01 April 2024 10:11:38 +0000 (0:00:00.015) 0:01:09.356 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:42 Monday 01 April 2024 10:11:38 +0000 (0:00:00.015) 0:01:09.372 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:48 Monday 01 April 2024 10:11:38 +0000 (0:00:00.013) 0:01:09.385 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:54 Monday 01 April 2024 10:11:38 +0000 (0:00:00.014) 0:01:09.399 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:59 Monday 01 April 2024 10:11:38 +0000 (0:00:00.012) 0:01:09.412 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:73 Monday 01 April 2024 10:11:38 +0000 (0:00:00.020) 0:01:09.432 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:8 Monday 01 April 2024 10:11:38 +0000 (0:00:00.024) 0:01:09.456 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:14 Monday 01 April 2024 10:11:38 +0000 (0:00:00.012) 0:01:09.469 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:21 Monday 01 April 2024 10:11:38 +0000 (0:00:00.012) 0:01:09.482 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:28 Monday 01 April 2024 10:11:38 +0000 (0:00:00.014) 0:01:09.496 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:35 Monday 01 April 2024 10:11:38 +0000 (0:00:00.012) 0:01:09.509 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:45 Monday 01 April 2024 10:11:38 +0000 (0:00:00.012) 0:01:09.521 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:54 Monday 01 April 2024 10:11:38 +0000 (0:00:00.012) 0:01:09.534 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:64 Monday 01 April 2024 10:11:38 +0000 (0:00:00.012) 0:01:09.547 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:74 Monday 01 April 2024 10:11:38 +0000 (0:00:00.013) 0:01:09.560 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:85 Monday 01 April 2024 10:11:38 +0000 (0:00:00.013) 0:01:09.573 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:95 Monday 01 April 2024 10:11:38 +0000 (0:00:00.013) 0:01:09.587 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:76 Monday 01 April 2024 10:11:38 +0000 (0:00:00.011) 0:01:09.598 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-lvmraid.yml:2 Monday 01 April 2024 10:11:38 +0000 (0:00:00.024) 0:01:09.623 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:8 Monday 01 April 2024 10:11:38 +0000 (0:00:00.028) 0:01:09.651 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:16 Monday 01 April 2024 10:11:38 +0000 (0:00:00.013) 0:01:09.665 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:21 Monday 01 April 2024 10:11:38 +0000 (0:00:00.012) 0:01:09.678 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:29 Monday 01 April 2024 10:11:38 +0000 (0:00:00.013) 0:01:09.691 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:34 Monday 01 April 2024 10:11:38 +0000 (0:00:00.011) 0:01:09.703 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:40 Monday 01 April 2024 10:11:38 +0000 (0:00:00.012) 0:01:09.715 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:46 Monday 01 April 2024 10:11:38 +0000 (0:00:00.012) 0:01:09.727 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:79 Monday 01 April 2024 10:11:38 +0000 (0:00:00.011) 0:01:09.739 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-thin.yml:2 Monday 01 April 2024 10:11:38 +0000 (0:00:00.023) 0:01:09.762 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-thin.yml:8 Monday 01 April 2024 10:11:38 +0000 (0:00:00.023) 0:01:09.786 ********** 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-citcw6_nu9/tests/verify-pool-member-thin.yml:16 Monday 01 April 2024 10:11:38 +0000 (0:00:00.011) 0:01:09.797 ********** 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-citcw6_nu9/tests/verify-pool-member-thin.yml:23 Monday 01 April 2024 10:11:38 +0000 (0:00:00.010) 0:01:09.808 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-thin.yml:27 Monday 01 April 2024 10:11:38 +0000 (0:00:00.010) 0:01:09.819 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:82 Monday 01 April 2024 10:11:38 +0000 (0:00:00.010) 0:01:09.830 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-encryption.yml:5 Monday 01 April 2024 10:11:38 +0000 (0:00:00.025) 0:01:09.855 ********** 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-citcw6_nu9/tests/verify-pool-members-encryption.yml:13 Monday 01 April 2024 10:11:38 +0000 (0:00:00.014) 0:01:09.870 ********** 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-citcw6_nu9/tests/verify-pool-members-encryption.yml:20 Monday 01 April 2024 10:11:38 +0000 (0:00:00.013) 0:01:09.883 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:2 Monday 01 April 2024 10:11:38 +0000 (0:00:00.022) 0:01:09.906 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:9 Monday 01 April 2024 10:11:38 +0000 (0:00:00.015) 0:01:09.921 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:18 Monday 01 April 2024 10:11:38 +0000 (0:00:00.015) 0:01:09.937 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:27 Monday 01 April 2024 10:11:39 +0000 (0:00:00.012) 0:01:09.949 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:37 Monday 01 April 2024 10:11:39 +0000 (0:00:00.012) 0:01:09.962 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:47 Monday 01 April 2024 10:11:39 +0000 (0:00:00.013) 0:01:09.976 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-encryption.yml:27 Monday 01 April 2024 10:11:39 +0000 (0:00:00.012) 0:01:09.988 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:85 Monday 01 April 2024 10:11:39 +0000 (0:00:00.014) 0:01:10.003 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-vdo.yml:2 Monday 01 April 2024 10:11:39 +0000 (0:00:00.025) 0:01:10.029 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:9 Monday 01 April 2024 10:11:39 +0000 (0:00:00.049) 0:01:10.078 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:16 Monday 01 April 2024 10:11:39 +0000 (0:00:00.012) 0:01:10.091 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:22 Monday 01 April 2024 10:11:39 +0000 (0:00:00.014) 0:01:10.105 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:28 Monday 01 April 2024 10:11:39 +0000 (0:00:00.015) 0:01:10.121 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:35 Monday 01 April 2024 10:11:39 +0000 (0:00:00.012) 0:01:10.134 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:41 Monday 01 April 2024 10:11:39 +0000 (0:00:00.014) 0:01:10.149 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:47 Monday 01 April 2024 10:11:39 +0000 (0:00:00.013) 0:01:10.163 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:88 Monday 01 April 2024 10:11:39 +0000 (0:00:00.011) 0:01:10.174 ********** 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-citcw6_nu9/tests/test-verify-pool-volumes.yml:3 Monday 01 April 2024 10:11:39 +0000 (0:00:00.011) 0:01:10.185 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume.yml:2 Monday 01 April 2024 10:11:39 +0000 (0:00:00.023) 0:01:10.209 ********** 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-citcw6_nu9/tests/test-verify-volume.yml:21 Monday 01 April 2024 10:11:39 +0000 (0:00:00.014) 0:01:10.224 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:7 Monday 01 April 2024 10:11:39 +0000 (0:00:00.059) 0:01:10.284 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:16 Monday 01 April 2024 10:11:39 +0000 (0:00:00.013) 0:01:10.297 ********** 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": "42b544da-1be4-4308-8d70-522201238ead" } ], "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": "42b544da-1be4-4308-8d70-522201238ead" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:38 Monday 01 April 2024 10:11:39 +0000 (0:00:00.018) 0:01:10.315 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:51 Monday 01 April 2024 10:11:39 +0000 (0:00:00.012) 0:01:10.327 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:63 Monday 01 April 2024 10:11:39 +0000 (0:00:00.015) 0:01:10.343 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:71 Monday 01 April 2024 10:11:39 +0000 (0:00:00.018) 0:01:10.361 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:83 Monday 01 April 2024 10:11:39 +0000 (0:00:00.018) 0:01:10.379 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:95 Monday 01 April 2024 10:11:39 +0000 (0:00:00.013) 0:01:10.393 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:110 Monday 01 April 2024 10:11:39 +0000 (0:00:00.012) 0:01:10.406 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:122 Monday 01 April 2024 10:11:39 +0000 (0:00:00.015) 0:01:10.421 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:128 Monday 01 April 2024 10:11:39 +0000 (0:00:00.011) 0:01:10.433 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:134 Monday 01 April 2024 10:11:39 +0000 (0:00:00.011) 0:01:10.444 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:146 Monday 01 April 2024 10:11:39 +0000 (0:00:00.012) 0:01:10.456 ********** 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-citcw6_nu9/tests/test-verify-volume-fstab.yml:2 Monday 01 April 2024 10:11:39 +0000 (0:00:00.011) 0:01:10.468 ********** 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-citcw6_nu9/tests/test-verify-volume-fstab.yml:40 Monday 01 April 2024 10:11:39 +0000 (0:00:00.024) 0:01:10.493 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml:48 Monday 01 April 2024 10:11:39 +0000 (0:00:00.015) 0:01:10.508 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml:58 Monday 01 April 2024 10:11:39 +0000 (0:00:00.014) 0:01:10.522 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml:71 Monday 01 April 2024 10:11:39 +0000 (0:00:00.011) 0:01:10.533 ********** 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-citcw6_nu9/tests/test-verify-volume-fs.yml:3 Monday 01 April 2024 10:11:39 +0000 (0:00:00.012) 0:01:10.545 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fs.yml:12 Monday 01 April 2024 10:11:39 +0000 (0:00:00.015) 0:01:10.561 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:3 Monday 01 April 2024 10:11:39 +0000 (0:00:00.016) 0:01:10.578 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711966294.191519, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711966294.191519, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 681, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1711966294.191519, "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-citcw6_nu9/tests/test-verify-volume-device.yml:9 Monday 01 April 2024 10:11:39 +0000 (0:00:00.212) 0:01:10.791 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:16 Monday 01 April 2024 10:11:39 +0000 (0:00:00.017) 0:01:10.808 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:24 Monday 01 April 2024 10:11:39 +0000 (0:00:00.012) 0:01:10.820 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:30 Monday 01 April 2024 10:11:39 +0000 (0:00:00.023) 0:01:10.844 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:34 Monday 01 April 2024 10:11:39 +0000 (0:00:00.013) 0:01:10.857 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:39 Monday 01 April 2024 10:11:39 +0000 (0:00:00.012) 0:01:10.870 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:3 Monday 01 April 2024 10:11:39 +0000 (0:00:00.015) 0:01:10.886 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:10 Monday 01 April 2024 10:11:39 +0000 (0:00:00.017) 0:01:10.903 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:17 Monday 01 April 2024 10:11:42 +0000 (0:00:02.053) 0:01:12.957 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:23 Monday 01 April 2024 10:11:42 +0000 (0:00:00.013) 0:01:12.971 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:32 Monday 01 April 2024 10:11:42 +0000 (0:00:00.017) 0:01:12.988 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:45 Monday 01 April 2024 10:11:42 +0000 (0:00:00.017) 0:01:13.006 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:51 Monday 01 April 2024 10:11:42 +0000 (0:00:00.012) 0:01:13.018 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:56 Monday 01 April 2024 10:11:42 +0000 (0:00:00.012) 0:01:13.031 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:69 Monday 01 April 2024 10:11:42 +0000 (0:00:00.012) 0:01:13.044 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:81 Monday 01 April 2024 10:11:42 +0000 (0:00:00.013) 0:01:13.058 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:94 Monday 01 April 2024 10:11:42 +0000 (0:00:00.015) 0:01:13.073 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:106 Monday 01 April 2024 10:11:42 +0000 (0:00:00.018) 0:01:13.092 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:114 Monday 01 April 2024 10:11:42 +0000 (0:00:00.014) 0:01:13.107 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:122 Monday 01 April 2024 10:11:42 +0000 (0:00:00.013) 0:01:13.120 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:131 Monday 01 April 2024 10:11:42 +0000 (0:00:00.012) 0:01:13.132 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:140 Monday 01 April 2024 10:11:42 +0000 (0:00:00.013) 0:01:13.146 ********** 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-citcw6_nu9/tests/test-verify-volume-md.yml:8 Monday 01 April 2024 10:11:42 +0000 (0:00:00.011) 0:01:13.158 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:14 Monday 01 April 2024 10:11:42 +0000 (0:00:00.012) 0:01:13.170 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:21 Monday 01 April 2024 10:11:42 +0000 (0:00:00.012) 0:01:13.182 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:28 Monday 01 April 2024 10:11:42 +0000 (0:00:00.011) 0:01:13.194 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:35 Monday 01 April 2024 10:11:42 +0000 (0:00:00.012) 0:01:13.207 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:45 Monday 01 April 2024 10:11:42 +0000 (0:00:00.016) 0:01:13.223 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:54 Monday 01 April 2024 10:11:42 +0000 (0:00:00.012) 0:01:13.236 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:63 Monday 01 April 2024 10:11:42 +0000 (0:00:00.012) 0:01:13.248 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:72 Monday 01 April 2024 10:11:42 +0000 (0:00:00.012) 0:01:13.261 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:81 Monday 01 April 2024 10:11:42 +0000 (0:00:00.011) 0:01:13.273 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:3 Monday 01 April 2024 10:11:42 +0000 (0:00:00.011) 0:01:13.284 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:11 Monday 01 April 2024 10:11:42 +0000 (0:00:00.282) 0:01:13.566 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:20 Monday 01 April 2024 10:11:42 +0000 (0:00:00.204) 0:01:13.770 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:28 Monday 01 April 2024 10:11:42 +0000 (0:00:00.017) 0:01:13.787 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:32 Monday 01 April 2024 10:11:42 +0000 (0:00:00.012) 0:01:13.800 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:46 Monday 01 April 2024 10:11:43 +0000 (0:00:00.201) 0:01:14.001 ********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:50 Monday 01 April 2024 10:11:43 +0000 (0:00:00.016) 0:01:14.017 ********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:54 Monday 01 April 2024 10:11:43 +0000 (0:00:00.014) 0:01:14.032 ********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:58 Monday 01 April 2024 10:11:43 +0000 (0:00:00.014) 0:01:14.047 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:68 Monday 01 April 2024 10:11:43 +0000 (0:00:00.017) 0:01:14.064 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:72 Monday 01 April 2024 10:11:43 +0000 (0:00:00.012) 0:01:14.077 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:77 Monday 01 April 2024 10:11:43 +0000 (0:00:00.012) 0:01:14.090 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:83 Monday 01 April 2024 10:11:43 +0000 (0:00:00.013) 0:01:14.103 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:88 Monday 01 April 2024 10:11:43 +0000 (0:00:00.014) 0:01:14.118 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:96 Monday 01 April 2024 10:11:43 +0000 (0:00:00.013) 0:01:14.131 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:104 Monday 01 April 2024 10:11:43 +0000 (0:00:00.013) 0:01:14.145 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:109 Monday 01 April 2024 10:11:43 +0000 (0:00:00.012) 0:01:14.158 ********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:113 Monday 01 April 2024 10:11:43 +0000 (0:00:00.012) 0:01:14.170 ********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:117 Monday 01 April 2024 10:11:43 +0000 (0:00:00.012) 0:01:14.182 ********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:121 Monday 01 April 2024 10:11:43 +0000 (0:00:00.012) 0:01:14.195 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:129 Monday 01 April 2024 10:11:43 +0000 (0:00:00.011) 0:01:14.207 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:138 Monday 01 April 2024 10:11:43 +0000 (0:00:00.014) 0:01:14.221 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:142 Monday 01 April 2024 10:11:43 +0000 (0:00:00.012) 0:01:14.234 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:150 Monday 01 April 2024 10:11:43 +0000 (0:00:00.012) 0:01:14.247 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:156 Monday 01 April 2024 10:11:43 +0000 (0:00:00.017) 0:01:14.265 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:160 Monday 01 April 2024 10:11:43 +0000 (0:00:00.016) 0:01:14.281 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:164 Monday 01 April 2024 10:11:43 +0000 (0:00:00.030) 0:01:14.312 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:5 Monday 01 April 2024 10:11:43 +0000 (0:00:00.033) 0:01:14.345 ********** 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.033314", "end": "2024-04-01 10:11:43.617562", "rc": 0, "start": "2024-04-01 10:11:43.584248" } 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-citcw6_nu9/tests/test-verify-volume-cache.yml:13 Monday 01 April 2024 10:11:43 +0000 (0:00:00.237) 0:01:14.583 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:18 Monday 01 April 2024 10:11:43 +0000 (0:00:00.017) 0:01:14.600 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:27 Monday 01 April 2024 10:11:43 +0000 (0:00:00.017) 0:01:14.618 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:35 Monday 01 April 2024 10:11:43 +0000 (0:00:00.015) 0:01:14.633 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:41 Monday 01 April 2024 10:11:43 +0000 (0:00:00.014) 0:01:14.647 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:47 Monday 01 April 2024 10:11:43 +0000 (0:00:00.013) 0:01:14.661 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume.yml:27 Monday 01 April 2024 10:11:43 +0000 (0:00:00.013) 0:01:14.674 ********** 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-citcw6_nu9/tests/verify-role-results.yml:44 Monday 01 April 2024 10:11:43 +0000 (0:00:00.012) 0:01:14.687 ********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:54 Monday 01 April 2024 10:11:43 +0000 (0:00:00.049) 0:01:14.736 ********** 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-citcw6_nu9/tests/tests_change_fs.yml:50 Monday 01 April 2024 10:11:43 +0000 (0:00:00.018) 0:01:14.755 ********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Monday 01 April 2024 10:11:43 +0000 (0:00:00.030) 0:01:14.786 ********** included: /WORKDIR/git-weekly-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Monday 01 April 2024 10:11:43 +0000 (0:00:00.021) 0:01:14.807 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Monday 01 April 2024 10:11:43 +0000 (0:00:00.023) 0:01:14.831 ********** 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-citcw6_nu9/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-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Monday 01 April 2024 10:11:43 +0000 (0:00:00.035) 0:01:14.867 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Monday 01 April 2024 10:11:43 +0000 (0:00:00.012) 0:01:14.879 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Monday 01 April 2024 10:11:43 +0000 (0:00:00.012) 0:01:14.892 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Monday 01 April 2024 10:11:43 +0000 (0:00:00.011) 0:01:14.903 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Monday 01 April 2024 10:11:43 +0000 (0:00:00.011) 0:01:14.914 ********** included: /WORKDIR/git-weekly-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Monday 01 April 2024 10:11:43 +0000 (0:00:00.024) 0:01:14.938 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Monday 01 April 2024 10:11:44 +0000 (0:00:00.024) 0:01:14.963 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Monday 01 April 2024 10:11:44 +0000 (0:00:00.018) 0:01:14.981 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Monday 01 April 2024 10:11:44 +0000 (0:00:00.015) 0:01:14.997 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Monday 01 April 2024 10:11:44 +0000 (0:00:00.013) 0:01:15.010 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Monday 01 April 2024 10:11:44 +0000 (0:00:00.013) 0:01:15.024 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Monday 01 April 2024 10:11:44 +0000 (0:00:00.013) 0:01:15.037 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Monday 01 April 2024 10:11:44 +0000 (0:00:00.014) 0:01:15.052 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Monday 01 April 2024 10:11:44 +0000 (0:00:00.019) 0:01:15.071 ********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Monday 01 April 2024 10:11:44 +0000 (0:00:00.017) 0:01:15.089 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Monday 01 April 2024 10:11:45 +0000 (0:00:01.435) 0:01:16.524 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Monday 01 April 2024 10:11:45 +0000 (0:00:00.013) 0:01:16.538 ********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Monday 01 April 2024 10:11:45 +0000 (0:00:00.012) 0:01:16.550 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Monday 01 April 2024 10:11:45 +0000 (0:00:00.015) 0:01:16.566 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Monday 01 April 2024 10:11:45 +0000 (0:00:00.019) 0:01:16.585 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Monday 01 April 2024 10:11:45 +0000 (0:00:00.014) 0:01:16.600 ********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Monday 01 April 2024 10:11:45 +0000 (0:00:00.014) 0:01:16.614 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Monday 01 April 2024 10:11:46 +0000 (0:00:00.581) 0:01:17.196 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Monday 01 April 2024 10:11:46 +0000 (0:00:00.210) 0:01:17.407 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Monday 01 April 2024 10:11:46 +0000 (0:00:00.019) 0:01:17.426 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Monday 01 April 2024 10:11:47 +0000 (0:00:00.570) 0:01:17.996 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711966055.7193394, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709714866.167, "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": 1709714594.52, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2666343757", "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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Monday 01 April 2024 10:11:47 +0000 (0:00:00.209) 0:01:18.206 ********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Monday 01 April 2024 10:11:47 +0000 (0:00:00.011) 0:01:18.217 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/tests_change_fs.yml:63 Monday 01 April 2024 10:11:47 +0000 (0:00:00.683) 0:01:18.901 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:2 Monday 01 April 2024 10:11:48 +0000 (0:00:00.048) 0:01:18.950 ********** 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-citcw6_nu9/tests/verify-role-results.yml:7 Monday 01 April 2024 10:11:48 +0000 (0:00:00.024) 0:01:18.974 ********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:15 Monday 01 April 2024 10:11:48 +0000 (0:00:00.015) 0:01:18.990 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "42b544da-1be4-4308-8d70-522201238ead" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "L70g04-rlbc-qHFX-yxql-VqKt-ac1y-adRjhc" }, "/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": "d673fe01-b454-4235-b8eb-90a73d08e5be" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:20 Monday 01 April 2024 10:11:48 +0000 (0:00:00.217) 0:01:19.207 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003265", "end": "2024-04-01 10:11:48.445077", "rc": 0, "start": "2024-04-01 10:11:48.441812" } STDOUT: # # /etc/fstab # Created by anaconda on Wed Mar 6 08:43:14 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=d673fe01-b454-4235-b8eb-90a73d08e5be / 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-citcw6_nu9/tests/verify-role-results.yml:25 Monday 01 April 2024 10:11:48 +0000 (0:00:00.202) 0:01:19.409 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003281", "end": "2024-04-01 10:11:48.656449", "failed_when_result": false, "rc": 0, "start": "2024-04-01 10:11:48.653168" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:34 Monday 01 April 2024 10:11:48 +0000 (0:00:00.211) 0:01:19.620 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:5 Monday 01 April 2024 10:11:48 +0000 (0:00:00.026) 0:01:19.647 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:18 Monday 01 April 2024 10:11:48 +0000 (0:00:00.015) 0:01:19.662 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.031097", "end": "2024-04-01 10:11:48.938674", "rc": 0, "start": "2024-04-01 10:11:48.907577" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:24 Monday 01 April 2024 10:11:48 +0000 (0:00:00.251) 0:01:19.913 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:34 Monday 01 April 2024 10:11:49 +0000 (0:00:00.038) 0:01:19.952 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:2 Monday 01 April 2024 10:11:49 +0000 (0:00:00.031) 0:01:19.983 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:13 Monday 01 April 2024 10:11:49 +0000 (0:00:00.021) 0:01:20.005 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:22 Monday 01 April 2024 10:11:49 +0000 (0:00:00.211) 0:01:20.216 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:27 Monday 01 April 2024 10:11:49 +0000 (0:00:00.015) 0:01:20.231 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:33 Monday 01 April 2024 10:11:49 +0000 (0:00:00.016) 0:01:20.248 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:42 Monday 01 April 2024 10:11:49 +0000 (0:00:00.017) 0:01:20.265 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:48 Monday 01 April 2024 10:11:49 +0000 (0:00:00.018) 0:01:20.283 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:54 Monday 01 April 2024 10:11:49 +0000 (0:00:00.016) 0:01:20.299 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:59 Monday 01 April 2024 10:11:49 +0000 (0:00:00.012) 0:01:20.312 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:73 Monday 01 April 2024 10:11:49 +0000 (0:00:00.018) 0:01:20.330 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:8 Monday 01 April 2024 10:11:49 +0000 (0:00:00.021) 0:01:20.351 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:14 Monday 01 April 2024 10:11:49 +0000 (0:00:00.013) 0:01:20.365 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:21 Monday 01 April 2024 10:11:49 +0000 (0:00:00.012) 0:01:20.377 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:28 Monday 01 April 2024 10:11:49 +0000 (0:00:00.014) 0:01:20.391 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:35 Monday 01 April 2024 10:11:49 +0000 (0:00:00.013) 0:01:20.405 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:45 Monday 01 April 2024 10:11:49 +0000 (0:00:00.012) 0:01:20.417 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:54 Monday 01 April 2024 10:11:49 +0000 (0:00:00.011) 0:01:20.429 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:64 Monday 01 April 2024 10:11:49 +0000 (0:00:00.013) 0:01:20.443 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:74 Monday 01 April 2024 10:11:49 +0000 (0:00:00.013) 0:01:20.457 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:85 Monday 01 April 2024 10:11:49 +0000 (0:00:00.021) 0:01:20.478 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:95 Monday 01 April 2024 10:11:49 +0000 (0:00:00.012) 0:01:20.491 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:76 Monday 01 April 2024 10:11:49 +0000 (0:00:00.011) 0:01:20.503 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-lvmraid.yml:2 Monday 01 April 2024 10:11:49 +0000 (0:00:00.023) 0:01:20.526 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:8 Monday 01 April 2024 10:11:49 +0000 (0:00:00.023) 0:01:20.549 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:16 Monday 01 April 2024 10:11:49 +0000 (0:00:00.012) 0:01:20.562 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:21 Monday 01 April 2024 10:11:49 +0000 (0:00:00.010) 0:01:20.573 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:29 Monday 01 April 2024 10:11:49 +0000 (0:00:00.011) 0:01:20.585 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:34 Monday 01 April 2024 10:11:49 +0000 (0:00:00.011) 0:01:20.596 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:40 Monday 01 April 2024 10:11:49 +0000 (0:00:00.011) 0:01:20.608 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:46 Monday 01 April 2024 10:11:49 +0000 (0:00:00.010) 0:01:20.618 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:79 Monday 01 April 2024 10:11:49 +0000 (0:00:00.010) 0:01:20.629 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-thin.yml:2 Monday 01 April 2024 10:11:49 +0000 (0:00:00.050) 0:01:20.680 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-thin.yml:8 Monday 01 April 2024 10:11:49 +0000 (0:00:00.024) 0:01:20.705 ********** 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-citcw6_nu9/tests/verify-pool-member-thin.yml:16 Monday 01 April 2024 10:11:49 +0000 (0:00:00.016) 0:01:20.721 ********** 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-citcw6_nu9/tests/verify-pool-member-thin.yml:23 Monday 01 April 2024 10:11:49 +0000 (0:00:00.012) 0:01:20.734 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-thin.yml:27 Monday 01 April 2024 10:11:49 +0000 (0:00:00.014) 0:01:20.748 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:82 Monday 01 April 2024 10:11:49 +0000 (0:00:00.012) 0:01:20.761 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-encryption.yml:5 Monday 01 April 2024 10:11:49 +0000 (0:00:00.024) 0:01:20.785 ********** 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-citcw6_nu9/tests/verify-pool-members-encryption.yml:13 Monday 01 April 2024 10:11:49 +0000 (0:00:00.013) 0:01:20.799 ********** 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-citcw6_nu9/tests/verify-pool-members-encryption.yml:20 Monday 01 April 2024 10:11:49 +0000 (0:00:00.014) 0:01:20.813 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:2 Monday 01 April 2024 10:11:49 +0000 (0:00:00.021) 0:01:20.835 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:9 Monday 01 April 2024 10:11:49 +0000 (0:00:00.017) 0:01:20.852 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:18 Monday 01 April 2024 10:11:49 +0000 (0:00:00.015) 0:01:20.868 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:27 Monday 01 April 2024 10:11:49 +0000 (0:00:00.014) 0:01:20.883 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:37 Monday 01 April 2024 10:11:49 +0000 (0:00:00.013) 0:01:20.897 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:47 Monday 01 April 2024 10:11:49 +0000 (0:00:00.012) 0:01:20.909 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-encryption.yml:27 Monday 01 April 2024 10:11:49 +0000 (0:00:00.012) 0:01:20.921 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:85 Monday 01 April 2024 10:11:49 +0000 (0:00:00.010) 0:01:20.932 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-vdo.yml:2 Monday 01 April 2024 10:11:50 +0000 (0:00:00.046) 0:01:20.978 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:9 Monday 01 April 2024 10:11:50 +0000 (0:00:00.048) 0:01:21.027 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:16 Monday 01 April 2024 10:11:50 +0000 (0:00:00.033) 0:01:21.060 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:22 Monday 01 April 2024 10:11:50 +0000 (0:00:00.017) 0:01:21.078 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:28 Monday 01 April 2024 10:11:50 +0000 (0:00:00.022) 0:01:21.100 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:35 Monday 01 April 2024 10:11:50 +0000 (0:00:00.023) 0:01:21.124 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:41 Monday 01 April 2024 10:11:50 +0000 (0:00:00.018) 0:01:21.142 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:47 Monday 01 April 2024 10:11:50 +0000 (0:00:00.038) 0:01:21.181 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:88 Monday 01 April 2024 10:11:50 +0000 (0:00:00.016) 0:01:21.197 ********** 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-citcw6_nu9/tests/test-verify-pool-volumes.yml:3 Monday 01 April 2024 10:11:50 +0000 (0:00:00.020) 0:01:21.217 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume.yml:2 Monday 01 April 2024 10:11:50 +0000 (0:00:00.033) 0:01:21.250 ********** 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-citcw6_nu9/tests/test-verify-volume.yml:21 Monday 01 April 2024 10:11:50 +0000 (0:00:00.024) 0:01:21.275 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:7 Monday 01 April 2024 10:11:50 +0000 (0:00:00.104) 0:01:21.379 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:16 Monday 01 April 2024 10:11:50 +0000 (0:00:00.017) 0:01:21.396 ********** 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": "42b544da-1be4-4308-8d70-522201238ead" } ], "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": "42b544da-1be4-4308-8d70-522201238ead" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:38 Monday 01 April 2024 10:11:50 +0000 (0:00:00.040) 0:01:21.436 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:51 Monday 01 April 2024 10:11:50 +0000 (0:00:00.038) 0:01:21.475 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:63 Monday 01 April 2024 10:11:50 +0000 (0:00:00.017) 0:01:21.492 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:71 Monday 01 April 2024 10:11:50 +0000 (0:00:00.015) 0:01:21.508 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:83 Monday 01 April 2024 10:11:50 +0000 (0:00:00.013) 0:01:21.521 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:95 Monday 01 April 2024 10:11:50 +0000 (0:00:00.036) 0:01:21.558 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:110 Monday 01 April 2024 10:11:50 +0000 (0:00:00.016) 0:01:21.574 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:122 Monday 01 April 2024 10:11:50 +0000 (0:00:00.015) 0:01:21.589 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:128 Monday 01 April 2024 10:11:50 +0000 (0:00:00.012) 0:01:21.601 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:134 Monday 01 April 2024 10:11:50 +0000 (0:00:00.012) 0:01:21.614 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:146 Monday 01 April 2024 10:11:50 +0000 (0:00:00.011) 0:01:21.625 ********** 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-citcw6_nu9/tests/test-verify-volume-fstab.yml:2 Monday 01 April 2024 10:11:50 +0000 (0:00:00.012) 0:01:21.637 ********** 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-citcw6_nu9/tests/test-verify-volume-fstab.yml:40 Monday 01 April 2024 10:11:50 +0000 (0:00:00.038) 0:01:21.676 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml:48 Monday 01 April 2024 10:11:50 +0000 (0:00:00.016) 0:01:21.692 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml:58 Monday 01 April 2024 10:11:50 +0000 (0:00:00.014) 0:01:21.707 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml:71 Monday 01 April 2024 10:11:50 +0000 (0:00:00.012) 0:01:21.719 ********** 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-citcw6_nu9/tests/test-verify-volume-fs.yml:3 Monday 01 April 2024 10:11:50 +0000 (0:00:00.013) 0:01:21.732 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fs.yml:12 Monday 01 April 2024 10:11:50 +0000 (0:00:00.085) 0:01:21.818 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:3 Monday 01 April 2024 10:11:50 +0000 (0:00:00.021) 0:01:21.839 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711966294.191519, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711966294.191519, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 681, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1711966294.191519, "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-citcw6_nu9/tests/test-verify-volume-device.yml:9 Monday 01 April 2024 10:11:51 +0000 (0:00:00.213) 0:01:22.053 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:16 Monday 01 April 2024 10:11:51 +0000 (0:00:00.022) 0:01:22.076 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:24 Monday 01 April 2024 10:11:51 +0000 (0:00:00.012) 0:01:22.089 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:30 Monday 01 April 2024 10:11:51 +0000 (0:00:00.015) 0:01:22.104 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:34 Monday 01 April 2024 10:11:51 +0000 (0:00:00.016) 0:01:22.120 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:39 Monday 01 April 2024 10:11:51 +0000 (0:00:00.016) 0:01:22.137 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:3 Monday 01 April 2024 10:11:51 +0000 (0:00:00.019) 0:01:22.157 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:10 Monday 01 April 2024 10:11:51 +0000 (0:00:00.015) 0:01:22.173 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:17 Monday 01 April 2024 10:11:52 +0000 (0:00:00.974) 0:01:23.147 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:23 Monday 01 April 2024 10:11:52 +0000 (0:00:00.020) 0:01:23.168 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:32 Monday 01 April 2024 10:11:52 +0000 (0:00:00.012) 0:01:23.181 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:45 Monday 01 April 2024 10:11:52 +0000 (0:00:00.019) 0:01:23.200 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:51 Monday 01 April 2024 10:11:52 +0000 (0:00:00.015) 0:01:23.215 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:56 Monday 01 April 2024 10:11:52 +0000 (0:00:00.016) 0:01:23.232 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:69 Monday 01 April 2024 10:11:52 +0000 (0:00:00.014) 0:01:23.247 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:81 Monday 01 April 2024 10:11:52 +0000 (0:00:00.014) 0:01:23.261 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:94 Monday 01 April 2024 10:11:52 +0000 (0:00:00.013) 0:01:23.274 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:106 Monday 01 April 2024 10:11:52 +0000 (0:00:00.016) 0:01:23.291 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:114 Monday 01 April 2024 10:11:52 +0000 (0:00:00.016) 0:01:23.307 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:122 Monday 01 April 2024 10:11:52 +0000 (0:00:00.012) 0:01:23.320 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:131 Monday 01 April 2024 10:11:52 +0000 (0:00:00.012) 0:01:23.332 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:140 Monday 01 April 2024 10:11:52 +0000 (0:00:00.012) 0:01:23.345 ********** 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-citcw6_nu9/tests/test-verify-volume-md.yml:8 Monday 01 April 2024 10:11:52 +0000 (0:00:00.011) 0:01:23.356 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:14 Monday 01 April 2024 10:11:52 +0000 (0:00:00.011) 0:01:23.367 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:21 Monday 01 April 2024 10:11:52 +0000 (0:00:00.012) 0:01:23.380 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:28 Monday 01 April 2024 10:11:52 +0000 (0:00:00.012) 0:01:23.392 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:35 Monday 01 April 2024 10:11:52 +0000 (0:00:00.011) 0:01:23.403 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:45 Monday 01 April 2024 10:11:52 +0000 (0:00:00.011) 0:01:23.415 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:54 Monday 01 April 2024 10:11:52 +0000 (0:00:00.011) 0:01:23.426 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:63 Monday 01 April 2024 10:11:52 +0000 (0:00:00.011) 0:01:23.437 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:72 Monday 01 April 2024 10:11:52 +0000 (0:00:00.012) 0:01:23.450 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:81 Monday 01 April 2024 10:11:52 +0000 (0:00:00.012) 0:01:23.462 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:3 Monday 01 April 2024 10:11:52 +0000 (0:00:00.011) 0:01:23.473 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:11 Monday 01 April 2024 10:11:52 +0000 (0:00:00.201) 0:01:23.675 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:20 Monday 01 April 2024 10:11:52 +0000 (0:00:00.199) 0:01:23.875 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:28 Monday 01 April 2024 10:11:52 +0000 (0:00:00.018) 0:01:23.894 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:32 Monday 01 April 2024 10:11:52 +0000 (0:00:00.014) 0:01:23.908 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:46 Monday 01 April 2024 10:11:53 +0000 (0:00:00.199) 0:01:24.108 ********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:50 Monday 01 April 2024 10:11:53 +0000 (0:00:00.014) 0:01:24.123 ********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:54 Monday 01 April 2024 10:11:53 +0000 (0:00:00.015) 0:01:24.138 ********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:58 Monday 01 April 2024 10:11:53 +0000 (0:00:00.036) 0:01:24.175 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:68 Monday 01 April 2024 10:11:53 +0000 (0:00:00.014) 0:01:24.190 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:72 Monday 01 April 2024 10:11:53 +0000 (0:00:00.012) 0:01:24.202 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:77 Monday 01 April 2024 10:11:53 +0000 (0:00:00.012) 0:01:24.215 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:83 Monday 01 April 2024 10:11:53 +0000 (0:00:00.011) 0:01:24.226 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:88 Monday 01 April 2024 10:11:53 +0000 (0:00:00.011) 0:01:24.237 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:96 Monday 01 April 2024 10:11:53 +0000 (0:00:00.012) 0:01:24.249 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:104 Monday 01 April 2024 10:11:53 +0000 (0:00:00.011) 0:01:24.261 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:109 Monday 01 April 2024 10:11:53 +0000 (0:00:00.011) 0:01:24.272 ********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:113 Monday 01 April 2024 10:11:53 +0000 (0:00:00.011) 0:01:24.284 ********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:117 Monday 01 April 2024 10:11:53 +0000 (0:00:00.011) 0:01:24.296 ********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:121 Monday 01 April 2024 10:11:53 +0000 (0:00:00.011) 0:01:24.307 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:129 Monday 01 April 2024 10:11:53 +0000 (0:00:00.012) 0:01:24.319 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:138 Monday 01 April 2024 10:11:53 +0000 (0:00:00.011) 0:01:24.330 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:142 Monday 01 April 2024 10:11:53 +0000 (0:00:00.011) 0:01:24.342 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:150 Monday 01 April 2024 10:11:53 +0000 (0:00:00.011) 0:01:24.353 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:156 Monday 01 April 2024 10:11:53 +0000 (0:00:00.011) 0:01:24.364 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:160 Monday 01 April 2024 10:11:53 +0000 (0:00:00.013) 0:01:24.378 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:164 Monday 01 April 2024 10:11:53 +0000 (0:00:00.013) 0:01:24.391 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:5 Monday 01 April 2024 10:11:53 +0000 (0:00:00.017) 0:01:24.409 ********** 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.036138", "end": "2024-04-01 10:11:53.684729", "rc": 0, "start": "2024-04-01 10:11:53.648591" } 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-citcw6_nu9/tests/test-verify-volume-cache.yml:13 Monday 01 April 2024 10:11:53 +0000 (0:00:00.242) 0:01:24.652 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:18 Monday 01 April 2024 10:11:53 +0000 (0:00:00.017) 0:01:24.669 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:27 Monday 01 April 2024 10:11:53 +0000 (0:00:00.021) 0:01:24.691 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:35 Monday 01 April 2024 10:11:53 +0000 (0:00:00.016) 0:01:24.707 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:41 Monday 01 April 2024 10:11:53 +0000 (0:00:00.019) 0:01:24.727 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:47 Monday 01 April 2024 10:11:53 +0000 (0:00:00.016) 0:01:24.743 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume.yml:27 Monday 01 April 2024 10:11:53 +0000 (0:00:00.022) 0:01:24.765 ********** 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-citcw6_nu9/tests/verify-role-results.yml:44 Monday 01 April 2024 10:11:53 +0000 (0:00:00.012) 0:01:24.777 ********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:54 Monday 01 April 2024 10:11:53 +0000 (0:00:00.017) 0:01:24.795 ********** 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-citcw6_nu9/tests/tests_change_fs.yml:66 Monday 01 April 2024 10:11:53 +0000 (0:00:00.012) 0:01:24.807 ********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Monday 01 April 2024 10:11:53 +0000 (0:00:00.028) 0:01:24.836 ********** included: /WORKDIR/git-weekly-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Monday 01 April 2024 10:11:53 +0000 (0:00:00.019) 0:01:24.855 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Monday 01 April 2024 10:11:53 +0000 (0:00:00.014) 0:01:24.870 ********** 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-citcw6_nu9/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-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Monday 01 April 2024 10:11:53 +0000 (0:00:00.032) 0:01:24.902 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Monday 01 April 2024 10:11:53 +0000 (0:00:00.013) 0:01:24.915 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Monday 01 April 2024 10:11:53 +0000 (0:00:00.011) 0:01:24.927 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Monday 01 April 2024 10:11:53 +0000 (0:00:00.011) 0:01:24.938 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Monday 01 April 2024 10:11:54 +0000 (0:00:00.011) 0:01:24.949 ********** included: /WORKDIR/git-weekly-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Monday 01 April 2024 10:11:54 +0000 (0:00:00.024) 0:01:24.974 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Monday 01 April 2024 10:11:54 +0000 (0:00:00.012) 0:01:24.986 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Monday 01 April 2024 10:11:54 +0000 (0:00:00.014) 0:01:25.001 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Monday 01 April 2024 10:11:54 +0000 (0:00:00.012) 0:01:25.013 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Monday 01 April 2024 10:11:54 +0000 (0:00:00.012) 0:01:25.025 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Monday 01 April 2024 10:11:54 +0000 (0:00:00.013) 0:01:25.039 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Monday 01 April 2024 10:11:54 +0000 (0:00:00.012) 0:01:25.051 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Monday 01 April 2024 10:11:54 +0000 (0:00:00.012) 0:01:25.064 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Monday 01 April 2024 10:11:54 +0000 (0:00:00.018) 0:01:25.083 ********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Monday 01 April 2024 10:11:54 +0000 (0:00:00.011) 0:01:25.094 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Monday 01 April 2024 10:11:55 +0000 (0:00:01.443) 0:01:26.538 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Monday 01 April 2024 10:11:55 +0000 (0:00:00.014) 0:01:26.553 ********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Monday 01 April 2024 10:11:55 +0000 (0:00:00.011) 0:01:26.564 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Monday 01 April 2024 10:11:55 +0000 (0:00:00.017) 0:01:26.582 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Monday 01 April 2024 10:11:55 +0000 (0:00:00.016) 0:01:26.599 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Monday 01 April 2024 10:11:55 +0000 (0:00:00.013) 0:01:26.612 ********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Monday 01 April 2024 10:11:55 +0000 (0:00:00.012) 0:01:26.624 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Monday 01 April 2024 10:11:56 +0000 (0:00:00.587) 0:01:27.212 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Monday 01 April 2024 10:11:56 +0000 (0:00:00.231) 0:01:27.443 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Monday 01 April 2024 10:11:56 +0000 (0:00:00.017) 0:01:27.461 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Monday 01 April 2024 10:11:57 +0000 (0:00:00.570) 0:01:28.031 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711966055.7193394, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709714866.167, "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": 1709714594.52, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2666343757", "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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Monday 01 April 2024 10:11:57 +0000 (0:00:00.218) 0:01:28.250 ********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Monday 01 April 2024 10:11:57 +0000 (0:00:00.013) 0:01:28.263 ********** ok: [sut] TASK [Verify the output of the duplicate volumes test] ************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/tests_change_fs.yml:78 Monday 01 April 2024 10:11:58 +0000 (0:00:00.685) 0:01:28.948 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/tests_change_fs.yml:85 Monday 01 April 2024 10:11:58 +0000 (0:00:00.017) 0:01:28.966 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:2 Monday 01 April 2024 10:11:58 +0000 (0:00:00.024) 0:01:28.991 ********** 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-citcw6_nu9/tests/verify-role-results.yml:7 Monday 01 April 2024 10:11:58 +0000 (0:00:00.019) 0:01:29.010 ********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:15 Monday 01 April 2024 10:11:58 +0000 (0:00:00.018) 0:01:29.029 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "42b544da-1be4-4308-8d70-522201238ead" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "L70g04-rlbc-qHFX-yxql-VqKt-ac1y-adRjhc" }, "/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": "d673fe01-b454-4235-b8eb-90a73d08e5be" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:20 Monday 01 April 2024 10:11:58 +0000 (0:00:00.228) 0:01:29.257 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003332", "end": "2024-04-01 10:11:58.495351", "rc": 0, "start": "2024-04-01 10:11:58.492019" } STDOUT: # # /etc/fstab # Created by anaconda on Wed Mar 6 08:43:14 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=d673fe01-b454-4235-b8eb-90a73d08e5be / 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-citcw6_nu9/tests/verify-role-results.yml:25 Monday 01 April 2024 10:11:58 +0000 (0:00:00.203) 0:01:29.461 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003221", "end": "2024-04-01 10:11:58.697792", "failed_when_result": false, "rc": 0, "start": "2024-04-01 10:11:58.694571" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:34 Monday 01 April 2024 10:11:58 +0000 (0:00:00.203) 0:01:29.664 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:5 Monday 01 April 2024 10:11:58 +0000 (0:00:00.025) 0:01:29.690 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:18 Monday 01 April 2024 10:11:58 +0000 (0:00:00.011) 0:01:29.701 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.034676", "end": "2024-04-01 10:11:58.974464", "rc": 0, "start": "2024-04-01 10:11:58.939788" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:24 Monday 01 April 2024 10:11:58 +0000 (0:00:00.237) 0:01:29.939 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:34 Monday 01 April 2024 10:11:59 +0000 (0:00:00.018) 0:01:29.957 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:2 Monday 01 April 2024 10:11:59 +0000 (0:00:00.046) 0:01:30.004 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:13 Monday 01 April 2024 10:11:59 +0000 (0:00:00.018) 0:01:30.022 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:22 Monday 01 April 2024 10:11:59 +0000 (0:00:00.198) 0:01:30.220 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:27 Monday 01 April 2024 10:11:59 +0000 (0:00:00.017) 0:01:30.238 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:33 Monday 01 April 2024 10:11:59 +0000 (0:00:00.016) 0:01:30.255 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:42 Monday 01 April 2024 10:11:59 +0000 (0:00:00.025) 0:01:30.280 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:48 Monday 01 April 2024 10:11:59 +0000 (0:00:00.015) 0:01:30.295 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:54 Monday 01 April 2024 10:11:59 +0000 (0:00:00.014) 0:01:30.310 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:59 Monday 01 April 2024 10:11:59 +0000 (0:00:00.012) 0:01:30.322 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:73 Monday 01 April 2024 10:11:59 +0000 (0:00:00.019) 0:01:30.341 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:8 Monday 01 April 2024 10:11:59 +0000 (0:00:00.022) 0:01:30.364 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:14 Monday 01 April 2024 10:11:59 +0000 (0:00:00.011) 0:01:30.375 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:21 Monday 01 April 2024 10:11:59 +0000 (0:00:00.010) 0:01:30.386 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:28 Monday 01 April 2024 10:11:59 +0000 (0:00:00.011) 0:01:30.398 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:35 Monday 01 April 2024 10:11:59 +0000 (0:00:00.010) 0:01:30.409 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:45 Monday 01 April 2024 10:11:59 +0000 (0:00:00.011) 0:01:30.420 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:54 Monday 01 April 2024 10:11:59 +0000 (0:00:00.011) 0:01:30.432 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:64 Monday 01 April 2024 10:11:59 +0000 (0:00:00.011) 0:01:30.443 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:74 Monday 01 April 2024 10:11:59 +0000 (0:00:00.010) 0:01:30.454 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:85 Monday 01 April 2024 10:11:59 +0000 (0:00:00.012) 0:01:30.466 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:95 Monday 01 April 2024 10:11:59 +0000 (0:00:00.011) 0:01:30.477 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:76 Monday 01 April 2024 10:11:59 +0000 (0:00:00.011) 0:01:30.488 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-lvmraid.yml:2 Monday 01 April 2024 10:11:59 +0000 (0:00:00.022) 0:01:30.511 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:8 Monday 01 April 2024 10:11:59 +0000 (0:00:00.024) 0:01:30.535 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:16 Monday 01 April 2024 10:11:59 +0000 (0:00:00.017) 0:01:30.552 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:21 Monday 01 April 2024 10:11:59 +0000 (0:00:00.012) 0:01:30.565 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:29 Monday 01 April 2024 10:11:59 +0000 (0:00:00.013) 0:01:30.578 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:34 Monday 01 April 2024 10:11:59 +0000 (0:00:00.013) 0:01:30.592 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:40 Monday 01 April 2024 10:11:59 +0000 (0:00:00.015) 0:01:30.608 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:46 Monday 01 April 2024 10:11:59 +0000 (0:00:00.014) 0:01:30.622 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:79 Monday 01 April 2024 10:11:59 +0000 (0:00:00.013) 0:01:30.636 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-thin.yml:2 Monday 01 April 2024 10:11:59 +0000 (0:00:00.036) 0:01:30.672 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-thin.yml:8 Monday 01 April 2024 10:11:59 +0000 (0:00:00.026) 0:01:30.698 ********** 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-citcw6_nu9/tests/verify-pool-member-thin.yml:16 Monday 01 April 2024 10:11:59 +0000 (0:00:00.012) 0:01:30.711 ********** 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-citcw6_nu9/tests/verify-pool-member-thin.yml:23 Monday 01 April 2024 10:11:59 +0000 (0:00:00.018) 0:01:30.730 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-thin.yml:27 Monday 01 April 2024 10:11:59 +0000 (0:00:00.014) 0:01:30.744 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:82 Monday 01 April 2024 10:11:59 +0000 (0:00:00.011) 0:01:30.756 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-encryption.yml:5 Monday 01 April 2024 10:11:59 +0000 (0:00:00.027) 0:01:30.784 ********** 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-citcw6_nu9/tests/verify-pool-members-encryption.yml:13 Monday 01 April 2024 10:11:59 +0000 (0:00:00.022) 0:01:30.806 ********** 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-citcw6_nu9/tests/verify-pool-members-encryption.yml:20 Monday 01 April 2024 10:11:59 +0000 (0:00:00.029) 0:01:30.836 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:2 Monday 01 April 2024 10:11:59 +0000 (0:00:00.025) 0:01:30.861 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:9 Monday 01 April 2024 10:11:59 +0000 (0:00:00.016) 0:01:30.878 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:18 Monday 01 April 2024 10:11:59 +0000 (0:00:00.015) 0:01:30.893 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:27 Monday 01 April 2024 10:11:59 +0000 (0:00:00.015) 0:01:30.909 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:37 Monday 01 April 2024 10:11:59 +0000 (0:00:00.012) 0:01:30.921 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:47 Monday 01 April 2024 10:11:59 +0000 (0:00:00.012) 0:01:30.934 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-encryption.yml:27 Monday 01 April 2024 10:12:00 +0000 (0:00:00.014) 0:01:30.949 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:85 Monday 01 April 2024 10:12:00 +0000 (0:00:00.011) 0:01:30.960 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-vdo.yml:2 Monday 01 April 2024 10:12:00 +0000 (0:00:00.025) 0:01:30.986 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:9 Monday 01 April 2024 10:12:00 +0000 (0:00:00.047) 0:01:31.033 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:16 Monday 01 April 2024 10:12:00 +0000 (0:00:00.012) 0:01:31.046 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:22 Monday 01 April 2024 10:12:00 +0000 (0:00:00.012) 0:01:31.058 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:28 Monday 01 April 2024 10:12:00 +0000 (0:00:00.012) 0:01:31.070 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:35 Monday 01 April 2024 10:12:00 +0000 (0:00:00.011) 0:01:31.082 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:41 Monday 01 April 2024 10:12:00 +0000 (0:00:00.011) 0:01:31.093 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:47 Monday 01 April 2024 10:12:00 +0000 (0:00:00.012) 0:01:31.106 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:88 Monday 01 April 2024 10:12:00 +0000 (0:00:00.011) 0:01:31.117 ********** 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-citcw6_nu9/tests/test-verify-pool-volumes.yml:3 Monday 01 April 2024 10:12:00 +0000 (0:00:00.011) 0:01:31.128 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume.yml:2 Monday 01 April 2024 10:12:00 +0000 (0:00:00.024) 0:01:31.152 ********** 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-citcw6_nu9/tests/test-verify-volume.yml:21 Monday 01 April 2024 10:12:00 +0000 (0:00:00.016) 0:01:31.168 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:7 Monday 01 April 2024 10:12:00 +0000 (0:00:00.058) 0:01:31.227 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:16 Monday 01 April 2024 10:12:00 +0000 (0:00:00.016) 0:01:31.243 ********** 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": "42b544da-1be4-4308-8d70-522201238ead" } ], "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": "42b544da-1be4-4308-8d70-522201238ead" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:38 Monday 01 April 2024 10:12:00 +0000 (0:00:00.020) 0:01:31.264 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:51 Monday 01 April 2024 10:12:00 +0000 (0:00:00.012) 0:01:31.277 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:63 Monday 01 April 2024 10:12:00 +0000 (0:00:00.018) 0:01:31.295 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:71 Monday 01 April 2024 10:12:00 +0000 (0:00:00.015) 0:01:31.310 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:83 Monday 01 April 2024 10:12:00 +0000 (0:00:00.012) 0:01:31.323 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:95 Monday 01 April 2024 10:12:00 +0000 (0:00:00.012) 0:01:31.336 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:110 Monday 01 April 2024 10:12:00 +0000 (0:00:00.012) 0:01:31.348 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:122 Monday 01 April 2024 10:12:00 +0000 (0:00:00.027) 0:01:31.376 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:128 Monday 01 April 2024 10:12:00 +0000 (0:00:00.016) 0:01:31.392 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:134 Monday 01 April 2024 10:12:00 +0000 (0:00:00.027) 0:01:31.420 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:146 Monday 01 April 2024 10:12:00 +0000 (0:00:00.013) 0:01:31.434 ********** 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-citcw6_nu9/tests/test-verify-volume-fstab.yml:2 Monday 01 April 2024 10:12:00 +0000 (0:00:00.017) 0:01:31.451 ********** 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-citcw6_nu9/tests/test-verify-volume-fstab.yml:40 Monday 01 April 2024 10:12:00 +0000 (0:00:00.027) 0:01:31.479 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml:48 Monday 01 April 2024 10:12:00 +0000 (0:00:00.018) 0:01:31.497 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml:58 Monday 01 April 2024 10:12:00 +0000 (0:00:00.017) 0:01:31.515 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml:71 Monday 01 April 2024 10:12:00 +0000 (0:00:00.012) 0:01:31.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-citcw6_nu9/tests/test-verify-volume-fs.yml:3 Monday 01 April 2024 10:12:00 +0000 (0:00:00.012) 0:01:31.540 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fs.yml:12 Monday 01 April 2024 10:12:00 +0000 (0:00:00.016) 0:01:31.556 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:3 Monday 01 April 2024 10:12:00 +0000 (0:00:00.019) 0:01:31.576 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711966294.191519, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711966294.191519, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 681, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1711966294.191519, "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-citcw6_nu9/tests/test-verify-volume-device.yml:9 Monday 01 April 2024 10:12:00 +0000 (0:00:00.208) 0:01:31.785 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:16 Monday 01 April 2024 10:12:00 +0000 (0:00:00.019) 0:01:31.804 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:24 Monday 01 April 2024 10:12:00 +0000 (0:00:00.013) 0:01:31.817 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:30 Monday 01 April 2024 10:12:00 +0000 (0:00:00.018) 0:01:31.835 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:34 Monday 01 April 2024 10:12:00 +0000 (0:00:00.015) 0:01:31.851 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:39 Monday 01 April 2024 10:12:00 +0000 (0:00:00.016) 0:01:31.867 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:3 Monday 01 April 2024 10:12:00 +0000 (0:00:00.017) 0:01:31.885 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:10 Monday 01 April 2024 10:12:00 +0000 (0:00:00.012) 0:01:31.897 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:17 Monday 01 April 2024 10:12:01 +0000 (0:00:00.967) 0:01:32.865 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:23 Monday 01 April 2024 10:12:01 +0000 (0:00:00.013) 0:01:32.879 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:32 Monday 01 April 2024 10:12:01 +0000 (0:00:00.012) 0:01:32.891 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:45 Monday 01 April 2024 10:12:01 +0000 (0:00:00.016) 0:01:32.908 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:51 Monday 01 April 2024 10:12:01 +0000 (0:00:00.012) 0:01:32.921 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:56 Monday 01 April 2024 10:12:01 +0000 (0:00:00.012) 0:01:32.933 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:69 Monday 01 April 2024 10:12:02 +0000 (0:00:00.012) 0:01:32.945 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:81 Monday 01 April 2024 10:12:02 +0000 (0:00:00.013) 0:01:32.959 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:94 Monday 01 April 2024 10:12:02 +0000 (0:00:00.044) 0:01:33.004 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:106 Monday 01 April 2024 10:12:02 +0000 (0:00:00.017) 0:01:33.022 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:114 Monday 01 April 2024 10:12:02 +0000 (0:00:00.022) 0:01:33.044 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:122 Monday 01 April 2024 10:12:02 +0000 (0:00:00.015) 0:01:33.060 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:131 Monday 01 April 2024 10:12:02 +0000 (0:00:00.012) 0:01:33.073 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:140 Monday 01 April 2024 10:12:02 +0000 (0:00:00.013) 0:01:33.087 ********** 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-citcw6_nu9/tests/test-verify-volume-md.yml:8 Monday 01 April 2024 10:12:02 +0000 (0:00:00.013) 0:01:33.100 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:14 Monday 01 April 2024 10:12:02 +0000 (0:00:00.013) 0:01:33.113 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:21 Monday 01 April 2024 10:12:02 +0000 (0:00:00.012) 0:01:33.126 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:28 Monday 01 April 2024 10:12:02 +0000 (0:00:00.012) 0:01:33.139 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:35 Monday 01 April 2024 10:12:02 +0000 (0:00:00.013) 0:01:33.152 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:45 Monday 01 April 2024 10:12:02 +0000 (0:00:00.013) 0:01:33.165 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:54 Monday 01 April 2024 10:12:02 +0000 (0:00:00.015) 0:01:33.180 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:63 Monday 01 April 2024 10:12:02 +0000 (0:00:00.013) 0:01:33.194 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:72 Monday 01 April 2024 10:12:02 +0000 (0:00:00.012) 0:01:33.207 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:81 Monday 01 April 2024 10:12:02 +0000 (0:00:00.012) 0:01:33.220 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:3 Monday 01 April 2024 10:12:02 +0000 (0:00:00.017) 0:01:33.237 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:11 Monday 01 April 2024 10:12:02 +0000 (0:00:00.201) 0:01:33.439 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:20 Monday 01 April 2024 10:12:02 +0000 (0:00:00.202) 0:01:33.641 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:28 Monday 01 April 2024 10:12:02 +0000 (0:00:00.018) 0:01:33.660 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:32 Monday 01 April 2024 10:12:02 +0000 (0:00:00.013) 0:01:33.674 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:46 Monday 01 April 2024 10:12:02 +0000 (0:00:00.200) 0:01:33.875 ********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:50 Monday 01 April 2024 10:12:02 +0000 (0:00:00.014) 0:01:33.890 ********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:54 Monday 01 April 2024 10:12:02 +0000 (0:00:00.014) 0:01:33.905 ********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:58 Monday 01 April 2024 10:12:02 +0000 (0:00:00.014) 0:01:33.919 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:68 Monday 01 April 2024 10:12:02 +0000 (0:00:00.015) 0:01:33.934 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:72 Monday 01 April 2024 10:12:03 +0000 (0:00:00.011) 0:01:33.946 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:77 Monday 01 April 2024 10:12:03 +0000 (0:00:00.012) 0:01:33.958 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:83 Monday 01 April 2024 10:12:03 +0000 (0:00:00.011) 0:01:33.970 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:88 Monday 01 April 2024 10:12:03 +0000 (0:00:00.012) 0:01:33.982 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:96 Monday 01 April 2024 10:12:03 +0000 (0:00:00.011) 0:01:33.993 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:104 Monday 01 April 2024 10:12:03 +0000 (0:00:00.011) 0:01:34.004 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:109 Monday 01 April 2024 10:12:03 +0000 (0:00:00.011) 0:01:34.015 ********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:113 Monday 01 April 2024 10:12:03 +0000 (0:00:00.013) 0:01:34.029 ********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:117 Monday 01 April 2024 10:12:03 +0000 (0:00:00.011) 0:01:34.040 ********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:121 Monday 01 April 2024 10:12:03 +0000 (0:00:00.011) 0:01:34.051 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:129 Monday 01 April 2024 10:12:03 +0000 (0:00:00.011) 0:01:34.062 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:138 Monday 01 April 2024 10:12:03 +0000 (0:00:00.011) 0:01:34.073 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:142 Monday 01 April 2024 10:12:03 +0000 (0:00:00.011) 0:01:34.084 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:150 Monday 01 April 2024 10:12:03 +0000 (0:00:00.012) 0:01:34.097 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:156 Monday 01 April 2024 10:12:03 +0000 (0:00:00.012) 0:01:34.109 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:160 Monday 01 April 2024 10:12:03 +0000 (0:00:00.013) 0:01:34.123 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:164 Monday 01 April 2024 10:12:03 +0000 (0:00:00.012) 0:01:34.135 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:5 Monday 01 April 2024 10:12:03 +0000 (0:00:00.016) 0:01:34.152 ********** 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.031104", "end": "2024-04-01 10:12:03.421470", "rc": 0, "start": "2024-04-01 10:12:03.390366" } 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-citcw6_nu9/tests/test-verify-volume-cache.yml:13 Monday 01 April 2024 10:12:03 +0000 (0:00:00.234) 0:01:34.387 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:18 Monday 01 April 2024 10:12:03 +0000 (0:00:00.017) 0:01:34.405 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:27 Monday 01 April 2024 10:12:03 +0000 (0:00:00.017) 0:01:34.422 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:35 Monday 01 April 2024 10:12:03 +0000 (0:00:00.015) 0:01:34.438 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:41 Monday 01 April 2024 10:12:03 +0000 (0:00:00.018) 0:01:34.457 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:47 Monday 01 April 2024 10:12:03 +0000 (0:00:00.014) 0:01:34.471 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume.yml:27 Monday 01 April 2024 10:12:03 +0000 (0:00:00.013) 0:01:34.484 ********** 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-citcw6_nu9/tests/verify-role-results.yml:44 Monday 01 April 2024 10:12:03 +0000 (0:00:00.011) 0:01:34.495 ********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:54 Monday 01 April 2024 10:12:03 +0000 (0:00:00.010) 0:01:34.505 ********** 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-citcw6_nu9/tests/tests_change_fs.yml:88 Monday 01 April 2024 10:12:03 +0000 (0:00:00.012) 0:01:34.518 ********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Monday 01 April 2024 10:12:03 +0000 (0:00:00.027) 0:01:34.546 ********** included: /WORKDIR/git-weekly-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Monday 01 April 2024 10:12:03 +0000 (0:00:00.016) 0:01:34.563 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Monday 01 April 2024 10:12:03 +0000 (0:00:00.061) 0:01:34.624 ********** 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-citcw6_nu9/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-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Monday 01 April 2024 10:12:03 +0000 (0:00:00.032) 0:01:34.657 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Monday 01 April 2024 10:12:03 +0000 (0:00:00.012) 0:01:34.670 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Monday 01 April 2024 10:12:03 +0000 (0:00:00.011) 0:01:34.681 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Monday 01 April 2024 10:12:03 +0000 (0:00:00.011) 0:01:34.692 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Monday 01 April 2024 10:12:03 +0000 (0:00:00.011) 0:01:34.704 ********** included: /WORKDIR/git-weekly-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Monday 01 April 2024 10:12:03 +0000 (0:00:00.023) 0:01:34.728 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Monday 01 April 2024 10:12:03 +0000 (0:00:00.012) 0:01:34.740 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Monday 01 April 2024 10:12:03 +0000 (0:00:00.016) 0:01:34.756 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Monday 01 April 2024 10:12:03 +0000 (0:00:00.012) 0:01:34.769 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Monday 01 April 2024 10:12:03 +0000 (0:00:00.012) 0:01:34.781 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Monday 01 April 2024 10:12:03 +0000 (0:00:00.012) 0:01:34.794 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Monday 01 April 2024 10:12:03 +0000 (0:00:00.012) 0:01:34.806 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Monday 01 April 2024 10:12:03 +0000 (0:00:00.012) 0:01:34.818 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Monday 01 April 2024 10:12:03 +0000 (0:00:00.023) 0:01:34.841 ********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Monday 01 April 2024 10:12:03 +0000 (0:00:00.011) 0:01:34.853 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Monday 01 April 2024 10:12:05 +0000 (0:00:01.431) 0:01:36.285 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Monday 01 April 2024 10:12:05 +0000 (0:00:00.013) 0:01:36.298 ********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Monday 01 April 2024 10:12:05 +0000 (0:00:00.011) 0:01:36.310 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Monday 01 April 2024 10:12:05 +0000 (0:00:00.015) 0:01:36.325 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Monday 01 April 2024 10:12:05 +0000 (0:00:00.015) 0:01:36.340 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Monday 01 April 2024 10:12:05 +0000 (0:00:00.017) 0:01:36.358 ********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Monday 01 April 2024 10:12:05 +0000 (0:00:00.012) 0:01:36.370 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Monday 01 April 2024 10:12:06 +0000 (0:00:00.574) 0:01:36.945 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Monday 01 April 2024 10:12:06 +0000 (0:00:00.214) 0:01:37.160 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Monday 01 April 2024 10:12:06 +0000 (0:00:00.017) 0:01:37.177 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Monday 01 April 2024 10:12:06 +0000 (0:00:00.568) 0:01:37.746 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711966055.7193394, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709714866.167, "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": 1709714594.52, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2666343757", "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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Monday 01 April 2024 10:12:07 +0000 (0:00:00.212) 0:01:37.958 ********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Monday 01 April 2024 10:12:07 +0000 (0:00:00.013) 0:01:37.971 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/tests_change_fs.yml:101 Monday 01 April 2024 10:12:07 +0000 (0:00:00.672) 0:01:38.644 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:2 Monday 01 April 2024 10:12:07 +0000 (0:00:00.037) 0:01:38.681 ********** 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-citcw6_nu9/tests/verify-role-results.yml:7 Monday 01 April 2024 10:12:07 +0000 (0:00:00.050) 0:01:38.732 ********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:15 Monday 01 April 2024 10:12:07 +0000 (0:00:00.019) 0:01:38.751 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "42b544da-1be4-4308-8d70-522201238ead" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "L70g04-rlbc-qHFX-yxql-VqKt-ac1y-adRjhc" }, "/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": "d673fe01-b454-4235-b8eb-90a73d08e5be" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:20 Monday 01 April 2024 10:12:08 +0000 (0:00:00.214) 0:01:38.965 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003325", "end": "2024-04-01 10:12:08.208919", "rc": 0, "start": "2024-04-01 10:12:08.205594" } STDOUT: # # /etc/fstab # Created by anaconda on Wed Mar 6 08:43:14 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=d673fe01-b454-4235-b8eb-90a73d08e5be / 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-citcw6_nu9/tests/verify-role-results.yml:25 Monday 01 April 2024 10:12:08 +0000 (0:00:00.208) 0:01:39.174 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004501", "end": "2024-04-01 10:12:09.412369", "failed_when_result": false, "rc": 0, "start": "2024-04-01 10:12:08.407868" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:34 Monday 01 April 2024 10:12:09 +0000 (0:00:01.204) 0:01:40.379 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:5 Monday 01 April 2024 10:12:09 +0000 (0:00:00.035) 0:01:40.414 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:18 Monday 01 April 2024 10:12:09 +0000 (0:00:00.015) 0:01:40.429 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.031715", "end": "2024-04-01 10:12:09.707672", "rc": 0, "start": "2024-04-01 10:12:09.675957" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:24 Monday 01 April 2024 10:12:09 +0000 (0:00:00.243) 0:01:40.673 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:34 Monday 01 April 2024 10:12:09 +0000 (0:00:00.018) 0:01:40.691 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:2 Monday 01 April 2024 10:12:09 +0000 (0:00:00.025) 0:01:40.717 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:13 Monday 01 April 2024 10:12:09 +0000 (0:00:00.016) 0:01:40.734 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:22 Monday 01 April 2024 10:12:09 +0000 (0:00:00.200) 0:01:40.934 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:27 Monday 01 April 2024 10:12:10 +0000 (0:00:00.015) 0:01:40.950 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:33 Monday 01 April 2024 10:12:10 +0000 (0:00:00.015) 0:01:40.966 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:42 Monday 01 April 2024 10:12:10 +0000 (0:00:00.015) 0:01:40.981 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:48 Monday 01 April 2024 10:12:10 +0000 (0:00:00.014) 0:01:40.996 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:54 Monday 01 April 2024 10:12:10 +0000 (0:00:00.014) 0:01:41.010 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:59 Monday 01 April 2024 10:12:10 +0000 (0:00:00.012) 0:01:41.023 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:73 Monday 01 April 2024 10:12:10 +0000 (0:00:00.019) 0:01:41.042 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:8 Monday 01 April 2024 10:12:10 +0000 (0:00:00.021) 0:01:41.064 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:14 Monday 01 April 2024 10:12:10 +0000 (0:00:00.011) 0:01:41.075 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:21 Monday 01 April 2024 10:12:10 +0000 (0:00:00.010) 0:01:41.086 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:28 Monday 01 April 2024 10:12:10 +0000 (0:00:00.012) 0:01:41.098 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:35 Monday 01 April 2024 10:12:10 +0000 (0:00:00.011) 0:01:41.109 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:45 Monday 01 April 2024 10:12:10 +0000 (0:00:00.011) 0:01:41.120 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:54 Monday 01 April 2024 10:12:10 +0000 (0:00:00.011) 0:01:41.131 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:64 Monday 01 April 2024 10:12:10 +0000 (0:00:00.011) 0:01:41.142 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:74 Monday 01 April 2024 10:12:10 +0000 (0:00:00.011) 0:01:41.153 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:85 Monday 01 April 2024 10:12:10 +0000 (0:00:00.013) 0:01:41.167 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:95 Monday 01 April 2024 10:12:10 +0000 (0:00:00.011) 0:01:41.178 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:76 Monday 01 April 2024 10:12:10 +0000 (0:00:00.011) 0:01:41.189 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-lvmraid.yml:2 Monday 01 April 2024 10:12:10 +0000 (0:00:00.022) 0:01:41.212 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:8 Monday 01 April 2024 10:12:10 +0000 (0:00:00.045) 0:01:41.257 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:16 Monday 01 April 2024 10:12:10 +0000 (0:00:00.012) 0:01:41.270 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:21 Monday 01 April 2024 10:12:10 +0000 (0:00:00.012) 0:01:41.282 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:29 Monday 01 April 2024 10:12:10 +0000 (0:00:00.012) 0:01:41.295 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:34 Monday 01 April 2024 10:12:10 +0000 (0:00:00.012) 0:01:41.307 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:40 Monday 01 April 2024 10:12:10 +0000 (0:00:00.012) 0:01:41.319 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:46 Monday 01 April 2024 10:12:10 +0000 (0:00:00.013) 0:01:41.333 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:79 Monday 01 April 2024 10:12:10 +0000 (0:00:00.012) 0:01:41.346 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-thin.yml:2 Monday 01 April 2024 10:12:10 +0000 (0:00:00.026) 0:01:41.373 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-thin.yml:8 Monday 01 April 2024 10:12:10 +0000 (0:00:00.034) 0:01:41.407 ********** 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-citcw6_nu9/tests/verify-pool-member-thin.yml:16 Monday 01 April 2024 10:12:10 +0000 (0:00:00.012) 0:01:41.420 ********** 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-citcw6_nu9/tests/verify-pool-member-thin.yml:23 Monday 01 April 2024 10:12:10 +0000 (0:00:00.012) 0:01:41.433 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-thin.yml:27 Monday 01 April 2024 10:12:10 +0000 (0:00:00.015) 0:01:41.449 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:82 Monday 01 April 2024 10:12:10 +0000 (0:00:00.013) 0:01:41.462 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-encryption.yml:5 Monday 01 April 2024 10:12:10 +0000 (0:00:00.029) 0:01:41.491 ********** 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-citcw6_nu9/tests/verify-pool-members-encryption.yml:13 Monday 01 April 2024 10:12:10 +0000 (0:00:00.016) 0:01:41.508 ********** 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-citcw6_nu9/tests/verify-pool-members-encryption.yml:20 Monday 01 April 2024 10:12:10 +0000 (0:00:00.025) 0:01:41.534 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:2 Monday 01 April 2024 10:12:10 +0000 (0:00:00.046) 0:01:41.580 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:9 Monday 01 April 2024 10:12:10 +0000 (0:00:00.023) 0:01:41.604 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:18 Monday 01 April 2024 10:12:10 +0000 (0:00:00.025) 0:01:41.629 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:27 Monday 01 April 2024 10:12:10 +0000 (0:00:00.050) 0:01:41.679 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:37 Monday 01 April 2024 10:12:10 +0000 (0:00:00.014) 0:01:41.693 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:47 Monday 01 April 2024 10:12:10 +0000 (0:00:00.022) 0:01:41.716 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-encryption.yml:27 Monday 01 April 2024 10:12:10 +0000 (0:00:00.014) 0:01:41.731 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:85 Monday 01 April 2024 10:12:10 +0000 (0:00:00.028) 0:01:41.759 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-vdo.yml:2 Monday 01 April 2024 10:12:10 +0000 (0:00:00.032) 0:01:41.791 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:9 Monday 01 April 2024 10:12:10 +0000 (0:00:00.028) 0:01:41.820 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:16 Monday 01 April 2024 10:12:10 +0000 (0:00:00.014) 0:01:41.834 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:22 Monday 01 April 2024 10:12:10 +0000 (0:00:00.021) 0:01:41.856 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:28 Monday 01 April 2024 10:12:10 +0000 (0:00:00.013) 0:01:41.869 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:35 Monday 01 April 2024 10:12:10 +0000 (0:00:00.012) 0:01:41.882 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:41 Monday 01 April 2024 10:12:10 +0000 (0:00:00.012) 0:01:41.894 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:47 Monday 01 April 2024 10:12:10 +0000 (0:00:00.015) 0:01:41.910 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:88 Monday 01 April 2024 10:12:10 +0000 (0:00:00.015) 0:01:41.925 ********** 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-citcw6_nu9/tests/test-verify-pool-volumes.yml:3 Monday 01 April 2024 10:12:10 +0000 (0:00:00.012) 0:01:41.937 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume.yml:2 Monday 01 April 2024 10:12:11 +0000 (0:00:00.023) 0:01:41.960 ********** 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-citcw6_nu9/tests/test-verify-volume.yml:21 Monday 01 April 2024 10:12:11 +0000 (0:00:00.016) 0:01:41.977 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:7 Monday 01 April 2024 10:12:11 +0000 (0:00:00.056) 0:01:42.034 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:16 Monday 01 April 2024 10:12:11 +0000 (0:00:00.015) 0:01:42.049 ********** 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": "42b544da-1be4-4308-8d70-522201238ead" } ], "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": "42b544da-1be4-4308-8d70-522201238ead" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:38 Monday 01 April 2024 10:12:11 +0000 (0:00:00.021) 0:01:42.071 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:51 Monday 01 April 2024 10:12:11 +0000 (0:00:00.012) 0:01:42.084 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:63 Monday 01 April 2024 10:12:11 +0000 (0:00:00.016) 0:01:42.100 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:71 Monday 01 April 2024 10:12:11 +0000 (0:00:00.014) 0:01:42.115 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:83 Monday 01 April 2024 10:12:11 +0000 (0:00:00.012) 0:01:42.127 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:95 Monday 01 April 2024 10:12:11 +0000 (0:00:00.012) 0:01:42.139 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:110 Monday 01 April 2024 10:12:11 +0000 (0:00:00.012) 0:01:42.152 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:122 Monday 01 April 2024 10:12:11 +0000 (0:00:00.015) 0:01:42.168 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:128 Monday 01 April 2024 10:12:11 +0000 (0:00:00.040) 0:01:42.208 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:134 Monday 01 April 2024 10:12:11 +0000 (0:00:00.012) 0:01:42.220 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:146 Monday 01 April 2024 10:12:11 +0000 (0:00:00.012) 0:01:42.233 ********** 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-citcw6_nu9/tests/test-verify-volume-fstab.yml:2 Monday 01 April 2024 10:12:11 +0000 (0:00:00.012) 0:01:42.245 ********** 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-citcw6_nu9/tests/test-verify-volume-fstab.yml:40 Monday 01 April 2024 10:12:11 +0000 (0:00:00.028) 0:01:42.274 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml:48 Monday 01 April 2024 10:12:11 +0000 (0:00:00.017) 0:01:42.291 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml:58 Monday 01 April 2024 10:12:11 +0000 (0:00:00.024) 0:01:42.316 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml:71 Monday 01 April 2024 10:12:11 +0000 (0:00:00.012) 0:01:42.329 ********** 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-citcw6_nu9/tests/test-verify-volume-fs.yml:3 Monday 01 April 2024 10:12:11 +0000 (0:00:00.012) 0:01:42.342 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fs.yml:12 Monday 01 April 2024 10:12:11 +0000 (0:00:00.018) 0:01:42.360 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:3 Monday 01 April 2024 10:12:11 +0000 (0:00:00.017) 0:01:42.378 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711966294.191519, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711966294.191519, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 681, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1711966294.191519, "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-citcw6_nu9/tests/test-verify-volume-device.yml:9 Monday 01 April 2024 10:12:11 +0000 (0:00:00.209) 0:01:42.588 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:16 Monday 01 April 2024 10:12:11 +0000 (0:00:00.017) 0:01:42.606 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:24 Monday 01 April 2024 10:12:11 +0000 (0:00:00.012) 0:01:42.619 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:30 Monday 01 April 2024 10:12:11 +0000 (0:00:00.015) 0:01:42.634 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:34 Monday 01 April 2024 10:12:11 +0000 (0:00:00.017) 0:01:42.652 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:39 Monday 01 April 2024 10:12:11 +0000 (0:00:00.013) 0:01:42.665 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:3 Monday 01 April 2024 10:12:11 +0000 (0:00:00.016) 0:01:42.681 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:10 Monday 01 April 2024 10:12:11 +0000 (0:00:00.021) 0:01:42.703 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:17 Monday 01 April 2024 10:12:12 +0000 (0:00:01.056) 0:01:43.759 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:23 Monday 01 April 2024 10:12:12 +0000 (0:00:00.028) 0:01:43.788 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:32 Monday 01 April 2024 10:12:12 +0000 (0:00:00.024) 0:01:43.813 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:45 Monday 01 April 2024 10:12:12 +0000 (0:00:00.021) 0:01:43.835 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:51 Monday 01 April 2024 10:12:12 +0000 (0:00:00.012) 0:01:43.847 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:56 Monday 01 April 2024 10:12:12 +0000 (0:00:00.012) 0:01:43.860 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:69 Monday 01 April 2024 10:12:12 +0000 (0:00:00.013) 0:01:43.873 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:81 Monday 01 April 2024 10:12:12 +0000 (0:00:00.012) 0:01:43.886 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:94 Monday 01 April 2024 10:12:12 +0000 (0:00:00.011) 0:01:43.897 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:106 Monday 01 April 2024 10:12:12 +0000 (0:00:00.015) 0:01:43.912 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:114 Monday 01 April 2024 10:12:12 +0000 (0:00:00.014) 0:01:43.927 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:122 Monday 01 April 2024 10:12:12 +0000 (0:00:00.012) 0:01:43.940 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:131 Monday 01 April 2024 10:12:13 +0000 (0:00:00.012) 0:01:43.952 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:140 Monday 01 April 2024 10:12:13 +0000 (0:00:00.011) 0:01:43.963 ********** 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-citcw6_nu9/tests/test-verify-volume-md.yml:8 Monday 01 April 2024 10:12:13 +0000 (0:00:00.011) 0:01:43.975 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:14 Monday 01 April 2024 10:12:13 +0000 (0:00:00.011) 0:01:43.986 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:21 Monday 01 April 2024 10:12:13 +0000 (0:00:00.012) 0:01:43.998 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:28 Monday 01 April 2024 10:12:13 +0000 (0:00:00.011) 0:01:44.009 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:35 Monday 01 April 2024 10:12:13 +0000 (0:00:00.012) 0:01:44.022 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:45 Monday 01 April 2024 10:12:13 +0000 (0:00:00.011) 0:01:44.033 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:54 Monday 01 April 2024 10:12:13 +0000 (0:00:00.012) 0:01:44.045 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:63 Monday 01 April 2024 10:12:13 +0000 (0:00:00.011) 0:01:44.057 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:72 Monday 01 April 2024 10:12:13 +0000 (0:00:00.011) 0:01:44.068 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:81 Monday 01 April 2024 10:12:13 +0000 (0:00:00.011) 0:01:44.079 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:3 Monday 01 April 2024 10:12:13 +0000 (0:00:00.012) 0:01:44.092 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:11 Monday 01 April 2024 10:12:13 +0000 (0:00:00.273) 0:01:44.365 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:20 Monday 01 April 2024 10:12:13 +0000 (0:00:00.206) 0:01:44.571 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:28 Monday 01 April 2024 10:12:13 +0000 (0:00:00.017) 0:01:44.589 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:32 Monday 01 April 2024 10:12:13 +0000 (0:00:00.013) 0:01:44.602 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:46 Monday 01 April 2024 10:12:13 +0000 (0:00:00.203) 0:01:44.806 ********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:50 Monday 01 April 2024 10:12:13 +0000 (0:00:00.015) 0:01:44.821 ********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:54 Monday 01 April 2024 10:12:13 +0000 (0:00:00.013) 0:01:44.835 ********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:58 Monday 01 April 2024 10:12:13 +0000 (0:00:00.014) 0:01:44.849 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:68 Monday 01 April 2024 10:12:13 +0000 (0:00:00.036) 0:01:44.886 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:72 Monday 01 April 2024 10:12:13 +0000 (0:00:00.013) 0:01:44.899 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:77 Monday 01 April 2024 10:12:13 +0000 (0:00:00.012) 0:01:44.912 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:83 Monday 01 April 2024 10:12:13 +0000 (0:00:00.012) 0:01:44.925 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:88 Monday 01 April 2024 10:12:13 +0000 (0:00:00.012) 0:01:44.937 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:96 Monday 01 April 2024 10:12:14 +0000 (0:00:00.013) 0:01:44.951 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:104 Monday 01 April 2024 10:12:14 +0000 (0:00:00.013) 0:01:44.964 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:109 Monday 01 April 2024 10:12:14 +0000 (0:00:00.012) 0:01:44.977 ********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:113 Monday 01 April 2024 10:12:14 +0000 (0:00:00.012) 0:01:44.990 ********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:117 Monday 01 April 2024 10:12:14 +0000 (0:00:00.011) 0:01:45.001 ********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:121 Monday 01 April 2024 10:12:14 +0000 (0:00:00.011) 0:01:45.013 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:129 Monday 01 April 2024 10:12:14 +0000 (0:00:00.012) 0:01:45.026 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:138 Monday 01 April 2024 10:12:14 +0000 (0:00:00.014) 0:01:45.041 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:142 Monday 01 April 2024 10:12:14 +0000 (0:00:00.013) 0:01:45.054 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:150 Monday 01 April 2024 10:12:14 +0000 (0:00:00.013) 0:01:45.068 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:156 Monday 01 April 2024 10:12:14 +0000 (0:00:00.012) 0:01:45.081 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:160 Monday 01 April 2024 10:12:14 +0000 (0:00:00.013) 0:01:45.095 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:164 Monday 01 April 2024 10:12:14 +0000 (0:00:00.013) 0:01:45.108 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:5 Monday 01 April 2024 10:12:14 +0000 (0:00:00.021) 0:01:45.130 ********** 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.036744", "end": "2024-04-01 10:12:14.409829", "rc": 0, "start": "2024-04-01 10:12:14.373085" } 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-citcw6_nu9/tests/test-verify-volume-cache.yml:13 Monday 01 April 2024 10:12:14 +0000 (0:00:00.253) 0:01:45.383 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:18 Monday 01 April 2024 10:12:14 +0000 (0:00:00.021) 0:01:45.405 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:27 Monday 01 April 2024 10:12:14 +0000 (0:00:00.022) 0:01:45.427 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:35 Monday 01 April 2024 10:12:14 +0000 (0:00:00.022) 0:01:45.450 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:41 Monday 01 April 2024 10:12:14 +0000 (0:00:00.014) 0:01:45.465 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:47 Monday 01 April 2024 10:12:14 +0000 (0:00:00.013) 0:01:45.479 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume.yml:27 Monday 01 April 2024 10:12:14 +0000 (0:00:00.016) 0:01:45.495 ********** 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-citcw6_nu9/tests/verify-role-results.yml:44 Monday 01 April 2024 10:12:14 +0000 (0:00:00.015) 0:01:45.511 ********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:54 Monday 01 April 2024 10:12:14 +0000 (0:00:00.017) 0:01:45.529 ********** 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-citcw6_nu9/tests/tests_change_fs.yml:104 Monday 01 April 2024 10:12:14 +0000 (0:00:00.026) 0:01:45.555 ********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Monday 01 April 2024 10:12:14 +0000 (0:00:00.051) 0:01:45.607 ********** included: /WORKDIR/git-weekly-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Monday 01 April 2024 10:12:14 +0000 (0:00:00.018) 0:01:45.625 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Monday 01 April 2024 10:12:14 +0000 (0:00:00.015) 0:01:45.641 ********** 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-citcw6_nu9/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-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Monday 01 April 2024 10:12:14 +0000 (0:00:00.034) 0:01:45.675 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Monday 01 April 2024 10:12:14 +0000 (0:00:00.012) 0:01:45.688 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Monday 01 April 2024 10:12:14 +0000 (0:00:00.012) 0:01:45.701 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Monday 01 April 2024 10:12:14 +0000 (0:00:00.012) 0:01:45.713 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Monday 01 April 2024 10:12:14 +0000 (0:00:00.012) 0:01:45.726 ********** included: /WORKDIR/git-weekly-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Monday 01 April 2024 10:12:14 +0000 (0:00:00.025) 0:01:45.751 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Monday 01 April 2024 10:12:14 +0000 (0:00:00.013) 0:01:45.764 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Monday 01 April 2024 10:12:14 +0000 (0:00:00.015) 0:01:45.779 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Monday 01 April 2024 10:12:14 +0000 (0:00:00.013) 0:01:45.793 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Monday 01 April 2024 10:12:14 +0000 (0:00:00.012) 0:01:45.806 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Monday 01 April 2024 10:12:14 +0000 (0:00:00.016) 0:01:45.822 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Monday 01 April 2024 10:12:14 +0000 (0:00:00.016) 0:01:45.838 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Monday 01 April 2024 10:12:14 +0000 (0:00:00.021) 0:01:45.860 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Monday 01 April 2024 10:12:14 +0000 (0:00:00.024) 0:01:45.884 ********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Monday 01 April 2024 10:12:14 +0000 (0:00:00.015) 0:01:45.900 ********** 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": [ "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": "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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Monday 01 April 2024 10:12:16 +0000 (0:00:01.691) 0:01:47.591 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Monday 01 April 2024 10:12:16 +0000 (0:00:00.014) 0:01:47.605 ********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Monday 01 April 2024 10:12:16 +0000 (0:00:00.011) 0:01:47.616 ********** 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": [ "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": "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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Monday 01 April 2024 10:12:16 +0000 (0:00:00.015) 0:01:47.632 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Monday 01 April 2024 10:12:16 +0000 (0:00:00.015) 0:01:47.647 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Monday 01 April 2024 10:12:16 +0000 (0:00:00.015) 0:01:47.663 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Monday 01 April 2024 10:12:17 +0000 (0:00:00.416) 0:01:48.080 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Monday 01 April 2024 10:12:17 +0000 (0:00:00.578) 0:01:48.658 ********** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Monday 01 April 2024 10:12:17 +0000 (0:00:00.014) 0:01:48.673 ********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Monday 01 April 2024 10:12:17 +0000 (0:00:00.019) 0:01:48.692 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Monday 01 April 2024 10:12:18 +0000 (0:00:00.583) 0:01:49.276 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711966055.7193394, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709714866.167, "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": 1709714594.52, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2666343757", "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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Monday 01 April 2024 10:12:18 +0000 (0:00:00.221) 0:01:49.497 ********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Monday 01 April 2024 10:12:18 +0000 (0:00:00.029) 0:01:49.527 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/tests_change_fs.yml:116 Monday 01 April 2024 10:12:19 +0000 (0:00:00.752) 0:01:50.279 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:2 Monday 01 April 2024 10:12:19 +0000 (0:00:00.049) 0:01:50.329 ********** 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-citcw6_nu9/tests/verify-role-results.yml:7 Monday 01 April 2024 10:12:19 +0000 (0:00:00.027) 0:01:50.357 ********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:15 Monday 01 April 2024 10:12:19 +0000 (0:00:00.013) 0:01:50.370 ********** 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": "L70g04-rlbc-qHFX-yxql-VqKt-ac1y-adRjhc" }, "/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": "d673fe01-b454-4235-b8eb-90a73d08e5be" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:20 Monday 01 April 2024 10:12:19 +0000 (0:00:00.218) 0:01:50.588 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003382", "end": "2024-04-01 10:12:19.842327", "rc": 0, "start": "2024-04-01 10:12:19.838945" } STDOUT: # # /etc/fstab # Created by anaconda on Wed Mar 6 08:43:14 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=d673fe01-b454-4235-b8eb-90a73d08e5be / 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-citcw6_nu9/tests/verify-role-results.yml:25 Monday 01 April 2024 10:12:19 +0000 (0:00:00.239) 0:01:50.827 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003354", "end": "2024-04-01 10:12:20.070165", "failed_when_result": false, "rc": 0, "start": "2024-04-01 10:12:20.066811" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:34 Monday 01 April 2024 10:12:20 +0000 (0:00:00.206) 0:01:51.034 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:5 Monday 01 April 2024 10:12:20 +0000 (0:00:00.024) 0:01:51.058 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:18 Monday 01 April 2024 10:12:20 +0000 (0:00:00.011) 0:01:51.069 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.031450", "end": "2024-04-01 10:12:20.339596", "rc": 0, "start": "2024-04-01 10:12:20.308146" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:24 Monday 01 April 2024 10:12:20 +0000 (0:00:00.236) 0:01:51.305 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:34 Monday 01 April 2024 10:12:20 +0000 (0:00:00.018) 0:01:51.324 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:2 Monday 01 April 2024 10:12:20 +0000 (0:00:00.051) 0:01:51.376 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:13 Monday 01 April 2024 10:12:20 +0000 (0:00:00.018) 0:01:51.394 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:22 Monday 01 April 2024 10:12:20 +0000 (0:00:00.205) 0:01:51.599 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:27 Monday 01 April 2024 10:12:20 +0000 (0:00:00.015) 0:01:51.614 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:33 Monday 01 April 2024 10:12:20 +0000 (0:00:00.015) 0:01:51.630 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:42 Monday 01 April 2024 10:12:20 +0000 (0:00:00.015) 0:01:51.645 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:48 Monday 01 April 2024 10:12:20 +0000 (0:00:00.014) 0:01:51.660 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:54 Monday 01 April 2024 10:12:20 +0000 (0:00:00.014) 0:01:51.674 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:59 Monday 01 April 2024 10:12:20 +0000 (0:00:00.012) 0:01:51.687 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:73 Monday 01 April 2024 10:12:20 +0000 (0:00:00.020) 0:01:51.707 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:8 Monday 01 April 2024 10:12:20 +0000 (0:00:00.021) 0:01:51.729 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:14 Monday 01 April 2024 10:12:20 +0000 (0:00:00.012) 0:01:51.741 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:21 Monday 01 April 2024 10:12:20 +0000 (0:00:00.011) 0:01:51.752 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:28 Monday 01 April 2024 10:12:20 +0000 (0:00:00.011) 0:01:51.764 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:35 Monday 01 April 2024 10:12:20 +0000 (0:00:00.011) 0:01:51.775 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:45 Monday 01 April 2024 10:12:20 +0000 (0:00:00.010) 0:01:51.786 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:54 Monday 01 April 2024 10:12:20 +0000 (0:00:00.012) 0:01:51.798 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:64 Monday 01 April 2024 10:12:20 +0000 (0:00:00.012) 0:01:51.811 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:74 Monday 01 April 2024 10:12:20 +0000 (0:00:00.010) 0:01:51.822 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:85 Monday 01 April 2024 10:12:20 +0000 (0:00:00.012) 0:01:51.834 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:95 Monday 01 April 2024 10:12:20 +0000 (0:00:00.011) 0:01:51.845 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:76 Monday 01 April 2024 10:12:20 +0000 (0:00:00.011) 0:01:51.856 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-lvmraid.yml:2 Monday 01 April 2024 10:12:20 +0000 (0:00:00.022) 0:01:51.879 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:8 Monday 01 April 2024 10:12:20 +0000 (0:00:00.024) 0:01:51.903 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:16 Monday 01 April 2024 10:12:20 +0000 (0:00:00.012) 0:01:51.915 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:21 Monday 01 April 2024 10:12:20 +0000 (0:00:00.011) 0:01:51.926 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:29 Monday 01 April 2024 10:12:20 +0000 (0:00:00.011) 0:01:51.938 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:34 Monday 01 April 2024 10:12:21 +0000 (0:00:00.011) 0:01:51.949 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:40 Monday 01 April 2024 10:12:21 +0000 (0:00:00.012) 0:01:51.961 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:46 Monday 01 April 2024 10:12:21 +0000 (0:00:00.011) 0:01:51.972 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:79 Monday 01 April 2024 10:12:21 +0000 (0:00:00.011) 0:01:51.983 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-thin.yml:2 Monday 01 April 2024 10:12:21 +0000 (0:00:00.023) 0:01:52.006 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-thin.yml:8 Monday 01 April 2024 10:12:21 +0000 (0:00:00.025) 0:01:52.032 ********** 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-citcw6_nu9/tests/verify-pool-member-thin.yml:16 Monday 01 April 2024 10:12:21 +0000 (0:00:00.011) 0:01:52.043 ********** 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-citcw6_nu9/tests/verify-pool-member-thin.yml:23 Monday 01 April 2024 10:12:21 +0000 (0:00:00.012) 0:01:52.056 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-thin.yml:27 Monday 01 April 2024 10:12:21 +0000 (0:00:00.014) 0:01:52.070 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:82 Monday 01 April 2024 10:12:21 +0000 (0:00:00.025) 0:01:52.096 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-encryption.yml:5 Monday 01 April 2024 10:12:21 +0000 (0:00:00.041) 0:01:52.137 ********** 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-citcw6_nu9/tests/verify-pool-members-encryption.yml:13 Monday 01 April 2024 10:12:21 +0000 (0:00:00.016) 0:01:52.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-citcw6_nu9/tests/verify-pool-members-encryption.yml:20 Monday 01 April 2024 10:12:21 +0000 (0:00:00.015) 0:01:52.169 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:2 Monday 01 April 2024 10:12:21 +0000 (0:00:00.022) 0:01:52.192 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:9 Monday 01 April 2024 10:12:21 +0000 (0:00:00.014) 0:01:52.207 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:18 Monday 01 April 2024 10:12:21 +0000 (0:00:00.016) 0:01:52.223 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:27 Monday 01 April 2024 10:12:21 +0000 (0:00:00.013) 0:01:52.237 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:37 Monday 01 April 2024 10:12:21 +0000 (0:00:00.019) 0:01:52.256 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-crypttab.yml:47 Monday 01 April 2024 10:12:21 +0000 (0:00:00.015) 0:01:52.272 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-encryption.yml:27 Monday 01 April 2024 10:12:21 +0000 (0:00:00.012) 0:01:52.285 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:85 Monday 01 April 2024 10:12:21 +0000 (0:00:00.015) 0:01:52.301 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-vdo.yml:2 Monday 01 April 2024 10:12:21 +0000 (0:00:00.036) 0:01:52.337 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:9 Monday 01 April 2024 10:12:21 +0000 (0:00:00.077) 0:01:52.415 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:16 Monday 01 April 2024 10:12:21 +0000 (0:00:00.018) 0:01:52.434 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:22 Monday 01 April 2024 10:12:21 +0000 (0:00:00.026) 0:01:52.461 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:28 Monday 01 April 2024 10:12:21 +0000 (0:00:00.015) 0:01:52.476 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:35 Monday 01 April 2024 10:12:21 +0000 (0:00:00.015) 0:01:52.492 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:41 Monday 01 April 2024 10:12:21 +0000 (0:00:00.016) 0:01:52.509 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:47 Monday 01 April 2024 10:12:21 +0000 (0:00:00.014) 0:01:52.523 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:88 Monday 01 April 2024 10:12:21 +0000 (0:00:00.040) 0:01:52.564 ********** 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-citcw6_nu9/tests/test-verify-pool-volumes.yml:3 Monday 01 April 2024 10:12:21 +0000 (0:00:00.020) 0:01:52.584 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume.yml:2 Monday 01 April 2024 10:12:21 +0000 (0:00:00.039) 0:01:52.624 ********** 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-citcw6_nu9/tests/test-verify-volume.yml:21 Monday 01 April 2024 10:12:21 +0000 (0:00:00.031) 0:01:52.656 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:7 Monday 01 April 2024 10:12:21 +0000 (0:00:00.072) 0:01:52.728 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:16 Monday 01 April 2024 10:12:21 +0000 (0:00:00.020) 0:01:52.749 ********** 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-citcw6_nu9/tests/test-verify-volume-mount.yml:38 Monday 01 April 2024 10:12:21 +0000 (0:00:00.039) 0:01:52.788 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:51 Monday 01 April 2024 10:12:21 +0000 (0:00:00.019) 0:01:52.807 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:63 Monday 01 April 2024 10:12:21 +0000 (0:00:00.013) 0:01:52.820 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:71 Monday 01 April 2024 10:12:21 +0000 (0:00:00.017) 0:01:52.838 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:83 Monday 01 April 2024 10:12:21 +0000 (0:00:00.020) 0:01:52.859 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:95 Monday 01 April 2024 10:12:21 +0000 (0:00:00.014) 0:01:52.874 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:110 Monday 01 April 2024 10:12:21 +0000 (0:00:00.019) 0:01:52.893 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:122 Monday 01 April 2024 10:12:21 +0000 (0:00:00.015) 0:01:52.909 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:128 Monday 01 April 2024 10:12:21 +0000 (0:00:00.013) 0:01:52.922 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:134 Monday 01 April 2024 10:12:21 +0000 (0:00:00.012) 0:01:52.934 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:146 Monday 01 April 2024 10:12:22 +0000 (0:00:00.018) 0:01:52.952 ********** 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-citcw6_nu9/tests/test-verify-volume-fstab.yml:2 Monday 01 April 2024 10:12:22 +0000 (0:00:00.012) 0:01:52.965 ********** 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-citcw6_nu9/tests/test-verify-volume-fstab.yml:40 Monday 01 April 2024 10:12:22 +0000 (0:00:00.035) 0:01:53.001 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml:48 Monday 01 April 2024 10:12:22 +0000 (0:00:00.025) 0:01:53.027 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml:58 Monday 01 April 2024 10:12:22 +0000 (0:00:00.015) 0:01:53.043 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml:71 Monday 01 April 2024 10:12:22 +0000 (0:00:00.012) 0:01:53.055 ********** 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-citcw6_nu9/tests/test-verify-volume-fs.yml:3 Monday 01 April 2024 10:12:22 +0000 (0:00:00.012) 0:01:53.068 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fs.yml:12 Monday 01 April 2024 10:12:22 +0000 (0:00:00.025) 0:01:53.093 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:3 Monday 01 April 2024 10:12:22 +0000 (0:00:00.018) 0:01:53.112 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711966336.5483596, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711966336.5483596, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 681, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1711966336.5483596, "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-citcw6_nu9/tests/test-verify-volume-device.yml:9 Monday 01 April 2024 10:12:22 +0000 (0:00:00.213) 0:01:53.325 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:16 Monday 01 April 2024 10:12:22 +0000 (0:00:00.016) 0:01:53.342 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:24 Monday 01 April 2024 10:12:22 +0000 (0:00:00.012) 0:01:53.355 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:30 Monday 01 April 2024 10:12:22 +0000 (0:00:00.017) 0:01:53.372 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:34 Monday 01 April 2024 10:12:22 +0000 (0:00:00.014) 0:01:53.387 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:39 Monday 01 April 2024 10:12:22 +0000 (0:00:00.013) 0:01:53.400 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:3 Monday 01 April 2024 10:12:22 +0000 (0:00:00.017) 0:01:53.418 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:10 Monday 01 April 2024 10:12:22 +0000 (0:00:00.017) 0:01:53.436 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:17 Monday 01 April 2024 10:12:23 +0000 (0:00:00.999) 0:01:54.435 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:23 Monday 01 April 2024 10:12:23 +0000 (0:00:00.017) 0:01:54.453 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:32 Monday 01 April 2024 10:12:23 +0000 (0:00:00.024) 0:01:54.478 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:45 Monday 01 April 2024 10:12:23 +0000 (0:00:00.018) 0:01:54.496 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:51 Monday 01 April 2024 10:12:23 +0000 (0:00:00.018) 0:01:54.515 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:56 Monday 01 April 2024 10:12:23 +0000 (0:00:00.050) 0:01:54.566 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:69 Monday 01 April 2024 10:12:23 +0000 (0:00:00.014) 0:01:54.581 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:81 Monday 01 April 2024 10:12:23 +0000 (0:00:00.019) 0:01:54.600 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:94 Monday 01 April 2024 10:12:23 +0000 (0:00:00.016) 0:01:54.617 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:106 Monday 01 April 2024 10:12:23 +0000 (0:00:00.021) 0:01:54.638 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:114 Monday 01 April 2024 10:12:23 +0000 (0:00:00.035) 0:01:54.673 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:122 Monday 01 April 2024 10:12:23 +0000 (0:00:00.021) 0:01:54.695 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:131 Monday 01 April 2024 10:12:23 +0000 (0:00:00.021) 0:01:54.716 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:140 Monday 01 April 2024 10:12:23 +0000 (0:00:00.020) 0:01:54.737 ********** 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-citcw6_nu9/tests/test-verify-volume-md.yml:8 Monday 01 April 2024 10:12:23 +0000 (0:00:00.013) 0:01:54.750 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:14 Monday 01 April 2024 10:12:23 +0000 (0:00:00.017) 0:01:54.768 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:21 Monday 01 April 2024 10:12:23 +0000 (0:00:00.018) 0:01:54.786 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:28 Monday 01 April 2024 10:12:23 +0000 (0:00:00.016) 0:01:54.803 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:35 Monday 01 April 2024 10:12:23 +0000 (0:00:00.012) 0:01:54.816 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:45 Monday 01 April 2024 10:12:23 +0000 (0:00:00.012) 0:01:54.828 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:54 Monday 01 April 2024 10:12:23 +0000 (0:00:00.013) 0:01:54.842 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:63 Monday 01 April 2024 10:12:23 +0000 (0:00:00.017) 0:01:54.859 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:72 Monday 01 April 2024 10:12:23 +0000 (0:00:00.014) 0:01:54.874 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:81 Monday 01 April 2024 10:12:23 +0000 (0:00:00.021) 0:01:54.895 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:3 Monday 01 April 2024 10:12:23 +0000 (0:00:00.012) 0:01:54.908 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:11 Monday 01 April 2024 10:12:24 +0000 (0:00:00.203) 0:01:55.111 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:20 Monday 01 April 2024 10:12:24 +0000 (0:00:00.207) 0:01:55.319 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:28 Monday 01 April 2024 10:12:24 +0000 (0:00:00.018) 0:01:55.338 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:32 Monday 01 April 2024 10:12:24 +0000 (0:00:00.013) 0:01:55.351 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:46 Monday 01 April 2024 10:12:24 +0000 (0:00:00.202) 0:01:55.554 ********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:50 Monday 01 April 2024 10:12:24 +0000 (0:00:00.015) 0:01:55.569 ********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:54 Monday 01 April 2024 10:12:24 +0000 (0:00:00.014) 0:01:55.584 ********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:58 Monday 01 April 2024 10:12:24 +0000 (0:00:00.015) 0:01:55.599 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:68 Monday 01 April 2024 10:12:24 +0000 (0:00:00.014) 0:01:55.614 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:72 Monday 01 April 2024 10:12:24 +0000 (0:00:00.012) 0:01:55.627 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:77 Monday 01 April 2024 10:12:24 +0000 (0:00:00.012) 0:01:55.639 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:83 Monday 01 April 2024 10:12:24 +0000 (0:00:00.011) 0:01:55.650 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:88 Monday 01 April 2024 10:12:24 +0000 (0:00:00.011) 0:01:55.662 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:96 Monday 01 April 2024 10:12:24 +0000 (0:00:00.012) 0:01:55.675 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:104 Monday 01 April 2024 10:12:24 +0000 (0:00:00.012) 0:01:55.687 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:109 Monday 01 April 2024 10:12:24 +0000 (0:00:00.011) 0:01:55.698 ********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:113 Monday 01 April 2024 10:12:24 +0000 (0:00:00.011) 0:01:55.709 ********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:117 Monday 01 April 2024 10:12:24 +0000 (0:00:00.011) 0:01:55.720 ********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:121 Monday 01 April 2024 10:12:24 +0000 (0:00:00.011) 0:01:55.731 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:129 Monday 01 April 2024 10:12:24 +0000 (0:00:00.012) 0:01:55.744 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:138 Monday 01 April 2024 10:12:24 +0000 (0:00:00.011) 0:01:55.756 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:142 Monday 01 April 2024 10:12:24 +0000 (0:00:00.012) 0:01:55.768 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:150 Monday 01 April 2024 10:12:24 +0000 (0:00:00.012) 0:01:55.781 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:156 Monday 01 April 2024 10:12:24 +0000 (0:00:00.011) 0:01:55.792 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:160 Monday 01 April 2024 10:12:24 +0000 (0:00:00.013) 0:01:55.805 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:164 Monday 01 April 2024 10:12:24 +0000 (0:00:00.013) 0:01:55.819 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:5 Monday 01 April 2024 10:12:24 +0000 (0:00:00.016) 0:01:55.836 ********** 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.033145", "end": "2024-04-01 10:12:25.109749", "rc": 0, "start": "2024-04-01 10:12:25.076604" } 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-citcw6_nu9/tests/test-verify-volume-cache.yml:13 Monday 01 April 2024 10:12:25 +0000 (0:00:00.240) 0:01:56.076 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:18 Monday 01 April 2024 10:12:25 +0000 (0:00:00.016) 0:01:56.092 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:27 Monday 01 April 2024 10:12:25 +0000 (0:00:00.017) 0:01:56.110 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:35 Monday 01 April 2024 10:12:25 +0000 (0:00:00.013) 0:01:56.123 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:41 Monday 01 April 2024 10:12:25 +0000 (0:00:00.013) 0:01:56.137 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:47 Monday 01 April 2024 10:12:25 +0000 (0:00:00.012) 0:01:56.149 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume.yml:27 Monday 01 April 2024 10:12:25 +0000 (0:00:00.012) 0:01:56.161 ********** 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-citcw6_nu9/tests/verify-role-results.yml:44 Monday 01 April 2024 10:12:25 +0000 (0:00:00.012) 0:01:56.174 ********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:54 Monday 01 April 2024 10:12:25 +0000 (0:00:00.010) 0:01:56.185 ********** 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-citcw6_nu9/tests/tests_change_fs.yml:120 Monday 01 April 2024 10:12:25 +0000 (0:00:00.011) 0:01:56.196 ********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Monday 01 April 2024 10:12:25 +0000 (0:00:00.061) 0:01:56.257 ********** included: /WORKDIR/git-weekly-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Monday 01 April 2024 10:12:25 +0000 (0:00:00.016) 0:01:56.274 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Monday 01 April 2024 10:12:25 +0000 (0:00:00.013) 0:01:56.287 ********** 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-citcw6_nu9/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-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Monday 01 April 2024 10:12:25 +0000 (0:00:00.034) 0:01:56.321 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Monday 01 April 2024 10:12:25 +0000 (0:00:00.011) 0:01:56.333 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Monday 01 April 2024 10:12:25 +0000 (0:00:00.011) 0:01:56.344 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Monday 01 April 2024 10:12:25 +0000 (0:00:00.011) 0:01:56.355 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Monday 01 April 2024 10:12:25 +0000 (0:00:00.011) 0:01:56.366 ********** included: /WORKDIR/git-weekly-citcw6_nu9/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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Monday 01 April 2024 10:12:25 +0000 (0:00:00.023) 0:01:56.390 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Monday 01 April 2024 10:12:25 +0000 (0:00:00.011) 0:01:56.402 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Monday 01 April 2024 10:12:25 +0000 (0:00:00.015) 0:01:56.418 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Monday 01 April 2024 10:12:25 +0000 (0:00:00.013) 0:01:56.431 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Monday 01 April 2024 10:12:25 +0000 (0:00:00.014) 0:01:56.446 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Monday 01 April 2024 10:12:25 +0000 (0:00:00.012) 0:01:56.459 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Monday 01 April 2024 10:12:25 +0000 (0:00:00.014) 0:01:56.473 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Monday 01 April 2024 10:12:25 +0000 (0:00:00.015) 0:01:56.488 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Monday 01 April 2024 10:12:25 +0000 (0:00:00.021) 0:01:56.510 ********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Monday 01 April 2024 10:12:25 +0000 (0:00:00.016) 0:01:56.527 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Monday 01 April 2024 10:12:27 +0000 (0:00:01.844) 0:01:58.372 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Monday 01 April 2024 10:12:27 +0000 (0:00:00.013) 0:01:58.385 ********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Monday 01 April 2024 10:12:27 +0000 (0:00:00.011) 0:01:58.397 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Monday 01 April 2024 10:12:27 +0000 (0:00:00.015) 0:01:58.412 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Monday 01 April 2024 10:12:27 +0000 (0:00:00.016) 0:01:58.428 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Monday 01 April 2024 10:12:27 +0000 (0:00:00.014) 0:01:58.442 ********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Monday 01 April 2024 10:12:27 +0000 (0:00:00.013) 0:01:58.456 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Monday 01 April 2024 10:12:27 +0000 (0:00:00.015) 0:01:58.471 ********** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Monday 01 April 2024 10:12:27 +0000 (0:00:00.012) 0:01:58.484 ********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Monday 01 April 2024 10:12:27 +0000 (0:00:00.013) 0:01:58.497 ********** 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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Monday 01 April 2024 10:12:27 +0000 (0:00:00.012) 0:01:58.510 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711966055.7193394, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709714866.167, "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": 1709714594.52, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2666343757", "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-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Monday 01 April 2024 10:12:27 +0000 (0:00:00.220) 0:01:58.730 ********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Monday 01 April 2024 10:12:27 +0000 (0:00:00.012) 0:01:58.743 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/tests_change_fs.yml:134 Monday 01 April 2024 10:12:28 +0000 (0:00:00.651) 0:01:59.395 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:2 Monday 01 April 2024 10:12:28 +0000 (0:00:00.048) 0:01:59.443 ********** 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-citcw6_nu9/tests/verify-role-results.yml:7 Monday 01 April 2024 10:12:28 +0000 (0:00:00.072) 0:01:59.515 ********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:15 Monday 01 April 2024 10:12:28 +0000 (0:00:00.012) 0:01:59.528 ********** 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": "d673fe01-b454-4235-b8eb-90a73d08e5be" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:20 Monday 01 April 2024 10:12:28 +0000 (0:00:00.207) 0:01:59.735 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003395", "end": "2024-04-01 10:12:28.973259", "rc": 0, "start": "2024-04-01 10:12:28.969864" } STDOUT: # # /etc/fstab # Created by anaconda on Wed Mar 6 08:43:14 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=d673fe01-b454-4235-b8eb-90a73d08e5be / 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-citcw6_nu9/tests/verify-role-results.yml:25 Monday 01 April 2024 10:12:28 +0000 (0:00:00.200) 0:01:59.936 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004529", "end": "2024-04-01 10:12:30.177123", "failed_when_result": false, "rc": 0, "start": "2024-04-01 10:12:29.172594" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:34 Monday 01 April 2024 10:12:30 +0000 (0:00:01.213) 0:02:01.150 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:5 Monday 01 April 2024 10:12:30 +0000 (0:00:00.037) 0:02:01.187 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:18 Monday 01 April 2024 10:12:30 +0000 (0:00:00.026) 0:02:01.213 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:24 Monday 01 April 2024 10:12:30 +0000 (0:00:00.013) 0:02:01.227 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool.yml:34 Monday 01 April 2024 10:12:30 +0000 (0:00:00.012) 0:02:01.240 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:2 Monday 01 April 2024 10:12:30 +0000 (0:00:00.029) 0:02:01.270 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:13 Monday 01 April 2024 10:12:30 +0000 (0:00:00.021) 0:02:01.291 ********** TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:22 Monday 01 April 2024 10:12:30 +0000 (0:00:00.016) 0:02:01.307 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:27 Monday 01 April 2024 10:12:30 +0000 (0:00:00.017) 0:02:01.325 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:33 Monday 01 April 2024 10:12:30 +0000 (0:00:00.030) 0:02:01.356 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:42 Monday 01 April 2024 10:12:30 +0000 (0:00:00.039) 0:02:01.395 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:48 Monday 01 April 2024 10:12:30 +0000 (0:00:00.017) 0:02:01.412 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:54 Monday 01 April 2024 10:12:30 +0000 (0:00:00.015) 0:02:01.428 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:59 Monday 01 April 2024 10:12:30 +0000 (0:00:00.023) 0:02:01.452 ********** TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:73 Monday 01 April 2024 10:12:30 +0000 (0:00:00.022) 0:02:01.475 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:8 Monday 01 April 2024 10:12:30 +0000 (0:00:00.029) 0:02:01.504 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:14 Monday 01 April 2024 10:12:30 +0000 (0:00:00.016) 0:02:01.520 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:21 Monday 01 April 2024 10:12:30 +0000 (0:00:00.014) 0:02:01.535 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:28 Monday 01 April 2024 10:12:30 +0000 (0:00:00.030) 0:02:01.565 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:35 Monday 01 April 2024 10:12:30 +0000 (0:00:00.021) 0:02:01.587 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:45 Monday 01 April 2024 10:12:30 +0000 (0:00:00.024) 0:02:01.611 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:54 Monday 01 April 2024 10:12:30 +0000 (0:00:00.028) 0:02:01.640 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:64 Monday 01 April 2024 10:12:30 +0000 (0:00:00.013) 0:02:01.653 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:74 Monday 01 April 2024 10:12:30 +0000 (0:00:00.019) 0:02:01.672 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:85 Monday 01 April 2024 10:12:30 +0000 (0:00:00.022) 0:02:01.695 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-md.yml:95 Monday 01 April 2024 10:12:30 +0000 (0:00:00.019) 0:02:01.715 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:76 Monday 01 April 2024 10:12:30 +0000 (0:00:00.020) 0:02:01.736 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-lvmraid.yml:2 Monday 01 April 2024 10:12:30 +0000 (0:00:00.026) 0:02:01.762 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:8 Monday 01 April 2024 10:12:30 +0000 (0:00:00.033) 0:02:01.796 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:16 Monday 01 April 2024 10:12:30 +0000 (0:00:00.021) 0:02:01.818 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:21 Monday 01 April 2024 10:12:30 +0000 (0:00:00.070) 0:02:01.888 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:29 Monday 01 April 2024 10:12:30 +0000 (0:00:00.019) 0:02:01.908 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:34 Monday 01 April 2024 10:12:30 +0000 (0:00:00.018) 0:02:01.926 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:40 Monday 01 April 2024 10:12:31 +0000 (0:00:00.034) 0:02:01.961 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-lvmraid.yml:46 Monday 01 April 2024 10:12:31 +0000 (0:00:00.014) 0:02:01.975 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:79 Monday 01 April 2024 10:12:31 +0000 (0:00:00.023) 0:02:01.999 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-thin.yml:2 Monday 01 April 2024 10:12:31 +0000 (0:00:00.039) 0:02:02.038 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-thin.yml:8 Monday 01 April 2024 10:12:31 +0000 (0:00:00.042) 0:02:02.080 ********** 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-citcw6_nu9/tests/verify-pool-member-thin.yml:16 Monday 01 April 2024 10:12:31 +0000 (0:00:00.014) 0:02:02.095 ********** 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-citcw6_nu9/tests/verify-pool-member-thin.yml:23 Monday 01 April 2024 10:12:31 +0000 (0:00:00.016) 0:02:02.111 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-thin.yml:27 Monday 01 April 2024 10:12:31 +0000 (0:00:00.014) 0:02:02.126 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:82 Monday 01 April 2024 10:12:31 +0000 (0:00:00.021) 0:02:02.148 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-encryption.yml:5 Monday 01 April 2024 10:12:31 +0000 (0:00:00.031) 0:02:02.179 ********** 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-citcw6_nu9/tests/verify-pool-members-encryption.yml:13 Monday 01 April 2024 10:12:31 +0000 (0:00:00.016) 0:02:02.196 ********** TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-encryption.yml:20 Monday 01 April 2024 10:12:31 +0000 (0:00:00.012) 0:02:02.208 ********** TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-encryption.yml:27 Monday 01 April 2024 10:12:31 +0000 (0:00:00.011) 0:02:02.220 ********** 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-citcw6_nu9/tests/test-verify-pool-members.yml:85 Monday 01 April 2024 10:12:31 +0000 (0:00:00.020) 0:02:02.241 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-members-vdo.yml:2 Monday 01 April 2024 10:12:31 +0000 (0:00:00.052) 0:02:02.293 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:9 Monday 01 April 2024 10:12:31 +0000 (0:00:00.032) 0:02:02.325 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:16 Monday 01 April 2024 10:12:31 +0000 (0:00:00.023) 0:02:02.349 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:22 Monday 01 April 2024 10:12:31 +0000 (0:00:00.014) 0:02:02.363 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:28 Monday 01 April 2024 10:12:31 +0000 (0:00:00.017) 0:02:02.381 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:35 Monday 01 April 2024 10:12:31 +0000 (0:00:00.024) 0:02:02.405 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:41 Monday 01 April 2024 10:12:31 +0000 (0:00:00.024) 0:02:02.430 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-pool-member-vdo.yml:47 Monday 01 April 2024 10:12:31 +0000 (0:00:00.036) 0:02:02.466 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-pool-members.yml:88 Monday 01 April 2024 10:12:31 +0000 (0:00:00.013) 0:02:02.479 ********** 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-citcw6_nu9/tests/test-verify-pool-volumes.yml:3 Monday 01 April 2024 10:12:31 +0000 (0:00:00.014) 0:02:02.494 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume.yml:2 Monday 01 April 2024 10:12:31 +0000 (0:00:00.026) 0:02:02.520 ********** 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-citcw6_nu9/tests/test-verify-volume.yml:21 Monday 01 April 2024 10:12:31 +0000 (0:00:00.018) 0:02:02.539 ********** included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:7 Monday 01 April 2024 10:12:31 +0000 (0:00:00.057) 0:02:02.596 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:16 Monday 01 April 2024 10:12:31 +0000 (0:00:00.015) 0:02:02.611 ********** 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-citcw6_nu9/tests/test-verify-volume-mount.yml:38 Monday 01 April 2024 10:12:31 +0000 (0:00:00.019) 0:02:02.631 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:51 Monday 01 April 2024 10:12:31 +0000 (0:00:00.012) 0:02:02.643 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:63 Monday 01 April 2024 10:12:31 +0000 (0:00:00.012) 0:02:02.656 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:71 Monday 01 April 2024 10:12:31 +0000 (0:00:00.014) 0:02:02.670 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:83 Monday 01 April 2024 10:12:31 +0000 (0:00:00.012) 0:02:02.682 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:95 Monday 01 April 2024 10:12:31 +0000 (0:00:00.014) 0:02:02.697 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:110 Monday 01 April 2024 10:12:31 +0000 (0:00:00.012) 0:02:02.710 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:122 Monday 01 April 2024 10:12:31 +0000 (0:00:00.015) 0:02:02.725 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:128 Monday 01 April 2024 10:12:31 +0000 (0:00:00.013) 0:02:02.739 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:134 Monday 01 April 2024 10:12:31 +0000 (0:00:00.017) 0:02:02.757 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-mount.yml:146 Monday 01 April 2024 10:12:31 +0000 (0:00:00.012) 0:02:02.769 ********** 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-citcw6_nu9/tests/test-verify-volume-fstab.yml:2 Monday 01 April 2024 10:12:31 +0000 (0:00:00.013) 0:02:02.783 ********** 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-citcw6_nu9/tests/test-verify-volume-fstab.yml:40 Monday 01 April 2024 10:12:31 +0000 (0:00:00.032) 0:02:02.815 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml:48 Monday 01 April 2024 10:12:31 +0000 (0:00:00.016) 0:02:02.831 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml:58 Monday 01 April 2024 10:12:31 +0000 (0:00:00.042) 0:02:02.874 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fstab.yml:71 Monday 01 April 2024 10:12:31 +0000 (0:00:00.015) 0:02:02.890 ********** 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-citcw6_nu9/tests/test-verify-volume-fs.yml:3 Monday 01 April 2024 10:12:31 +0000 (0:00:00.012) 0:02:02.902 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-fs.yml:12 Monday 01 April 2024 10:12:31 +0000 (0:00:00.014) 0:02:02.916 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:3 Monday 01 April 2024 10:12:32 +0000 (0:00:00.038) 0:02:02.955 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:9 Monday 01 April 2024 10:12:32 +0000 (0:00:00.201) 0:02:03.156 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:16 Monday 01 April 2024 10:12:32 +0000 (0:00:00.016) 0:02:03.172 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:24 Monday 01 April 2024 10:12:32 +0000 (0:00:00.017) 0:02:03.190 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:30 Monday 01 April 2024 10:12:32 +0000 (0:00:00.010) 0:02:03.200 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:34 Monday 01 April 2024 10:12:32 +0000 (0:00:00.016) 0:02:03.216 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-device.yml:39 Monday 01 April 2024 10:12:32 +0000 (0:00:00.019) 0:02:03.236 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:3 Monday 01 April 2024 10:12:32 +0000 (0:00:00.018) 0:02:03.255 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:10 Monday 01 April 2024 10:12:32 +0000 (0:00:00.013) 0:02:03.268 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:17 Monday 01 April 2024 10:12:33 +0000 (0:00:00.980) 0:02:04.248 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:23 Monday 01 April 2024 10:12:33 +0000 (0:00:00.020) 0:02:04.269 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:32 Monday 01 April 2024 10:12:33 +0000 (0:00:00.019) 0:02:04.288 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:45 Monday 01 April 2024 10:12:33 +0000 (0:00:00.010) 0:02:04.299 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:51 Monday 01 April 2024 10:12:33 +0000 (0:00:00.018) 0:02:04.317 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:56 Monday 01 April 2024 10:12:33 +0000 (0:00:00.015) 0:02:04.333 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:69 Monday 01 April 2024 10:12:33 +0000 (0:00:00.010) 0:02:04.344 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:81 Monday 01 April 2024 10:12:33 +0000 (0:00:00.010) 0:02:04.355 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:94 Monday 01 April 2024 10:12:33 +0000 (0:00:00.010) 0:02:04.365 ********** 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-citcw6_nu9/tests/test-verify-volume-encryption.yml:106 Monday 01 April 2024 10:12:33 +0000 (0:00:00.017) 0:02:04.382 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:114 Monday 01 April 2024 10:12:33 +0000 (0:00:00.017) 0:02:04.399 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:122 Monday 01 April 2024 10:12:33 +0000 (0:00:00.013) 0:02:04.412 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:131 Monday 01 April 2024 10:12:33 +0000 (0:00:00.012) 0:02:04.425 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:140 Monday 01 April 2024 10:12:33 +0000 (0:00:00.013) 0:02:04.439 ********** 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-citcw6_nu9/tests/test-verify-volume-md.yml:8 Monday 01 April 2024 10:12:33 +0000 (0:00:00.012) 0:02:04.452 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:14 Monday 01 April 2024 10:12:33 +0000 (0:00:00.013) 0:02:04.465 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:21 Monday 01 April 2024 10:12:33 +0000 (0:00:00.014) 0:02:04.479 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:28 Monday 01 April 2024 10:12:33 +0000 (0:00:00.013) 0:02:04.493 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:35 Monday 01 April 2024 10:12:33 +0000 (0:00:00.029) 0:02:04.522 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:45 Monday 01 April 2024 10:12:33 +0000 (0:00:00.026) 0:02:04.549 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:54 Monday 01 April 2024 10:12:33 +0000 (0:00:00.021) 0:02:04.570 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:63 Monday 01 April 2024 10:12:33 +0000 (0:00:00.014) 0:02:04.584 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:72 Monday 01 April 2024 10:12:33 +0000 (0:00:00.014) 0:02:04.599 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-md.yml:81 Monday 01 April 2024 10:12:33 +0000 (0:00:00.012) 0:02:04.611 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:3 Monday 01 April 2024 10:12:33 +0000 (0:00:00.012) 0:02:04.624 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:11 Monday 01 April 2024 10:12:33 +0000 (0:00:00.013) 0:02:04.637 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:20 Monday 01 April 2024 10:12:33 +0000 (0:00:00.024) 0:02:04.662 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:28 Monday 01 April 2024 10:12:33 +0000 (0:00:00.013) 0:02:04.676 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:32 Monday 01 April 2024 10:12:33 +0000 (0:00:00.014) 0:02:04.691 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:46 Monday 01 April 2024 10:12:33 +0000 (0:00:00.012) 0:02:04.703 ********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:50 Monday 01 April 2024 10:12:33 +0000 (0:00:00.012) 0:02:04.716 ********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:54 Monday 01 April 2024 10:12:33 +0000 (0:00:00.019) 0:02:04.736 ********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:58 Monday 01 April 2024 10:12:33 +0000 (0:00:00.018) 0:02:04.754 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:68 Monday 01 April 2024 10:12:33 +0000 (0:00:00.038) 0:02:04.793 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:72 Monday 01 April 2024 10:12:33 +0000 (0:00:00.023) 0:02:04.816 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:77 Monday 01 April 2024 10:12:33 +0000 (0:00:00.013) 0:02:04.829 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:83 Monday 01 April 2024 10:12:33 +0000 (0:00:00.013) 0:02:04.842 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:88 Monday 01 April 2024 10:12:33 +0000 (0:00:00.012) 0:02:04.855 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:96 Monday 01 April 2024 10:12:33 +0000 (0:00:00.011) 0:02:04.867 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:104 Monday 01 April 2024 10:12:33 +0000 (0:00:00.010) 0:02:04.878 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:109 Monday 01 April 2024 10:12:33 +0000 (0:00:00.012) 0:02:04.890 ********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:113 Monday 01 April 2024 10:12:33 +0000 (0:00:00.011) 0:02:04.901 ********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:117 Monday 01 April 2024 10:12:33 +0000 (0:00:00.012) 0:02:04.913 ********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:121 Monday 01 April 2024 10:12:33 +0000 (0:00:00.012) 0:02:04.925 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:129 Monday 01 April 2024 10:12:33 +0000 (0:00:00.012) 0:02:04.938 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:138 Monday 01 April 2024 10:12:34 +0000 (0:00:00.011) 0:02:04.949 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:142 Monday 01 April 2024 10:12:34 +0000 (0:00:00.014) 0:02:04.963 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:150 Monday 01 April 2024 10:12:34 +0000 (0:00:00.016) 0:02:04.980 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:156 Monday 01 April 2024 10:12:34 +0000 (0:00:00.013) 0:02:04.993 ********** 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-citcw6_nu9/tests/test-verify-volume-size.yml:160 Monday 01 April 2024 10:12:34 +0000 (0:00:00.013) 0:02:05.007 ********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-size.yml:164 Monday 01 April 2024 10:12:34 +0000 (0:00:00.021) 0:02:05.029 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:5 Monday 01 April 2024 10:12:34 +0000 (0:00:00.014) 0:02:05.043 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:13 Monday 01 April 2024 10:12:34 +0000 (0:00:00.015) 0:02:05.058 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:18 Monday 01 April 2024 10:12:34 +0000 (0:00:00.013) 0:02:05.072 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:27 Monday 01 April 2024 10:12:34 +0000 (0:00:00.013) 0:02:05.085 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:35 Monday 01 April 2024 10:12:34 +0000 (0:00:00.015) 0:02:05.100 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:41 Monday 01 April 2024 10:12:34 +0000 (0:00:00.013) 0:02:05.114 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-cache.yml:47 Monday 01 April 2024 10:12:34 +0000 (0:00:00.012) 0:02:05.127 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume.yml:27 Monday 01 April 2024 10:12:34 +0000 (0:00:00.016) 0:02:05.144 ********** 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-citcw6_nu9/tests/verify-role-results.yml:44 Monday 01 April 2024 10:12:34 +0000 (0:00:00.030) 0:02:05.174 ********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:54 Monday 01 April 2024 10:12:34 +0000 (0:00:00.012) 0:02:05.187 ********** 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 Monday 01 April 2024 10:12:34 +0000 (0:00:00.009) 0:02:05.196 ********** =============================================================================== linux-system-roles.storage : Make sure blivet is available ------------- 53.86s /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.18s /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Make sure required packages are installed --- 2.09s /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Ensure cryptsetup is present -------------------------------------------- 2.05s /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 1.84s /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Get service facts -------------------------- 1.80s /WORKDIR/git-weekly-citcw6_nu9/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.69s /WORKDIR/git-weekly-citcw6_nu9/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.44s /WORKDIR/git-weekly-citcw6_nu9/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.44s /WORKDIR/git-weekly-citcw6_nu9/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.43s /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Read the /etc/crypttab file --------------------------------------------- 1.21s /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:25 --------------- Read the /etc/crypttab file --------------------------------------------- 1.20s /WORKDIR/git-weekly-citcw6_nu9/tests/verify-role-results.yml:25 --------------- Ensure cryptsetup is present -------------------------------------------- 1.06s /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 1.00s /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:10 ----- Ensure test packages ---------------------------------------------------- 0.99s /WORKDIR/git-weekly-citcw6_nu9/tests/get_unused_disk.yml:2 -------------------- Ensure cryptsetup is present -------------------------------------------- 0.98s /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 0.97s /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 0.97s /WORKDIR/git-weekly-citcw6_nu9/tests/test-verify-volume-encryption.yml:10 ----- Gathering Facts --------------------------------------------------------- 0.88s /WORKDIR/git-weekly-citcw6_nu9/tests/tests_change_fs.yml:2 -------------------- linux-system-roles.storage : Update facts ------------------------------- 0.75s /WORKDIR/git-weekly-citcw6_nu9/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---