# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_lvm_one_disk_multiple_volumes.yml ****************************** 1 plays in /WORKDIR/git-weekly-ciqw6_68q5/tests/tests_lvm_one_disk_multiple_volumes.yml PLAY [Test lvm one disk multiple volumes] ************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/tests_lvm_one_disk_multiple_volumes.yml:2 Friday 29 March 2024 12:36:02 +0000 (0:00:00.012) 0:00:00.012 ********** ok: [sut] META: ran handlers TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/tests_lvm_one_disk_multiple_volumes.yml:12 Friday 29 March 2024 12:36:05 +0000 (0:00:02.892) 0:00:02.904 ********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 29 March 2024 12:36:05 +0000 (0:00:00.015) 0:00:02.920 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 29 March 2024 12:36:05 +0000 (0:00:00.023) 0:00:02.944 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 29 March 2024 12:36:05 +0000 (0:00:00.020) 0:00:02.965 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 29 March 2024 12:36:05 +0000 (0:00:00.034) 0:00:02.999 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 29 March 2024 12:36:06 +0000 (0:00:00.297) 0:00:03.296 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 29 March 2024 12:36:06 +0000 (0:00:00.021) 0:00:03.318 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 29 March 2024 12:36:06 +0000 (0:00:00.009) 0:00:03.327 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 29 March 2024 12:36:06 +0000 (0:00:00.009) 0:00:03.336 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 29 March 2024 12:36:06 +0000 (0:00:00.030) 0:00:03.366 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: lzo-2.10-8.fc38.x86_64", "Installed: btrfs-progs-6.7.1-1.fc38.x86_64", "Installed: libblockdev-lvm-2.28-5.fc38.x86_64", "Installed: lsof-4.96.3-3.fc38.x86_64", "Installed: python3-blivet-1:3.7.1-1.fc38.noarch", "Installed: python3-blockdev-2.28-5.fc38.x86_64", "Installed: libblockdev-btrfs-2.28-5.fc38.x86_64", "Installed: python3-pyparted-1:3.12.0-8.fc38.x86_64", "Installed: blivet-data-1:3.7.1-1.fc38.noarch", "Installed: device-mapper-multipath-0.9.4-2.fc38.x86_64", "Installed: libblockdev-mpath-2.28-5.fc38.x86_64", "Installed: device-mapper-multipath-libs-0.9.4-2.fc38.x86_64", "Installed: libblockdev-dm-2.28-5.fc38.x86_64", "Installed: python3-bytesize-2.10-1.fc38.x86_64" ] } lsrpackages: libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 29 March 2024 12:36:13 +0000 (0:00:07.293) 0:00:10.660 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 29 March 2024 12:36:13 +0000 (0:00:00.019) 0:00:10.680 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 29 March 2024 12:36:13 +0000 (0:00:00.019) 0:00:10.699 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 29 March 2024 12:36:14 +0000 (0:00:00.494) 0:00:11.193 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Friday 29 March 2024 12:36:14 +0000 (0:00:00.034) 0:00:11.227 ********** skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Friday 29 March 2024 12:36:14 +0000 (0:00:00.015) 0:00:11.243 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Friday 29 March 2024 12:36:14 +0000 (0:00:00.010) 0:00:11.254 ********** skipping: [sut] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 29 March 2024 12:36:14 +0000 (0:00:00.015) 0:00:11.270 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 29 March 2024 12:36:16 +0000 (0:00:02.664) 0:00:13.935 ********** 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" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "bluetooth.service": { "name": "bluetooth.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "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": "inactive", "status": "disabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "disabled" }, "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" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.bluez.service": { "name": "dbus-org.bluez.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.home1.service": { "name": "dbus-org.freedesktop.home1.service", "source": "systemd", "state": "active", "status": "alias" }, "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.oom1.service": { "name": "dbus-org.freedesktop.oom1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.resolve1.service": { "name": "dbus-org.freedesktop.resolve1.service", "source": "systemd", "state": "active", "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" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "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@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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": "inactive", "status": "disabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "inactive", "status": "static" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "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": "stopped", "status": "disabled" }, "rpmdb-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "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-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "enabled-runtime" }, "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-homed-activate.service": { "name": "systemd-homed-activate.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "running", "status": "enabled" }, "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-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-networkd-wait-online@.service": { "name": "systemd-networkd-wait-online@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-networkd.service": { "name": "systemd-networkd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "running", "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-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "running", "status": "enabled" }, "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-time-wait-sync.service": { "name": "systemd-time-wait-sync.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "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-userdbd.service": { "name": "systemd-userdbd.service", "source": "systemd", "state": "running", "status": "indirect" }, "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" }, "systemd-zram-setup@.service": { "name": "systemd-zram-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-zram-setup@zram0.service": { "name": "systemd-zram-setup@zram0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 29 March 2024 12:36:19 +0000 (0:00:02.458) 0:00:16.393 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 29 March 2024 12:36:19 +0000 (0:00:00.020) 0:00:16.414 ********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 29 March 2024 12:36:19 +0000 (0:00:00.031) 0:00:16.445 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 29 March 2024 12:36:19 +0000 (0:00:00.406) 0:00:16.852 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 29 March 2024 12:36:19 +0000 (0:00:00.012) 0:00:16.864 ********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 29 March 2024 12:36:19 +0000 (0:00:00.011) 0:00:16.875 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 29 March 2024 12:36:19 +0000 (0:00:00.013) 0:00:16.889 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 29 March 2024 12:36:19 +0000 (0:00:00.013) 0:00:16.902 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 29 March 2024 12:36:19 +0000 (0:00:00.014) 0:00:16.917 ********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 29 March 2024 12:36:19 +0000 (0:00:00.011) 0:00:16.928 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 29 March 2024 12:36:19 +0000 (0:00:00.011) 0:00:16.939 ********** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 29 March 2024 12:36:19 +0000 (0:00:00.010) 0:00:16.950 ********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 29 March 2024 12:36:19 +0000 (0:00:00.011) 0:00:16.961 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 29 March 2024 12:36:19 +0000 (0:00:00.011) 0:00:16.973 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709714569.0992696, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709715077.4392698, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1709714569.0992696, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1872451057", "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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 29 March 2024 12:36:20 +0000 (0:00:00.223) 0:00:17.197 ********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 29 March 2024 12:36:20 +0000 (0:00:00.011) 0:00:17.208 ********** ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/tests_lvm_one_disk_multiple_volumes.yml:16 Friday 29 March 2024 12:36:20 +0000 (0:00:00.824) 0:00:18.032 ********** ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/tests_lvm_one_disk_multiple_volumes.yml:25 Friday 29 March 2024 12:36:20 +0000 (0:00:00.015) 0:00:18.048 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/get_unused_disk.yml:2 Friday 29 March 2024 12:36:20 +0000 (0:00:00.017) 0:00:18.065 ********** 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-ciqw6_68q5/tests/get_unused_disk.yml:16 Friday 29 March 2024 12:36:23 +0000 (0:00:02.771) 0:00:20.836 ********** ok: [sut] => { "changed": false, "disks": [ "sda" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/get_unused_disk.yml:24 Friday 29 March 2024 12:36:23 +0000 (0:00:00.299) 0:00:21.136 ********** 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-ciqw6_68q5/tests/get_unused_disk.yml:29 Friday 29 March 2024 12:36:23 +0000 (0:00:00.014) 0:00:21.151 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/get_unused_disk.yml:34 Friday 29 March 2024 12:36:23 +0000 (0:00:00.012) 0:00:21.163 ********** ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Create three LVM logical volumes under one volume group] ***************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/tests_lvm_one_disk_multiple_volumes.yml:31 Friday 29 March 2024 12:36:24 +0000 (0:00:00.013) 0:00:21.177 ********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 29 March 2024 12:36:24 +0000 (0:00:00.021) 0:00:21.198 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 29 March 2024 12:36:24 +0000 (0:00:00.016) 0:00:21.215 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 29 March 2024 12:36:24 +0000 (0:00:00.014) 0:00:21.229 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 29 March 2024 12:36:24 +0000 (0:00:00.029) 0:00:21.259 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 29 March 2024 12:36:24 +0000 (0:00:00.011) 0:00:21.270 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 29 March 2024 12:36:24 +0000 (0:00:00.013) 0:00:21.283 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 29 March 2024 12:36:24 +0000 (0:00:00.027) 0:00:21.311 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 29 March 2024 12:36:24 +0000 (0:00:00.011) 0:00:21.323 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 29 March 2024 12:36:24 +0000 (0:00:00.024) 0:00:21.347 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 29 March 2024 12:36:24 +0000 (0:00:00.014) 0:00:21.362 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "3g" }, { "mount_point": "/opt/test2", "name": "test2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "test3", "size": "3g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 29 March 2024 12:36:24 +0000 (0:00:00.014) 0:00:21.376 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 29 March 2024 12:36:24 +0000 (0:00:00.013) 0:00:21.390 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 29 March 2024 12:36:24 +0000 (0:00:00.012) 0:00:21.403 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 29 March 2024 12:36:24 +0000 (0:00:00.012) 0:00:21.415 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 29 March 2024 12:36:24 +0000 (0:00:00.012) 0:00:21.428 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 29 March 2024 12:36:24 +0000 (0:00:00.013) 0:00:21.442 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 29 March 2024 12:36:24 +0000 (0:00:00.020) 0:00:21.462 ********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 29 March 2024 12:36:24 +0000 (0:00:00.011) 0:00:21.473 ********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test3", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/foo-test2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0", "/dev/mapper/foo-test1", "/dev/mapper/foo-test2", "/dev/mapper/foo-test3" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 29 March 2024 12:36:28 +0000 (0:00:04.049) 0:00:25.523 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 29 March 2024 12:36:28 +0000 (0:00:00.012) 0:00:25.536 ********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 29 March 2024 12:36:28 +0000 (0:00:00.011) 0:00:25.547 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test3", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/foo-test2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0", "/dev/mapper/foo-test1", "/dev/mapper/foo-test2", "/dev/mapper/foo-test3" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 29 March 2024 12:36:28 +0000 (0:00:00.016) 0:00:25.564 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 29 March 2024 12:36:28 +0000 (0:00:00.016) 0:00:25.580 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 29 March 2024 12:36:28 +0000 (0:00:00.013) 0:00:25.594 ********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 29 March 2024 12:36:28 +0000 (0:00:00.012) 0:00:25.606 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 29 March 2024 12:36:29 +0000 (0:00:01.164) 0:00:26.771 ********** changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } changed: [sut] => (item={'src': '/dev/mapper/foo-test2', 'path': '/opt/test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test2" } changed: [sut] => (item={'src': '/dev/mapper/foo-test3', 'path': '/opt/test3', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "mounted" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test3" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 29 March 2024 12:36:30 +0000 (0:00:01.359) 0:00:28.130 ********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/foo-test2', 'path': '/opt/test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/foo-test3', 'path': '/opt/test3', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 29 March 2024 12:36:30 +0000 (0:00:00.023) 0:00:28.154 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 29 March 2024 12:36:32 +0000 (0:00:01.036) 0:00:29.190 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711715779.9976492, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709715077.4392698, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1709714569.0992696, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1872451057", "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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 29 March 2024 12:36:32 +0000 (0:00:00.228) 0:00:29.419 ********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 29 March 2024 12:36:32 +0000 (0:00:00.027) 0:00:29.446 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/tests_lvm_one_disk_multiple_volumes.yml:49 Friday 29 March 2024 12:36:33 +0000 (0:00:00.839) 0:00:30.285 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:2 Friday 29 March 2024 12:36:33 +0000 (0:00:00.020) 0:00:30.306 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:7 Friday 29 March 2024 12:36:33 +0000 (0:00:00.017) 0:00:30.324 ********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:15 Friday 29 March 2024 12:36:33 +0000 (0:00:00.012) 0:00:30.336 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "ee77d930-46ac-4284-a79a-e06653b2b3b6" }, "/dev/mapper/foo-test2": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test2", "size": "3G", "type": "lvm", "uuid": "ebee472f-c465-496b-8505-a53cc12bf205" }, "/dev/mapper/foo-test3": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test3", "size": "3G", "type": "lvm", "uuid": "a7ba6593-bd79-4521-93c8-83ef9c60ddea" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "pniFY1-H4yV-lmcd-V30h-uiqG-utds-gjrLaM" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "7edc224a-9332-4cda-9c64-11dd8d1c6cdc" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:20 Friday 29 March 2024 12:36:33 +0000 (0:00:00.273) 0:00:30.609 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003707", "end": "2024-03-29 12:36:33.684219", "rc": 0, "start": "2024-03-29 12:36:33.680512" } STDOUT: # # /etc/fstab # Created by anaconda on Wed Mar 6 08:42:49 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=7edc224a-9332-4cda-9c64-11dd8d1c6cdc / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 xfs defaults 0 0 /dev/mapper/foo-test2 /opt/test2 xfs defaults 0 0 /dev/mapper/foo-test3 /opt/test3 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:25 Friday 29 March 2024 12:36:33 +0000 (0:00:00.265) 0:00:30.875 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003649", "end": "2024-03-29 12:36:33.904784", "failed_when_result": false, "rc": 0, "start": "2024-03-29 12:36:33.901135" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:34 Friday 29 March 2024 12:36:33 +0000 (0:00:00.221) 0:00:31.096 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml:5 Friday 29 March 2024 12:36:33 +0000 (0:00:00.027) 0:00:31.123 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml:18 Friday 29 March 2024 12:36:33 +0000 (0:00:00.011) 0:00:31.135 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.035767", "end": "2024-03-29 12:36:34.197456", "rc": 0, "start": "2024-03-29 12:36:34.161689" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml:24 Friday 29 March 2024 12:36:34 +0000 (0:00:00.253) 0:00:31.388 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml:34 Friday 29 March 2024 12:36:34 +0000 (0:00:00.018) 0:00:31.407 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:2 Friday 29 March 2024 12:36:34 +0000 (0:00:00.028) 0:00:31.435 ********** 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-ciqw6_68q5/tests/test-verify-pool-members.yml:13 Friday 29 March 2024 12:36:34 +0000 (0:00:00.018) 0:00:31.454 ********** 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-ciqw6_68q5/tests/test-verify-pool-members.yml:22 Friday 29 March 2024 12:36:34 +0000 (0:00:00.293) 0:00:31.747 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:27 Friday 29 March 2024 12:36:34 +0000 (0:00:00.015) 0:00:31.763 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:33 Friday 29 March 2024 12:36:34 +0000 (0:00:00.016) 0:00:31.780 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:42 Friday 29 March 2024 12:36:34 +0000 (0:00:00.017) 0:00:31.798 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:48 Friday 29 March 2024 12:36:34 +0000 (0:00:00.015) 0:00:31.813 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:54 Friday 29 March 2024 12:36:34 +0000 (0:00:00.016) 0:00:31.830 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:59 Friday 29 March 2024 12:36:34 +0000 (0:00:00.013) 0:00:31.843 ********** 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-ciqw6_68q5/tests/test-verify-pool-members.yml:73 Friday 29 March 2024 12:36:34 +0000 (0:00:00.021) 0:00:31.864 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:8 Friday 29 March 2024 12:36:34 +0000 (0:00:00.050) 0:00:31.915 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:14 Friday 29 March 2024 12:36:34 +0000 (0:00:00.013) 0:00:31.929 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:21 Friday 29 March 2024 12:36:34 +0000 (0:00:00.013) 0:00:31.942 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:28 Friday 29 March 2024 12:36:34 +0000 (0:00:00.014) 0:00:31.957 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:35 Friday 29 March 2024 12:36:34 +0000 (0:00:00.013) 0:00:31.970 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:45 Friday 29 March 2024 12:36:34 +0000 (0:00:00.013) 0:00:31.984 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:54 Friday 29 March 2024 12:36:34 +0000 (0:00:00.013) 0:00:31.997 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:64 Friday 29 March 2024 12:36:34 +0000 (0:00:00.013) 0:00:32.010 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:74 Friday 29 March 2024 12:36:34 +0000 (0:00:00.012) 0:00:32.023 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:85 Friday 29 March 2024 12:36:34 +0000 (0:00:00.014) 0:00:32.038 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:95 Friday 29 March 2024 12:36:34 +0000 (0:00:00.013) 0:00:32.051 ********** 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-ciqw6_68q5/tests/test-verify-pool-members.yml:76 Friday 29 March 2024 12:36:34 +0000 (0:00:00.012) 0:00:32.063 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-lvmraid.yml:2 Friday 29 March 2024 12:36:34 +0000 (0:00:00.025) 0:00:32.088 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:8 Friday 29 March 2024 12:36:34 +0000 (0:00:00.042) 0:00:32.131 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:16 Friday 29 March 2024 12:36:34 +0000 (0:00:00.013) 0:00:32.144 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:21 Friday 29 March 2024 12:36:34 +0000 (0:00:00.013) 0:00:32.158 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:29 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.171 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:34 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.184 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:40 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.196 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:46 Friday 29 March 2024 12:36:35 +0000 (0:00:00.013) 0:00:32.209 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:8 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.222 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:16 Friday 29 March 2024 12:36:35 +0000 (0:00:00.013) 0:00:32.236 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:21 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.249 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:29 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.262 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:34 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.274 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:40 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.287 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:46 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.300 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:8 Friday 29 March 2024 12:36:35 +0000 (0:00:00.014) 0:00:32.314 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:16 Friday 29 March 2024 12:36:35 +0000 (0:00:00.013) 0:00:32.327 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:21 Friday 29 March 2024 12:36:35 +0000 (0:00:00.013) 0:00:32.340 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:29 Friday 29 March 2024 12:36:35 +0000 (0:00:00.013) 0:00:32.354 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:34 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.367 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:40 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.379 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:46 Friday 29 March 2024 12:36:35 +0000 (0:00:00.014) 0:00:32.394 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:79 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.406 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-thin.yml:2 Friday 29 March 2024 12:36:35 +0000 (0:00:00.024) 0:00:32.431 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:8 Friday 29 March 2024 12:36:35 +0000 (0:00:00.037) 0:00:32.468 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:16 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.481 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:23 Friday 29 March 2024 12:36:35 +0000 (0:00:00.011) 0:00:32.493 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:27 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.506 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:8 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.518 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:16 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.531 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:23 Friday 29 March 2024 12:36:35 +0000 (0:00:00.011) 0:00:32.543 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:27 Friday 29 March 2024 12:36:35 +0000 (0:00:00.013) 0:00:32.556 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:8 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.568 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:16 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.581 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:23 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.594 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:27 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.606 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:82 Friday 29 March 2024 12:36:35 +0000 (0:00:00.011) 0:00:32.618 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-encryption.yml:5 Friday 29 March 2024 12:36:35 +0000 (0:00:00.026) 0:00:32.644 ********** 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-ciqw6_68q5/tests/verify-pool-members-encryption.yml:13 Friday 29 March 2024 12:36:35 +0000 (0:00:00.035) 0:00:32.680 ********** 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-ciqw6_68q5/tests/verify-pool-members-encryption.yml:20 Friday 29 March 2024 12:36:35 +0000 (0:00:00.015) 0:00:32.696 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:2 Friday 29 March 2024 12:36:35 +0000 (0:00:00.024) 0:00:32.720 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:9 Friday 29 March 2024 12:36:35 +0000 (0:00:00.016) 0:00:32.737 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:18 Friday 29 March 2024 12:36:35 +0000 (0:00:00.017) 0:00:32.754 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:27 Friday 29 March 2024 12:36:35 +0000 (0:00:00.014) 0:00:32.769 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:37 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.782 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:47 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.794 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-encryption.yml:27 Friday 29 March 2024 12:36:35 +0000 (0:00:00.011) 0:00:32.806 ********** 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-ciqw6_68q5/tests/test-verify-pool-members.yml:85 Friday 29 March 2024 12:36:35 +0000 (0:00:00.011) 0:00:32.817 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-vdo.yml:2 Friday 29 March 2024 12:36:35 +0000 (0:00:00.027) 0:00:32.845 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:9 Friday 29 March 2024 12:36:35 +0000 (0:00:00.039) 0:00:32.884 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:16 Friday 29 March 2024 12:36:35 +0000 (0:00:00.013) 0:00:32.898 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:22 Friday 29 March 2024 12:36:35 +0000 (0:00:00.013) 0:00:32.911 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:28 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.924 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:35 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.936 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:41 Friday 29 March 2024 12:36:35 +0000 (0:00:00.013) 0:00:32.950 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:47 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.963 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:9 Friday 29 March 2024 12:36:35 +0000 (0:00:00.011) 0:00:32.975 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:16 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:32.987 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:22 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:33.000 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:28 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:33.012 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:35 Friday 29 March 2024 12:36:35 +0000 (0:00:00.014) 0:00:33.026 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:41 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:33.039 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:47 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:33.052 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:9 Friday 29 March 2024 12:36:35 +0000 (0:00:00.011) 0:00:33.064 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:16 Friday 29 March 2024 12:36:35 +0000 (0:00:00.013) 0:00:33.077 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:22 Friday 29 March 2024 12:36:35 +0000 (0:00:00.012) 0:00:33.090 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:28 Friday 29 March 2024 12:36:35 +0000 (0:00:00.014) 0:00:33.104 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:35 Friday 29 March 2024 12:36:35 +0000 (0:00:00.013) 0:00:33.117 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:41 Friday 29 March 2024 12:36:35 +0000 (0:00:00.013) 0:00:33.130 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:47 Friday 29 March 2024 12:36:35 +0000 (0:00:00.013) 0:00:33.143 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:88 Friday 29 March 2024 12:36:35 +0000 (0:00:00.011) 0:00:33.155 ********** 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-ciqw6_68q5/tests/test-verify-pool-volumes.yml:3 Friday 29 March 2024 12:36:36 +0000 (0:00:00.011) 0:00:33.167 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:2 Friday 29 March 2024 12:36:36 +0000 (0:00:00.035) 0:00:33.202 ********** 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-ciqw6_68q5/tests/test-verify-volume.yml:21 Friday 29 March 2024 12:36:36 +0000 (0:00:00.016) 0:00:33.219 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:7 Friday 29 March 2024 12:36:36 +0000 (0:00:00.061) 0:00:33.281 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:16 Friday 29 March 2024 12:36:36 +0000 (0:00:00.015) 0:00:33.296 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "ee77d930-46ac-4284-a79a-e06653b2b3b6" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "ee77d930-46ac-4284-a79a-e06653b2b3b6" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:38 Friday 29 March 2024 12:36:36 +0000 (0:00:00.020) 0:00:33.316 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:51 Friday 29 March 2024 12:36:36 +0000 (0:00:00.014) 0:00:33.331 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:63 Friday 29 March 2024 12:36:36 +0000 (0:00:00.016) 0:00:33.347 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:71 Friday 29 March 2024 12:36:36 +0000 (0:00:00.014) 0:00:33.362 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:83 Friday 29 March 2024 12:36:36 +0000 (0:00:00.012) 0:00:33.375 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:95 Friday 29 March 2024 12:36:36 +0000 (0:00:00.013) 0:00:33.388 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:110 Friday 29 March 2024 12:36:36 +0000 (0:00:00.014) 0:00:33.402 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:122 Friday 29 March 2024 12:36:36 +0000 (0:00:00.042) 0:00:33.445 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:128 Friday 29 March 2024 12:36:36 +0000 (0:00:00.013) 0:00:33.458 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:134 Friday 29 March 2024 12:36:36 +0000 (0:00:00.012) 0:00:33.471 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:146 Friday 29 March 2024 12:36:36 +0000 (0:00:00.012) 0:00:33.484 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:2 Friday 29 March 2024 12:36:36 +0000 (0:00:00.011) 0:00:33.496 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:40 Friday 29 March 2024 12:36:36 +0000 (0:00:00.027) 0:00:33.523 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:48 Friday 29 March 2024 12:36:36 +0000 (0:00:00.016) 0:00:33.540 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:58 Friday 29 March 2024 12:36:36 +0000 (0:00:00.016) 0:00:33.557 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:71 Friday 29 March 2024 12:36:36 +0000 (0:00:00.013) 0:00:33.570 ********** 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-ciqw6_68q5/tests/test-verify-volume-fs.yml:3 Friday 29 March 2024 12:36:36 +0000 (0:00:00.013) 0:00:33.583 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml:12 Friday 29 March 2024 12:36:36 +0000 (0:00:00.017) 0:00:33.601 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:3 Friday 29 March 2024 12:36:36 +0000 (0:00:00.020) 0:00:33.622 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711715790.959668, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711715788.2016633, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 812, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1711715788.2016633, "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-ciqw6_68q5/tests/test-verify-volume-device.yml:9 Friday 29 March 2024 12:36:36 +0000 (0:00:00.222) 0:00:33.845 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:16 Friday 29 March 2024 12:36:36 +0000 (0:00:00.018) 0:00:33.863 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:24 Friday 29 March 2024 12:36:36 +0000 (0:00:00.013) 0:00:33.877 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:30 Friday 29 March 2024 12:36:36 +0000 (0:00:00.015) 0:00:33.892 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:34 Friday 29 March 2024 12:36:36 +0000 (0:00:00.014) 0:00:33.906 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:39 Friday 29 March 2024 12:36:36 +0000 (0:00:00.013) 0:00:33.920 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:3 Friday 29 March 2024 12:36:36 +0000 (0:00:00.015) 0:00:33.935 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 Friday 29 March 2024 12:36:36 +0000 (0:00:00.014) 0:00:33.949 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: cryptsetup-2.6.1-1.fc38.x86_64" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:17 Friday 29 March 2024 12:36:41 +0000 (0:00:04.481) 0:00:38.431 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:23 Friday 29 March 2024 12:36:41 +0000 (0:00:00.013) 0:00:38.444 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:32 Friday 29 March 2024 12:36:41 +0000 (0:00:00.013) 0:00:38.458 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:45 Friday 29 March 2024 12:36:41 +0000 (0:00:00.020) 0:00:38.479 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:51 Friday 29 March 2024 12:36:41 +0000 (0:00:00.013) 0:00:38.492 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:56 Friday 29 March 2024 12:36:41 +0000 (0:00:00.013) 0:00:38.505 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:69 Friday 29 March 2024 12:36:41 +0000 (0:00:00.013) 0:00:38.518 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:81 Friday 29 March 2024 12:36:41 +0000 (0:00:00.013) 0:00:38.531 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:94 Friday 29 March 2024 12:36:41 +0000 (0:00:00.014) 0:00:38.546 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:106 Friday 29 March 2024 12:36:41 +0000 (0:00:00.017) 0:00:38.563 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:114 Friday 29 March 2024 12:36:41 +0000 (0:00:00.016) 0:00:38.580 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:122 Friday 29 March 2024 12:36:41 +0000 (0:00:00.012) 0:00:38.593 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:131 Friday 29 March 2024 12:36:41 +0000 (0:00:00.013) 0:00:38.606 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:140 Friday 29 March 2024 12:36:41 +0000 (0:00:00.012) 0:00:38.619 ********** 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-ciqw6_68q5/tests/test-verify-volume-md.yml:8 Friday 29 March 2024 12:36:41 +0000 (0:00:00.013) 0:00:38.632 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:14 Friday 29 March 2024 12:36:41 +0000 (0:00:00.013) 0:00:38.645 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:21 Friday 29 March 2024 12:36:41 +0000 (0:00:00.013) 0:00:38.659 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:28 Friday 29 March 2024 12:36:41 +0000 (0:00:00.012) 0:00:38.671 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:35 Friday 29 March 2024 12:36:41 +0000 (0:00:00.012) 0:00:38.684 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:45 Friday 29 March 2024 12:36:41 +0000 (0:00:00.012) 0:00:38.697 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:54 Friday 29 March 2024 12:36:41 +0000 (0:00:00.014) 0:00:38.711 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:63 Friday 29 March 2024 12:36:41 +0000 (0:00:00.013) 0:00:38.725 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:72 Friday 29 March 2024 12:36:41 +0000 (0:00:00.013) 0:00:38.738 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:81 Friday 29 March 2024 12:36:41 +0000 (0:00:00.012) 0:00:38.751 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:3 Friday 29 March 2024 12:36:41 +0000 (0:00:00.012) 0:00:38.764 ********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:11 Friday 29 March 2024 12:36:41 +0000 (0:00:00.293) 0:00:39.058 ********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:20 Friday 29 March 2024 12:36:42 +0000 (0:00:00.219) 0:00:39.278 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:28 Friday 29 March 2024 12:36:42 +0000 (0:00:00.017) 0:00:39.295 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:32 Friday 29 March 2024 12:36:42 +0000 (0:00:00.014) 0:00:39.309 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:46 Friday 29 March 2024 12:36:42 +0000 (0:00:00.215) 0:00:39.525 ********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:50 Friday 29 March 2024 12:36:42 +0000 (0:00:00.015) 0:00:39.541 ********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:54 Friday 29 March 2024 12:36:42 +0000 (0:00:00.015) 0:00:39.556 ********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:58 Friday 29 March 2024 12:36:42 +0000 (0:00:00.015) 0:00:39.572 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:68 Friday 29 March 2024 12:36:42 +0000 (0:00:00.015) 0:00:39.587 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:72 Friday 29 March 2024 12:36:42 +0000 (0:00:00.014) 0:00:39.601 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:77 Friday 29 March 2024 12:36:42 +0000 (0:00:00.013) 0:00:39.614 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:83 Friday 29 March 2024 12:36:42 +0000 (0:00:00.012) 0:00:39.627 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:88 Friday 29 March 2024 12:36:42 +0000 (0:00:00.013) 0:00:39.640 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:96 Friday 29 March 2024 12:36:42 +0000 (0:00:00.013) 0:00:39.654 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:104 Friday 29 March 2024 12:36:42 +0000 (0:00:00.012) 0:00:39.667 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:109 Friday 29 March 2024 12:36:42 +0000 (0:00:00.013) 0:00:39.680 ********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:113 Friday 29 March 2024 12:36:42 +0000 (0:00:00.011) 0:00:39.692 ********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:117 Friday 29 March 2024 12:36:42 +0000 (0:00:00.012) 0:00:39.704 ********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:121 Friday 29 March 2024 12:36:42 +0000 (0:00:00.012) 0:00:39.717 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:129 Friday 29 March 2024 12:36:42 +0000 (0:00:00.012) 0:00:39.730 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:138 Friday 29 March 2024 12:36:42 +0000 (0:00:00.011) 0:00:39.742 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:142 Friday 29 March 2024 12:36:42 +0000 (0:00:00.013) 0:00:39.756 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:150 Friday 29 March 2024 12:36:42 +0000 (0:00:00.012) 0:00:39.769 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:156 Friday 29 March 2024 12:36:42 +0000 (0:00:00.012) 0:00:39.781 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:160 Friday 29 March 2024 12:36:42 +0000 (0:00:00.014) 0:00:39.795 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:164 Friday 29 March 2024 12:36:42 +0000 (0:00:00.014) 0:00:39.810 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:5 Friday 29 March 2024 12:36:42 +0000 (0:00:00.018) 0:00:39.828 ********** 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.038154", "end": "2024-03-29 12:36:42.892371", "rc": 0, "start": "2024-03-29 12:36:42.854217" } 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-ciqw6_68q5/tests/test-verify-volume-cache.yml:13 Friday 29 March 2024 12:36:42 +0000 (0:00:00.258) 0:00:40.086 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:18 Friday 29 March 2024 12:36:42 +0000 (0:00:00.016) 0:00:40.103 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:27 Friday 29 March 2024 12:36:42 +0000 (0:00:00.017) 0:00:40.121 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:35 Friday 29 March 2024 12:36:42 +0000 (0:00:00.014) 0:00:40.135 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:41 Friday 29 March 2024 12:36:42 +0000 (0:00:00.013) 0:00:40.149 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:47 Friday 29 March 2024 12:36:42 +0000 (0:00:00.014) 0:00:40.163 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:27 Friday 29 March 2024 12:36:43 +0000 (0:00:00.013) 0:00:40.177 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:2 Friday 29 March 2024 12:36:43 +0000 (0:00:00.011) 0:00:40.188 ********** 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-ciqw6_68q5/tests/test-verify-volume.yml:21 Friday 29 March 2024 12:36:43 +0000 (0:00:00.018) 0:00:40.206 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:7 Friday 29 March 2024 12:36:43 +0000 (0:00:00.057) 0:00:40.264 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:16 Friday 29 March 2024 12:36:43 +0000 (0:00:00.015) 0:00:40.280 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test2", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test2", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "ebee472f-c465-496b-8505-a53cc12bf205" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test2", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test2", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "ebee472f-c465-496b-8505-a53cc12bf205" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:38 Friday 29 March 2024 12:36:43 +0000 (0:00:00.021) 0:00:40.302 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:51 Friday 29 March 2024 12:36:43 +0000 (0:00:00.013) 0:00:40.315 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:63 Friday 29 March 2024 12:36:43 +0000 (0:00:00.016) 0:00:40.331 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:71 Friday 29 March 2024 12:36:43 +0000 (0:00:00.015) 0:00:40.347 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:83 Friday 29 March 2024 12:36:43 +0000 (0:00:00.012) 0:00:40.359 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:95 Friday 29 March 2024 12:36:43 +0000 (0:00:00.012) 0:00:40.372 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:110 Friday 29 March 2024 12:36:43 +0000 (0:00:00.014) 0:00:40.386 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:122 Friday 29 March 2024 12:36:43 +0000 (0:00:00.016) 0:00:40.403 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:128 Friday 29 March 2024 12:36:43 +0000 (0:00:00.013) 0:00:40.417 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:134 Friday 29 March 2024 12:36:43 +0000 (0:00:00.012) 0:00:40.430 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:146 Friday 29 March 2024 12:36:43 +0000 (0:00:00.013) 0:00:40.443 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:2 Friday 29 March 2024 12:36:43 +0000 (0:00:00.013) 0:00:40.456 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:40 Friday 29 March 2024 12:36:43 +0000 (0:00:00.028) 0:00:40.485 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:48 Friday 29 March 2024 12:36:43 +0000 (0:00:00.017) 0:00:40.502 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:58 Friday 29 March 2024 12:36:43 +0000 (0:00:00.016) 0:00:40.519 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:71 Friday 29 March 2024 12:36:43 +0000 (0:00:00.012) 0:00:40.531 ********** 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-ciqw6_68q5/tests/test-verify-volume-fs.yml:3 Friday 29 March 2024 12:36:43 +0000 (0:00:00.011) 0:00:40.543 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml:12 Friday 29 March 2024 12:36:43 +0000 (0:00:00.017) 0:00:40.560 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:3 Friday 29 March 2024 12:36:43 +0000 (0:00:00.044) 0:00:40.605 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711715790.9186678, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711715787.8176625, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 772, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1711715787.8176625, "nlink": 1, "path": "/dev/mapper/foo-test2", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:9 Friday 29 March 2024 12:36:43 +0000 (0:00:00.228) 0:00:40.834 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:16 Friday 29 March 2024 12:36:43 +0000 (0:00:00.018) 0:00:40.852 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:24 Friday 29 March 2024 12:36:43 +0000 (0:00:00.012) 0:00:40.865 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:30 Friday 29 March 2024 12:36:43 +0000 (0:00:00.015) 0:00:40.880 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:34 Friday 29 March 2024 12:36:43 +0000 (0:00:00.012) 0:00:40.893 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:39 Friday 29 March 2024 12:36:43 +0000 (0:00:00.012) 0:00:40.905 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:3 Friday 29 March 2024 12:36:43 +0000 (0:00:00.014) 0:00:40.920 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 Friday 29 March 2024 12:36:43 +0000 (0:00:00.014) 0:00:40.935 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:17 Friday 29 March 2024 12:36:46 +0000 (0:00:02.667) 0:00:43.602 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:23 Friday 29 March 2024 12:36:46 +0000 (0:00:00.013) 0:00:43.615 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:32 Friday 29 March 2024 12:36:46 +0000 (0:00:00.012) 0:00:43.628 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:45 Friday 29 March 2024 12:36:46 +0000 (0:00:00.017) 0:00:43.646 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:51 Friday 29 March 2024 12:36:46 +0000 (0:00:00.013) 0:00:43.660 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:56 Friday 29 March 2024 12:36:46 +0000 (0:00:00.013) 0:00:43.673 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:69 Friday 29 March 2024 12:36:46 +0000 (0:00:00.013) 0:00:43.686 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:81 Friday 29 March 2024 12:36:46 +0000 (0:00:00.015) 0:00:43.701 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:94 Friday 29 March 2024 12:36:46 +0000 (0:00:00.013) 0:00:43.714 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:106 Friday 29 March 2024 12:36:46 +0000 (0:00:00.019) 0:00:43.734 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:114 Friday 29 March 2024 12:36:46 +0000 (0:00:00.016) 0:00:43.750 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:122 Friday 29 March 2024 12:36:46 +0000 (0:00:00.014) 0:00:43.765 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:131 Friday 29 March 2024 12:36:46 +0000 (0:00:00.014) 0:00:43.780 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:140 Friday 29 March 2024 12:36:46 +0000 (0:00:00.013) 0:00:43.793 ********** 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-ciqw6_68q5/tests/test-verify-volume-md.yml:8 Friday 29 March 2024 12:36:46 +0000 (0:00:00.011) 0:00:43.805 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:14 Friday 29 March 2024 12:36:46 +0000 (0:00:00.014) 0:00:43.820 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:21 Friday 29 March 2024 12:36:46 +0000 (0:00:00.013) 0:00:43.833 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:28 Friday 29 March 2024 12:36:46 +0000 (0:00:00.018) 0:00:43.852 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:35 Friday 29 March 2024 12:36:46 +0000 (0:00:00.013) 0:00:43.865 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:45 Friday 29 March 2024 12:36:46 +0000 (0:00:00.013) 0:00:43.879 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:54 Friday 29 March 2024 12:36:46 +0000 (0:00:00.012) 0:00:43.892 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:63 Friday 29 March 2024 12:36:46 +0000 (0:00:00.014) 0:00:43.906 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:72 Friday 29 March 2024 12:36:46 +0000 (0:00:00.013) 0:00:43.919 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:81 Friday 29 March 2024 12:36:46 +0000 (0:00:00.013) 0:00:43.933 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:3 Friday 29 March 2024 12:36:46 +0000 (0:00:00.013) 0:00:43.946 ********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:11 Friday 29 March 2024 12:36:47 +0000 (0:00:00.221) 0:00:44.167 ********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:20 Friday 29 March 2024 12:36:47 +0000 (0:00:00.216) 0:00:44.384 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:28 Friday 29 March 2024 12:36:47 +0000 (0:00:00.017) 0:00:44.402 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:32 Friday 29 March 2024 12:36:47 +0000 (0:00:00.013) 0:00:44.416 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:46 Friday 29 March 2024 12:36:47 +0000 (0:00:00.214) 0:00:44.630 ********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:50 Friday 29 March 2024 12:36:47 +0000 (0:00:00.015) 0:00:44.646 ********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:54 Friday 29 March 2024 12:36:47 +0000 (0:00:00.014) 0:00:44.661 ********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:58 Friday 29 March 2024 12:36:47 +0000 (0:00:00.015) 0:00:44.676 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:68 Friday 29 March 2024 12:36:47 +0000 (0:00:00.014) 0:00:44.690 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:72 Friday 29 March 2024 12:36:47 +0000 (0:00:00.012) 0:00:44.703 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:77 Friday 29 March 2024 12:36:47 +0000 (0:00:00.034) 0:00:44.738 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:83 Friday 29 March 2024 12:36:47 +0000 (0:00:00.013) 0:00:44.751 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:88 Friday 29 March 2024 12:36:47 +0000 (0:00:00.014) 0:00:44.766 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:96 Friday 29 March 2024 12:36:47 +0000 (0:00:00.012) 0:00:44.778 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:104 Friday 29 March 2024 12:36:47 +0000 (0:00:00.012) 0:00:44.790 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:109 Friday 29 March 2024 12:36:47 +0000 (0:00:00.014) 0:00:44.805 ********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:113 Friday 29 March 2024 12:36:47 +0000 (0:00:00.016) 0:00:44.822 ********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:117 Friday 29 March 2024 12:36:47 +0000 (0:00:00.013) 0:00:44.835 ********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:121 Friday 29 March 2024 12:36:47 +0000 (0:00:00.013) 0:00:44.848 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:129 Friday 29 March 2024 12:36:47 +0000 (0:00:00.013) 0:00:44.861 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:138 Friday 29 March 2024 12:36:47 +0000 (0:00:00.013) 0:00:44.875 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:142 Friday 29 March 2024 12:36:47 +0000 (0:00:00.015) 0:00:44.890 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:150 Friday 29 March 2024 12:36:47 +0000 (0:00:00.015) 0:00:44.906 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:156 Friday 29 March 2024 12:36:47 +0000 (0:00:00.013) 0:00:44.919 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:160 Friday 29 March 2024 12:36:47 +0000 (0:00:00.013) 0:00:44.932 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:164 Friday 29 March 2024 12:36:47 +0000 (0:00:00.012) 0:00:44.945 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:5 Friday 29 March 2024 12:36:47 +0000 (0:00:00.017) 0:00:44.962 ********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test2" ], "delta": "0:00:00.039519", "end": "2024-03-29 12:36:48.032665", "rc": 0, "start": "2024-03-29 12:36:47.993146" } STDOUT: LVM2_LV_NAME=test2 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:13 Friday 29 March 2024 12:36:48 +0000 (0:00:00.263) 0:00:45.225 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:18 Friday 29 March 2024 12:36:48 +0000 (0:00:00.016) 0:00:45.242 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:27 Friday 29 March 2024 12:36:48 +0000 (0:00:00.017) 0:00:45.260 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:35 Friday 29 March 2024 12:36:48 +0000 (0:00:00.015) 0:00:45.275 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:41 Friday 29 March 2024 12:36:48 +0000 (0:00:00.014) 0:00:45.290 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:47 Friday 29 March 2024 12:36:48 +0000 (0:00:00.014) 0:00:45.304 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:27 Friday 29 March 2024 12:36:48 +0000 (0:00:00.014) 0:00:45.319 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:2 Friday 29 March 2024 12:36:48 +0000 (0:00:00.011) 0:00:45.330 ********** 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-ciqw6_68q5/tests/test-verify-volume.yml:21 Friday 29 March 2024 12:36:48 +0000 (0:00:00.016) 0:00:45.346 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:7 Friday 29 March 2024 12:36:48 +0000 (0:00:00.060) 0:00:45.407 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:16 Friday 29 March 2024 12:36:48 +0000 (0:00:00.015) 0:00:45.423 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test3", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test3", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "a7ba6593-bd79-4521-93c8-83ef9c60ddea" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test3", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test3", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "a7ba6593-bd79-4521-93c8-83ef9c60ddea" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:38 Friday 29 March 2024 12:36:48 +0000 (0:00:00.020) 0:00:45.444 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:51 Friday 29 March 2024 12:36:48 +0000 (0:00:00.013) 0:00:45.458 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:63 Friday 29 March 2024 12:36:48 +0000 (0:00:00.016) 0:00:45.474 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:71 Friday 29 March 2024 12:36:48 +0000 (0:00:00.015) 0:00:45.489 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:83 Friday 29 March 2024 12:36:48 +0000 (0:00:00.012) 0:00:45.502 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:95 Friday 29 March 2024 12:36:48 +0000 (0:00:00.012) 0:00:45.515 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:110 Friday 29 March 2024 12:36:48 +0000 (0:00:00.012) 0:00:45.528 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:122 Friday 29 March 2024 12:36:48 +0000 (0:00:00.017) 0:00:45.545 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:128 Friday 29 March 2024 12:36:48 +0000 (0:00:00.013) 0:00:45.558 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:134 Friday 29 March 2024 12:36:48 +0000 (0:00:00.012) 0:00:45.571 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:146 Friday 29 March 2024 12:36:48 +0000 (0:00:00.012) 0:00:45.584 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:2 Friday 29 March 2024 12:36:48 +0000 (0:00:00.011) 0:00:45.595 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test3 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test3 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test3 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:40 Friday 29 March 2024 12:36:48 +0000 (0:00:00.024) 0:00:45.620 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:48 Friday 29 March 2024 12:36:48 +0000 (0:00:00.017) 0:00:45.638 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:58 Friday 29 March 2024 12:36:48 +0000 (0:00:00.015) 0:00:45.653 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:71 Friday 29 March 2024 12:36:48 +0000 (0:00:00.013) 0:00:45.666 ********** 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-ciqw6_68q5/tests/test-verify-volume-fs.yml:3 Friday 29 March 2024 12:36:48 +0000 (0:00:00.011) 0:00:45.678 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml:12 Friday 29 March 2024 12:36:48 +0000 (0:00:00.015) 0:00:45.694 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:3 Friday 29 March 2024 12:36:48 +0000 (0:00:00.017) 0:00:45.711 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711715790.968668, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711715787.5036619, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 731, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1711715787.5036619, "nlink": 1, "path": "/dev/mapper/foo-test3", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:9 Friday 29 March 2024 12:36:48 +0000 (0:00:00.223) 0:00:45.935 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:16 Friday 29 March 2024 12:36:48 +0000 (0:00:00.016) 0:00:45.951 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:24 Friday 29 March 2024 12:36:48 +0000 (0:00:00.013) 0:00:45.965 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:30 Friday 29 March 2024 12:36:48 +0000 (0:00:00.041) 0:00:46.006 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:34 Friday 29 March 2024 12:36:48 +0000 (0:00:00.014) 0:00:46.021 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:39 Friday 29 March 2024 12:36:48 +0000 (0:00:00.013) 0:00:46.034 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:3 Friday 29 March 2024 12:36:48 +0000 (0:00:00.015) 0:00:46.050 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 Friday 29 March 2024 12:36:48 +0000 (0:00:00.011) 0:00:46.061 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:17 Friday 29 March 2024 12:36:51 +0000 (0:00:02.659) 0:00:48.721 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:23 Friday 29 March 2024 12:36:51 +0000 (0:00:00.013) 0:00:48.734 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:32 Friday 29 March 2024 12:36:51 +0000 (0:00:00.012) 0:00:48.747 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:45 Friday 29 March 2024 12:36:51 +0000 (0:00:00.017) 0:00:48.764 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:51 Friday 29 March 2024 12:36:51 +0000 (0:00:00.012) 0:00:48.777 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:56 Friday 29 March 2024 12:36:51 +0000 (0:00:00.013) 0:00:48.791 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:69 Friday 29 March 2024 12:36:51 +0000 (0:00:00.013) 0:00:48.805 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:81 Friday 29 March 2024 12:36:51 +0000 (0:00:00.013) 0:00:48.818 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:94 Friday 29 March 2024 12:36:51 +0000 (0:00:00.013) 0:00:48.831 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:106 Friday 29 March 2024 12:36:51 +0000 (0:00:00.016) 0:00:48.847 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:114 Friday 29 March 2024 12:36:51 +0000 (0:00:00.015) 0:00:48.863 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:122 Friday 29 March 2024 12:36:51 +0000 (0:00:00.014) 0:00:48.877 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:131 Friday 29 March 2024 12:36:51 +0000 (0:00:00.013) 0:00:48.890 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:140 Friday 29 March 2024 12:36:51 +0000 (0:00:00.013) 0:00:48.903 ********** 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-ciqw6_68q5/tests/test-verify-volume-md.yml:8 Friday 29 March 2024 12:36:51 +0000 (0:00:00.013) 0:00:48.917 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:14 Friday 29 March 2024 12:36:51 +0000 (0:00:00.014) 0:00:48.932 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:21 Friday 29 March 2024 12:36:51 +0000 (0:00:00.013) 0:00:48.946 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:28 Friday 29 March 2024 12:36:51 +0000 (0:00:00.015) 0:00:48.961 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:35 Friday 29 March 2024 12:36:51 +0000 (0:00:00.013) 0:00:48.975 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:45 Friday 29 March 2024 12:36:51 +0000 (0:00:00.013) 0:00:48.989 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:54 Friday 29 March 2024 12:36:51 +0000 (0:00:00.013) 0:00:49.002 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:63 Friday 29 March 2024 12:36:51 +0000 (0:00:00.014) 0:00:49.017 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:72 Friday 29 March 2024 12:36:51 +0000 (0:00:00.013) 0:00:49.031 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:81 Friday 29 March 2024 12:36:51 +0000 (0:00:00.015) 0:00:49.046 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:3 Friday 29 March 2024 12:36:51 +0000 (0:00:00.013) 0:00:49.059 ********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:11 Friday 29 March 2024 12:36:52 +0000 (0:00:00.221) 0:00:49.281 ********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:20 Friday 29 March 2024 12:36:52 +0000 (0:00:00.215) 0:00:49.497 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:28 Friday 29 March 2024 12:36:52 +0000 (0:00:00.017) 0:00:49.515 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:32 Friday 29 March 2024 12:36:52 +0000 (0:00:00.015) 0:00:49.530 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:46 Friday 29 March 2024 12:36:52 +0000 (0:00:00.216) 0:00:49.747 ********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:50 Friday 29 March 2024 12:36:52 +0000 (0:00:00.016) 0:00:49.763 ********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:54 Friday 29 March 2024 12:36:52 +0000 (0:00:00.015) 0:00:49.779 ********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:58 Friday 29 March 2024 12:36:52 +0000 (0:00:00.015) 0:00:49.794 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:68 Friday 29 March 2024 12:36:52 +0000 (0:00:00.015) 0:00:49.810 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:72 Friday 29 March 2024 12:36:52 +0000 (0:00:00.013) 0:00:49.823 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:77 Friday 29 March 2024 12:36:52 +0000 (0:00:00.013) 0:00:49.836 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:83 Friday 29 March 2024 12:36:52 +0000 (0:00:00.014) 0:00:49.851 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:88 Friday 29 March 2024 12:36:52 +0000 (0:00:00.013) 0:00:49.864 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:96 Friday 29 March 2024 12:36:52 +0000 (0:00:00.013) 0:00:49.877 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:104 Friday 29 March 2024 12:36:52 +0000 (0:00:00.013) 0:00:49.890 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:109 Friday 29 March 2024 12:36:52 +0000 (0:00:00.013) 0:00:49.904 ********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:113 Friday 29 March 2024 12:36:52 +0000 (0:00:00.013) 0:00:49.917 ********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:117 Friday 29 March 2024 12:36:52 +0000 (0:00:00.014) 0:00:49.932 ********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:121 Friday 29 March 2024 12:36:52 +0000 (0:00:00.013) 0:00:49.945 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:129 Friday 29 March 2024 12:36:52 +0000 (0:00:00.013) 0:00:49.958 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:138 Friday 29 March 2024 12:36:52 +0000 (0:00:00.013) 0:00:49.972 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:142 Friday 29 March 2024 12:36:52 +0000 (0:00:00.013) 0:00:49.985 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:150 Friday 29 March 2024 12:36:52 +0000 (0:00:00.012) 0:00:49.998 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:156 Friday 29 March 2024 12:36:52 +0000 (0:00:00.014) 0:00:50.012 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:160 Friday 29 March 2024 12:36:52 +0000 (0:00:00.043) 0:00:50.056 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:164 Friday 29 March 2024 12:36:52 +0000 (0:00:00.014) 0:00:50.071 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:5 Friday 29 March 2024 12:36:52 +0000 (0:00:00.019) 0:00:50.090 ********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test3" ], "delta": "0:00:00.036666", "end": "2024-03-29 12:36:53.156595", "rc": 0, "start": "2024-03-29 12:36:53.119929" } STDOUT: LVM2_LV_NAME=test3 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:13 Friday 29 March 2024 12:36:53 +0000 (0:00:00.259) 0:00:50.350 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:18 Friday 29 March 2024 12:36:53 +0000 (0:00:00.018) 0:00:50.368 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:27 Friday 29 March 2024 12:36:53 +0000 (0:00:00.017) 0:00:50.386 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:35 Friday 29 March 2024 12:36:53 +0000 (0:00:00.014) 0:00:50.401 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:41 Friday 29 March 2024 12:36:53 +0000 (0:00:00.015) 0:00:50.416 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:47 Friday 29 March 2024 12:36:53 +0000 (0:00:00.014) 0:00:50.431 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:27 Friday 29 March 2024 12:36:53 +0000 (0:00:00.014) 0:00:50.445 ********** 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-ciqw6_68q5/tests/verify-role-results.yml:44 Friday 29 March 2024 12:36:53 +0000 (0:00:00.012) 0:00:50.457 ********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:54 Friday 29 March 2024 12:36:53 +0000 (0:00:00.011) 0:00:50.469 ********** 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-ciqw6_68q5/tests/tests_lvm_one_disk_multiple_volumes.yml:52 Friday 29 March 2024 12:36:53 +0000 (0:00:00.012) 0:00:50.481 ********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 29 March 2024 12:36:53 +0000 (0:00:00.024) 0:00:50.505 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 29 March 2024 12:36:53 +0000 (0:00:00.017) 0:00:50.523 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 29 March 2024 12:36:53 +0000 (0:00:00.016) 0:00:50.540 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 29 March 2024 12:36:53 +0000 (0:00:00.033) 0:00:50.573 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 29 March 2024 12:36:53 +0000 (0:00:00.014) 0:00:50.587 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 29 March 2024 12:36:53 +0000 (0:00:00.013) 0:00:50.600 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 29 March 2024 12:36:53 +0000 (0:00:00.014) 0:00:50.615 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 29 March 2024 12:36:53 +0000 (0:00:00.012) 0:00:50.627 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 29 March 2024 12:36:53 +0000 (0:00:00.028) 0:00:50.655 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 29 March 2024 12:36:53 +0000 (0:00:00.015) 0:00:50.671 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "3g" }, { "mount_point": "/opt/test2", "name": "test2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "test3", "size": "3g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 29 March 2024 12:36:53 +0000 (0:00:00.017) 0:00:50.688 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 29 March 2024 12:36:53 +0000 (0:00:00.015) 0:00:50.704 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 29 March 2024 12:36:53 +0000 (0:00:00.013) 0:00:50.717 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 29 March 2024 12:36:53 +0000 (0:00:00.013) 0:00:50.731 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 29 March 2024 12:36:53 +0000 (0:00:00.013) 0:00:50.745 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 29 March 2024 12:36:53 +0000 (0:00:00.013) 0:00:50.758 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 29 March 2024 12:36:53 +0000 (0:00:00.026) 0:00:50.785 ********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 29 March 2024 12:36:53 +0000 (0:00:00.013) 0:00:50.799 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/mapper/foo-test2", "/dev/mapper/foo-test3", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 29 March 2024 12:36:56 +0000 (0:00:02.823) 0:00:53.623 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 29 March 2024 12:36:56 +0000 (0:00:00.013) 0:00:53.636 ********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 29 March 2024 12:36:56 +0000 (0:00:00.011) 0:00:53.648 ********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/mapper/foo-test2", "/dev/mapper/foo-test3", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 29 March 2024 12:36:56 +0000 (0:00:00.018) 0:00:53.667 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 29 March 2024 12:36:56 +0000 (0:00:00.017) 0:00:53.684 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 29 March 2024 12:36:56 +0000 (0:00:00.046) 0:00:53.730 ********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 29 March 2024 12:36:56 +0000 (0:00:00.013) 0:00:53.743 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 29 March 2024 12:36:57 +0000 (0:00:01.028) 0:00:54.772 ********** ok: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } ok: [sut] => (item={'src': '/dev/mapper/foo-test2', 'path': '/opt/test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test2" } ok: [sut] => (item={'src': '/dev/mapper/foo-test3', 'path': '/opt/test3', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "mounted" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test3" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 29 March 2024 12:36:58 +0000 (0:00:00.645) 0:00:55.418 ********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/foo-test2', 'path': '/opt/test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/foo-test3', 'path': '/opt/test3', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 29 March 2024 12:36:58 +0000 (0:00:00.024) 0:00:55.442 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 29 March 2024 12:36:59 +0000 (0:00:01.035) 0:00:56.478 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711715779.9976492, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709715077.4392698, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1709714569.0992696, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1872451057", "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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 29 March 2024 12:36:59 +0000 (0:00:00.226) 0:00:56.704 ********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 29 March 2024 12:36:59 +0000 (0:00:00.012) 0:00:56.716 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/tests_lvm_one_disk_multiple_volumes.yml:70 Friday 29 March 2024 12:37:00 +0000 (0:00:00.834) 0:00:57.551 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:2 Friday 29 March 2024 12:37:00 +0000 (0:00:00.021) 0:00:57.573 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:7 Friday 29 March 2024 12:37:00 +0000 (0:00:00.018) 0:00:57.591 ********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:15 Friday 29 March 2024 12:37:00 +0000 (0:00:00.013) 0:00:57.604 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "ee77d930-46ac-4284-a79a-e06653b2b3b6" }, "/dev/mapper/foo-test2": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test2", "size": "3G", "type": "lvm", "uuid": "ebee472f-c465-496b-8505-a53cc12bf205" }, "/dev/mapper/foo-test3": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test3", "size": "3G", "type": "lvm", "uuid": "a7ba6593-bd79-4521-93c8-83ef9c60ddea" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "pniFY1-H4yV-lmcd-V30h-uiqG-utds-gjrLaM" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "7edc224a-9332-4cda-9c64-11dd8d1c6cdc" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:20 Friday 29 March 2024 12:37:00 +0000 (0:00:00.223) 0:00:57.828 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003752", "end": "2024-03-29 12:37:00.856233", "rc": 0, "start": "2024-03-29 12:37:00.852481" } STDOUT: # # /etc/fstab # Created by anaconda on Wed Mar 6 08:42:49 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=7edc224a-9332-4cda-9c64-11dd8d1c6cdc / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 xfs defaults 0 0 /dev/mapper/foo-test2 /opt/test2 xfs defaults 0 0 /dev/mapper/foo-test3 /opt/test3 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:25 Friday 29 March 2024 12:37:00 +0000 (0:00:00.217) 0:00:58.046 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003798", "end": "2024-03-29 12:37:01.074292", "failed_when_result": false, "rc": 0, "start": "2024-03-29 12:37:01.070494" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:34 Friday 29 March 2024 12:37:01 +0000 (0:00:00.218) 0:00:58.265 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml:5 Friday 29 March 2024 12:37:01 +0000 (0:00:00.028) 0:00:58.294 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml:18 Friday 29 March 2024 12:37:01 +0000 (0:00:00.011) 0:00:58.305 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.039654", "end": "2024-03-29 12:37:01.371724", "rc": 0, "start": "2024-03-29 12:37:01.332070" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml:24 Friday 29 March 2024 12:37:01 +0000 (0:00:00.257) 0:00:58.562 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml:34 Friday 29 March 2024 12:37:01 +0000 (0:00:00.018) 0:00:58.581 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:2 Friday 29 March 2024 12:37:01 +0000 (0:00:00.047) 0:00:58.629 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:13 Friday 29 March 2024 12:37:01 +0000 (0:00:00.018) 0:00:58.647 ********** 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-ciqw6_68q5/tests/test-verify-pool-members.yml:22 Friday 29 March 2024 12:37:01 +0000 (0:00:00.215) 0:00:58.863 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:27 Friday 29 March 2024 12:37:01 +0000 (0:00:00.015) 0:00:58.879 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:33 Friday 29 March 2024 12:37:01 +0000 (0:00:00.016) 0:00:58.895 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:42 Friday 29 March 2024 12:37:01 +0000 (0:00:00.017) 0:00:58.912 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:48 Friday 29 March 2024 12:37:01 +0000 (0:00:00.017) 0:00:58.929 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:54 Friday 29 March 2024 12:37:01 +0000 (0:00:00.016) 0:00:58.945 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:59 Friday 29 March 2024 12:37:01 +0000 (0:00:00.012) 0:00:58.958 ********** 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-ciqw6_68q5/tests/test-verify-pool-members.yml:73 Friday 29 March 2024 12:37:01 +0000 (0:00:00.019) 0:00:58.978 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:8 Friday 29 March 2024 12:37:01 +0000 (0:00:00.024) 0:00:59.003 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:14 Friday 29 March 2024 12:37:01 +0000 (0:00:00.012) 0:00:59.016 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:21 Friday 29 March 2024 12:37:01 +0000 (0:00:00.013) 0:00:59.029 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:28 Friday 29 March 2024 12:37:01 +0000 (0:00:00.012) 0:00:59.042 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:35 Friday 29 March 2024 12:37:01 +0000 (0:00:00.012) 0:00:59.055 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:45 Friday 29 March 2024 12:37:01 +0000 (0:00:00.012) 0:00:59.068 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:54 Friday 29 March 2024 12:37:01 +0000 (0:00:00.014) 0:00:59.082 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:64 Friday 29 March 2024 12:37:01 +0000 (0:00:00.012) 0:00:59.095 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:74 Friday 29 March 2024 12:37:01 +0000 (0:00:00.013) 0:00:59.108 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:85 Friday 29 March 2024 12:37:01 +0000 (0:00:00.013) 0:00:59.122 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:95 Friday 29 March 2024 12:37:01 +0000 (0:00:00.013) 0:00:59.135 ********** 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-ciqw6_68q5/tests/test-verify-pool-members.yml:76 Friday 29 March 2024 12:37:01 +0000 (0:00:00.013) 0:00:59.149 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-lvmraid.yml:2 Friday 29 March 2024 12:37:02 +0000 (0:00:00.026) 0:00:59.175 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:8 Friday 29 March 2024 12:37:02 +0000 (0:00:00.040) 0:00:59.215 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:16 Friday 29 March 2024 12:37:02 +0000 (0:00:00.015) 0:00:59.230 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:21 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.244 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:29 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.257 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:34 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.270 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:40 Friday 29 March 2024 12:37:02 +0000 (0:00:00.014) 0:00:59.285 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:46 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.298 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:8 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.312 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:16 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.325 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:21 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.339 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:29 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.352 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:34 Friday 29 March 2024 12:37:02 +0000 (0:00:00.014) 0:00:59.366 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:40 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.380 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:46 Friday 29 March 2024 12:37:02 +0000 (0:00:00.012) 0:00:59.393 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:8 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.406 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:16 Friday 29 March 2024 12:37:02 +0000 (0:00:00.012) 0:00:59.418 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:21 Friday 29 March 2024 12:37:02 +0000 (0:00:00.012) 0:00:59.431 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:29 Friday 29 March 2024 12:37:02 +0000 (0:00:00.014) 0:00:59.445 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:34 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.458 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:40 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.472 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:46 Friday 29 March 2024 12:37:02 +0000 (0:00:00.012) 0:00:59.484 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:79 Friday 29 March 2024 12:37:02 +0000 (0:00:00.012) 0:00:59.497 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-thin.yml:2 Friday 29 March 2024 12:37:02 +0000 (0:00:00.026) 0:00:59.524 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:8 Friday 29 March 2024 12:37:02 +0000 (0:00:00.038) 0:00:59.563 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:16 Friday 29 March 2024 12:37:02 +0000 (0:00:00.014) 0:00:59.577 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:23 Friday 29 March 2024 12:37:02 +0000 (0:00:00.038) 0:00:59.616 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:27 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.630 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:8 Friday 29 March 2024 12:37:02 +0000 (0:00:00.012) 0:00:59.642 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:16 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.655 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:23 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.668 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:27 Friday 29 March 2024 12:37:02 +0000 (0:00:00.014) 0:00:59.683 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:8 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.696 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:16 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.709 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:23 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.722 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:27 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.736 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:82 Friday 29 March 2024 12:37:02 +0000 (0:00:00.012) 0:00:59.748 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-encryption.yml:5 Friday 29 March 2024 12:37:02 +0000 (0:00:00.028) 0:00:59.776 ********** 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-ciqw6_68q5/tests/verify-pool-members-encryption.yml:13 Friday 29 March 2024 12:37:02 +0000 (0:00:00.015) 0:00:59.792 ********** 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-ciqw6_68q5/tests/verify-pool-members-encryption.yml:20 Friday 29 March 2024 12:37:02 +0000 (0:00:00.015) 0:00:59.808 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:2 Friday 29 March 2024 12:37:02 +0000 (0:00:00.025) 0:00:59.833 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:9 Friday 29 March 2024 12:37:02 +0000 (0:00:00.015) 0:00:59.849 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:18 Friday 29 March 2024 12:37:02 +0000 (0:00:00.016) 0:00:59.865 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:27 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.879 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:37 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.892 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:47 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:00:59.905 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-encryption.yml:27 Friday 29 March 2024 12:37:02 +0000 (0:00:00.014) 0:00:59.919 ********** 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-ciqw6_68q5/tests/test-verify-pool-members.yml:85 Friday 29 March 2024 12:37:02 +0000 (0:00:00.014) 0:00:59.934 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-vdo.yml:2 Friday 29 March 2024 12:37:02 +0000 (0:00:00.028) 0:00:59.962 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:9 Friday 29 March 2024 12:37:02 +0000 (0:00:00.042) 0:01:00.005 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:16 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:01:00.019 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:22 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:01:00.032 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:28 Friday 29 March 2024 12:37:02 +0000 (0:00:00.014) 0:01:00.047 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:35 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:01:00.060 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:41 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:01:00.074 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:47 Friday 29 March 2024 12:37:02 +0000 (0:00:00.014) 0:01:00.088 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:9 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:01:00.102 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:16 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:01:00.115 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:22 Friday 29 March 2024 12:37:02 +0000 (0:00:00.014) 0:01:00.130 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:28 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:01:00.143 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:35 Friday 29 March 2024 12:37:02 +0000 (0:00:00.013) 0:01:00.156 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:41 Friday 29 March 2024 12:37:03 +0000 (0:00:00.013) 0:01:00.169 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:47 Friday 29 March 2024 12:37:03 +0000 (0:00:00.013) 0:01:00.182 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:9 Friday 29 March 2024 12:37:03 +0000 (0:00:00.011) 0:01:00.194 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:16 Friday 29 March 2024 12:37:03 +0000 (0:00:00.014) 0:01:00.209 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:22 Friday 29 March 2024 12:37:03 +0000 (0:00:00.012) 0:01:00.222 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:28 Friday 29 March 2024 12:37:03 +0000 (0:00:00.013) 0:01:00.235 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:35 Friday 29 March 2024 12:37:03 +0000 (0:00:00.012) 0:01:00.248 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:41 Friday 29 March 2024 12:37:03 +0000 (0:00:00.012) 0:01:00.261 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:47 Friday 29 March 2024 12:37:03 +0000 (0:00:00.013) 0:01:00.274 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:88 Friday 29 March 2024 12:37:03 +0000 (0:00:00.015) 0:01:00.289 ********** 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-ciqw6_68q5/tests/test-verify-pool-volumes.yml:3 Friday 29 March 2024 12:37:03 +0000 (0:00:00.012) 0:01:00.301 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:2 Friday 29 March 2024 12:37:03 +0000 (0:00:00.032) 0:01:00.334 ********** 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-ciqw6_68q5/tests/test-verify-volume.yml:21 Friday 29 March 2024 12:37:03 +0000 (0:00:00.019) 0:01:00.353 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:7 Friday 29 March 2024 12:37:03 +0000 (0:00:00.082) 0:01:00.436 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:16 Friday 29 March 2024 12:37:03 +0000 (0:00:00.015) 0:01:00.452 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "ee77d930-46ac-4284-a79a-e06653b2b3b6" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "ee77d930-46ac-4284-a79a-e06653b2b3b6" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:38 Friday 29 March 2024 12:37:03 +0000 (0:00:00.021) 0:01:00.473 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:51 Friday 29 March 2024 12:37:03 +0000 (0:00:00.014) 0:01:00.487 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:63 Friday 29 March 2024 12:37:03 +0000 (0:00:00.016) 0:01:00.503 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:71 Friday 29 March 2024 12:37:03 +0000 (0:00:00.015) 0:01:00.519 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:83 Friday 29 March 2024 12:37:03 +0000 (0:00:00.014) 0:01:00.533 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:95 Friday 29 March 2024 12:37:03 +0000 (0:00:00.013) 0:01:00.547 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:110 Friday 29 March 2024 12:37:03 +0000 (0:00:00.013) 0:01:00.560 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:122 Friday 29 March 2024 12:37:03 +0000 (0:00:00.017) 0:01:00.578 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:128 Friday 29 March 2024 12:37:03 +0000 (0:00:00.013) 0:01:00.591 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:134 Friday 29 March 2024 12:37:03 +0000 (0:00:00.012) 0:01:00.604 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:146 Friday 29 March 2024 12:37:03 +0000 (0:00:00.012) 0:01:00.617 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:2 Friday 29 March 2024 12:37:03 +0000 (0:00:00.011) 0:01:00.629 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:40 Friday 29 March 2024 12:37:03 +0000 (0:00:00.026) 0:01:00.655 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:48 Friday 29 March 2024 12:37:03 +0000 (0:00:00.017) 0:01:00.672 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:58 Friday 29 March 2024 12:37:03 +0000 (0:00:00.016) 0:01:00.688 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:71 Friday 29 March 2024 12:37:03 +0000 (0:00:00.013) 0:01:00.702 ********** 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-ciqw6_68q5/tests/test-verify-volume-fs.yml:3 Friday 29 March 2024 12:37:03 +0000 (0:00:00.013) 0:01:00.715 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml:12 Friday 29 March 2024 12:37:03 +0000 (0:00:00.017) 0:01:00.733 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:3 Friday 29 March 2024 12:37:03 +0000 (0:00:00.018) 0:01:00.751 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711715790.959668, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711715788.2016633, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 812, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1711715788.2016633, "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-ciqw6_68q5/tests/test-verify-volume-device.yml:9 Friday 29 March 2024 12:37:03 +0000 (0:00:00.225) 0:01:00.976 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:16 Friday 29 March 2024 12:37:03 +0000 (0:00:00.017) 0:01:00.994 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:24 Friday 29 March 2024 12:37:03 +0000 (0:00:00.013) 0:01:01.008 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:30 Friday 29 March 2024 12:37:03 +0000 (0:00:00.015) 0:01:01.023 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:34 Friday 29 March 2024 12:37:03 +0000 (0:00:00.014) 0:01:01.038 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:39 Friday 29 March 2024 12:37:03 +0000 (0:00:00.013) 0:01:01.051 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:3 Friday 29 March 2024 12:37:03 +0000 (0:00:00.015) 0:01:01.066 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 Friday 29 March 2024 12:37:03 +0000 (0:00:00.012) 0:01:01.079 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:17 Friday 29 March 2024 12:37:06 +0000 (0:00:02.670) 0:01:03.749 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:23 Friday 29 March 2024 12:37:06 +0000 (0:00:00.015) 0:01:03.765 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:32 Friday 29 March 2024 12:37:06 +0000 (0:00:00.013) 0:01:03.778 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:45 Friday 29 March 2024 12:37:06 +0000 (0:00:00.018) 0:01:03.797 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:51 Friday 29 March 2024 12:37:06 +0000 (0:00:00.014) 0:01:03.812 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:56 Friday 29 March 2024 12:37:06 +0000 (0:00:00.013) 0:01:03.825 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:69 Friday 29 March 2024 12:37:06 +0000 (0:00:00.013) 0:01:03.839 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:81 Friday 29 March 2024 12:37:06 +0000 (0:00:00.013) 0:01:03.852 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:94 Friday 29 March 2024 12:37:06 +0000 (0:00:00.013) 0:01:03.865 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:106 Friday 29 March 2024 12:37:06 +0000 (0:00:00.017) 0:01:03.883 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:114 Friday 29 March 2024 12:37:06 +0000 (0:00:00.018) 0:01:03.902 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:122 Friday 29 March 2024 12:37:06 +0000 (0:00:00.014) 0:01:03.917 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:131 Friday 29 March 2024 12:37:06 +0000 (0:00:00.013) 0:01:03.931 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:140 Friday 29 March 2024 12:37:06 +0000 (0:00:00.013) 0:01:03.944 ********** 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-ciqw6_68q5/tests/test-verify-volume-md.yml:8 Friday 29 March 2024 12:37:06 +0000 (0:00:00.012) 0:01:03.957 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:14 Friday 29 March 2024 12:37:06 +0000 (0:00:00.013) 0:01:03.970 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:21 Friday 29 March 2024 12:37:06 +0000 (0:00:00.015) 0:01:03.985 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:28 Friday 29 March 2024 12:37:06 +0000 (0:00:00.041) 0:01:04.027 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:35 Friday 29 March 2024 12:37:06 +0000 (0:00:00.013) 0:01:04.040 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:45 Friday 29 March 2024 12:37:06 +0000 (0:00:00.013) 0:01:04.054 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:54 Friday 29 March 2024 12:37:06 +0000 (0:00:00.013) 0:01:04.067 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:63 Friday 29 March 2024 12:37:06 +0000 (0:00:00.014) 0:01:04.082 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:72 Friday 29 March 2024 12:37:06 +0000 (0:00:00.016) 0:01:04.099 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:81 Friday 29 March 2024 12:37:06 +0000 (0:00:00.014) 0:01:04.113 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:3 Friday 29 March 2024 12:37:06 +0000 (0:00:00.013) 0:01:04.126 ********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:11 Friday 29 March 2024 12:37:07 +0000 (0:00:00.217) 0:01:04.344 ********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:20 Friday 29 March 2024 12:37:07 +0000 (0:00:00.219) 0:01:04.563 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:28 Friday 29 March 2024 12:37:07 +0000 (0:00:00.019) 0:01:04.582 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:32 Friday 29 March 2024 12:37:07 +0000 (0:00:00.014) 0:01:04.597 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:46 Friday 29 March 2024 12:37:07 +0000 (0:00:00.217) 0:01:04.814 ********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:50 Friday 29 March 2024 12:37:07 +0000 (0:00:00.018) 0:01:04.833 ********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:54 Friday 29 March 2024 12:37:07 +0000 (0:00:00.015) 0:01:04.849 ********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:58 Friday 29 March 2024 12:37:07 +0000 (0:00:00.015) 0:01:04.864 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:68 Friday 29 March 2024 12:37:07 +0000 (0:00:00.016) 0:01:04.881 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:72 Friday 29 March 2024 12:37:07 +0000 (0:00:00.015) 0:01:04.896 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:77 Friday 29 March 2024 12:37:07 +0000 (0:00:00.013) 0:01:04.909 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:83 Friday 29 March 2024 12:37:07 +0000 (0:00:00.015) 0:01:04.924 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:88 Friday 29 March 2024 12:37:07 +0000 (0:00:00.013) 0:01:04.938 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:96 Friday 29 March 2024 12:37:07 +0000 (0:00:00.014) 0:01:04.952 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:104 Friday 29 March 2024 12:37:07 +0000 (0:00:00.013) 0:01:04.966 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:109 Friday 29 March 2024 12:37:07 +0000 (0:00:00.013) 0:01:04.980 ********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:113 Friday 29 March 2024 12:37:07 +0000 (0:00:00.013) 0:01:04.993 ********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:117 Friday 29 March 2024 12:37:07 +0000 (0:00:00.014) 0:01:05.008 ********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:121 Friday 29 March 2024 12:37:07 +0000 (0:00:00.013) 0:01:05.021 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:129 Friday 29 March 2024 12:37:07 +0000 (0:00:00.013) 0:01:05.035 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:138 Friday 29 March 2024 12:37:07 +0000 (0:00:00.013) 0:01:05.049 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:142 Friday 29 March 2024 12:37:07 +0000 (0:00:00.013) 0:01:05.062 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:150 Friday 29 March 2024 12:37:07 +0000 (0:00:00.013) 0:01:05.076 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:156 Friday 29 March 2024 12:37:07 +0000 (0:00:00.015) 0:01:05.091 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:160 Friday 29 March 2024 12:37:07 +0000 (0:00:00.016) 0:01:05.107 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:164 Friday 29 March 2024 12:37:07 +0000 (0:00:00.016) 0:01:05.123 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:5 Friday 29 March 2024 12:37:07 +0000 (0:00:00.019) 0:01:05.143 ********** 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.036477", "end": "2024-03-29 12:37:08.210501", "rc": 0, "start": "2024-03-29 12:37:08.174024" } 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-ciqw6_68q5/tests/test-verify-volume-cache.yml:13 Friday 29 March 2024 12:37:08 +0000 (0:00:00.260) 0:01:05.403 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:18 Friday 29 March 2024 12:37:08 +0000 (0:00:00.017) 0:01:05.420 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:27 Friday 29 March 2024 12:37:08 +0000 (0:00:00.017) 0:01:05.437 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:35 Friday 29 March 2024 12:37:08 +0000 (0:00:00.014) 0:01:05.452 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:41 Friday 29 March 2024 12:37:08 +0000 (0:00:00.016) 0:01:05.469 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:47 Friday 29 March 2024 12:37:08 +0000 (0:00:00.014) 0:01:05.484 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:27 Friday 29 March 2024 12:37:08 +0000 (0:00:00.014) 0:01:05.498 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:2 Friday 29 March 2024 12:37:08 +0000 (0:00:00.012) 0:01:05.511 ********** 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-ciqw6_68q5/tests/test-verify-volume.yml:21 Friday 29 March 2024 12:37:08 +0000 (0:00:00.016) 0:01:05.528 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:7 Friday 29 March 2024 12:37:08 +0000 (0:00:00.089) 0:01:05.617 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:16 Friday 29 March 2024 12:37:08 +0000 (0:00:00.016) 0:01:05.633 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test2", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test2", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "ebee472f-c465-496b-8505-a53cc12bf205" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test2", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test2", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "ebee472f-c465-496b-8505-a53cc12bf205" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:38 Friday 29 March 2024 12:37:08 +0000 (0:00:00.021) 0:01:05.654 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:51 Friday 29 March 2024 12:37:08 +0000 (0:00:00.013) 0:01:05.667 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:63 Friday 29 March 2024 12:37:08 +0000 (0:00:00.017) 0:01:05.685 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:71 Friday 29 March 2024 12:37:08 +0000 (0:00:00.015) 0:01:05.700 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:83 Friday 29 March 2024 12:37:08 +0000 (0:00:00.013) 0:01:05.714 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:95 Friday 29 March 2024 12:37:08 +0000 (0:00:00.014) 0:01:05.728 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:110 Friday 29 March 2024 12:37:08 +0000 (0:00:00.013) 0:01:05.741 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:122 Friday 29 March 2024 12:37:08 +0000 (0:00:00.017) 0:01:05.759 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:128 Friday 29 March 2024 12:37:08 +0000 (0:00:00.015) 0:01:05.775 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:134 Friday 29 March 2024 12:37:08 +0000 (0:00:00.013) 0:01:05.788 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:146 Friday 29 March 2024 12:37:08 +0000 (0:00:00.013) 0:01:05.802 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:2 Friday 29 March 2024 12:37:08 +0000 (0:00:00.012) 0:01:05.814 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:40 Friday 29 March 2024 12:37:08 +0000 (0:00:00.026) 0:01:05.841 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:48 Friday 29 March 2024 12:37:08 +0000 (0:00:00.017) 0:01:05.858 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:58 Friday 29 March 2024 12:37:08 +0000 (0:00:00.016) 0:01:05.875 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:71 Friday 29 March 2024 12:37:08 +0000 (0:00:00.013) 0:01:05.888 ********** 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-ciqw6_68q5/tests/test-verify-volume-fs.yml:3 Friday 29 March 2024 12:37:08 +0000 (0:00:00.013) 0:01:05.902 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml:12 Friday 29 March 2024 12:37:08 +0000 (0:00:00.018) 0:01:05.920 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:3 Friday 29 March 2024 12:37:08 +0000 (0:00:00.019) 0:01:05.939 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711715790.9186678, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711715787.8176625, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 772, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1711715787.8176625, "nlink": 1, "path": "/dev/mapper/foo-test2", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:9 Friday 29 March 2024 12:37:09 +0000 (0:00:00.228) 0:01:06.168 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:16 Friday 29 March 2024 12:37:09 +0000 (0:00:00.018) 0:01:06.186 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:24 Friday 29 March 2024 12:37:09 +0000 (0:00:00.015) 0:01:06.202 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:30 Friday 29 March 2024 12:37:09 +0000 (0:00:00.018) 0:01:06.220 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:34 Friday 29 March 2024 12:37:09 +0000 (0:00:00.016) 0:01:06.236 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:39 Friday 29 March 2024 12:37:09 +0000 (0:00:00.014) 0:01:06.251 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:3 Friday 29 March 2024 12:37:09 +0000 (0:00:00.017) 0:01:06.269 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 Friday 29 March 2024 12:37:09 +0000 (0:00:00.012) 0:01:06.282 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:17 Friday 29 March 2024 12:37:11 +0000 (0:00:02.669) 0:01:08.952 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:23 Friday 29 March 2024 12:37:11 +0000 (0:00:00.013) 0:01:08.965 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:32 Friday 29 March 2024 12:37:11 +0000 (0:00:00.013) 0:01:08.979 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:45 Friday 29 March 2024 12:37:11 +0000 (0:00:00.017) 0:01:08.996 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:51 Friday 29 March 2024 12:37:11 +0000 (0:00:00.012) 0:01:09.009 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:56 Friday 29 March 2024 12:37:11 +0000 (0:00:00.014) 0:01:09.024 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:69 Friday 29 March 2024 12:37:11 +0000 (0:00:00.013) 0:01:09.037 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:81 Friday 29 March 2024 12:37:11 +0000 (0:00:00.013) 0:01:09.050 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:94 Friday 29 March 2024 12:37:11 +0000 (0:00:00.013) 0:01:09.064 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:106 Friday 29 March 2024 12:37:11 +0000 (0:00:00.016) 0:01:09.081 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:114 Friday 29 March 2024 12:37:11 +0000 (0:00:00.015) 0:01:09.096 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:122 Friday 29 March 2024 12:37:11 +0000 (0:00:00.014) 0:01:09.111 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:131 Friday 29 March 2024 12:37:11 +0000 (0:00:00.013) 0:01:09.124 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:140 Friday 29 March 2024 12:37:11 +0000 (0:00:00.013) 0:01:09.138 ********** 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-ciqw6_68q5/tests/test-verify-volume-md.yml:8 Friday 29 March 2024 12:37:11 +0000 (0:00:00.013) 0:01:09.151 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:14 Friday 29 March 2024 12:37:12 +0000 (0:00:00.012) 0:01:09.164 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:21 Friday 29 March 2024 12:37:12 +0000 (0:00:00.012) 0:01:09.177 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:28 Friday 29 March 2024 12:37:12 +0000 (0:00:00.014) 0:01:09.191 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:35 Friday 29 March 2024 12:37:12 +0000 (0:00:00.013) 0:01:09.205 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:45 Friday 29 March 2024 12:37:12 +0000 (0:00:00.013) 0:01:09.218 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:54 Friday 29 March 2024 12:37:12 +0000 (0:00:00.013) 0:01:09.232 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:63 Friday 29 March 2024 12:37:12 +0000 (0:00:00.014) 0:01:09.247 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:72 Friday 29 March 2024 12:37:12 +0000 (0:00:00.013) 0:01:09.261 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:81 Friday 29 March 2024 12:37:12 +0000 (0:00:00.015) 0:01:09.276 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:3 Friday 29 March 2024 12:37:12 +0000 (0:00:00.045) 0:01:09.322 ********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:11 Friday 29 March 2024 12:37:12 +0000 (0:00:00.220) 0:01:09.542 ********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:20 Friday 29 March 2024 12:37:12 +0000 (0:00:00.218) 0:01:09.761 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:28 Friday 29 March 2024 12:37:12 +0000 (0:00:00.017) 0:01:09.779 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:32 Friday 29 March 2024 12:37:12 +0000 (0:00:00.014) 0:01:09.793 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:46 Friday 29 March 2024 12:37:12 +0000 (0:00:00.216) 0:01:10.010 ********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:50 Friday 29 March 2024 12:37:12 +0000 (0:00:00.015) 0:01:10.026 ********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:54 Friday 29 March 2024 12:37:12 +0000 (0:00:00.016) 0:01:10.042 ********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:58 Friday 29 March 2024 12:37:12 +0000 (0:00:00.015) 0:01:10.058 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:68 Friday 29 March 2024 12:37:12 +0000 (0:00:00.015) 0:01:10.073 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:72 Friday 29 March 2024 12:37:12 +0000 (0:00:00.013) 0:01:10.086 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:77 Friday 29 March 2024 12:37:12 +0000 (0:00:00.013) 0:01:10.099 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:83 Friday 29 March 2024 12:37:12 +0000 (0:00:00.012) 0:01:10.112 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:88 Friday 29 March 2024 12:37:12 +0000 (0:00:00.014) 0:01:10.127 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:96 Friday 29 March 2024 12:37:12 +0000 (0:00:00.012) 0:01:10.140 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:104 Friday 29 March 2024 12:37:12 +0000 (0:00:00.012) 0:01:10.153 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:109 Friday 29 March 2024 12:37:13 +0000 (0:00:00.012) 0:01:10.165 ********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:113 Friday 29 March 2024 12:37:13 +0000 (0:00:00.012) 0:01:10.178 ********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:117 Friday 29 March 2024 12:37:13 +0000 (0:00:00.013) 0:01:10.191 ********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:121 Friday 29 March 2024 12:37:13 +0000 (0:00:00.014) 0:01:10.206 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:129 Friday 29 March 2024 12:37:13 +0000 (0:00:00.013) 0:01:10.219 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:138 Friday 29 March 2024 12:37:13 +0000 (0:00:00.013) 0:01:10.233 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:142 Friday 29 March 2024 12:37:13 +0000 (0:00:00.012) 0:01:10.246 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:150 Friday 29 March 2024 12:37:13 +0000 (0:00:00.012) 0:01:10.258 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:156 Friday 29 March 2024 12:37:13 +0000 (0:00:00.012) 0:01:10.271 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:160 Friday 29 March 2024 12:37:13 +0000 (0:00:00.015) 0:01:10.287 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:164 Friday 29 March 2024 12:37:13 +0000 (0:00:00.014) 0:01:10.301 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:5 Friday 29 March 2024 12:37:13 +0000 (0:00:00.018) 0:01:10.320 ********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test2" ], "delta": "0:00:00.040669", "end": "2024-03-29 12:37:13.392638", "rc": 0, "start": "2024-03-29 12:37:13.351969" } STDOUT: LVM2_LV_NAME=test2 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:13 Friday 29 March 2024 12:37:13 +0000 (0:00:00.264) 0:01:10.585 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:18 Friday 29 March 2024 12:37:13 +0000 (0:00:00.016) 0:01:10.602 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:27 Friday 29 March 2024 12:37:13 +0000 (0:00:00.017) 0:01:10.619 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:35 Friday 29 March 2024 12:37:13 +0000 (0:00:00.014) 0:01:10.633 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:41 Friday 29 March 2024 12:37:13 +0000 (0:00:00.015) 0:01:10.649 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:47 Friday 29 March 2024 12:37:13 +0000 (0:00:00.014) 0:01:10.663 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:27 Friday 29 March 2024 12:37:13 +0000 (0:00:00.014) 0:01:10.677 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:2 Friday 29 March 2024 12:37:13 +0000 (0:00:00.011) 0:01:10.689 ********** 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-ciqw6_68q5/tests/test-verify-volume.yml:21 Friday 29 March 2024 12:37:13 +0000 (0:00:00.015) 0:01:10.705 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:7 Friday 29 March 2024 12:37:13 +0000 (0:00:00.059) 0:01:10.764 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:16 Friday 29 March 2024 12:37:13 +0000 (0:00:00.015) 0:01:10.780 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test3", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test3", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "a7ba6593-bd79-4521-93c8-83ef9c60ddea" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test3", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test3", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "a7ba6593-bd79-4521-93c8-83ef9c60ddea" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:38 Friday 29 March 2024 12:37:13 +0000 (0:00:00.019) 0:01:10.799 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:51 Friday 29 March 2024 12:37:13 +0000 (0:00:00.012) 0:01:10.812 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:63 Friday 29 March 2024 12:37:13 +0000 (0:00:00.016) 0:01:10.828 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:71 Friday 29 March 2024 12:37:13 +0000 (0:00:00.045) 0:01:10.874 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:83 Friday 29 March 2024 12:37:13 +0000 (0:00:00.013) 0:01:10.887 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:95 Friday 29 March 2024 12:37:13 +0000 (0:00:00.013) 0:01:10.900 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:110 Friday 29 March 2024 12:37:13 +0000 (0:00:00.012) 0:01:10.913 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:122 Friday 29 March 2024 12:37:13 +0000 (0:00:00.016) 0:01:10.930 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:128 Friday 29 March 2024 12:37:13 +0000 (0:00:00.013) 0:01:10.943 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:134 Friday 29 March 2024 12:37:13 +0000 (0:00:00.015) 0:01:10.958 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:146 Friday 29 March 2024 12:37:13 +0000 (0:00:00.012) 0:01:10.971 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:2 Friday 29 March 2024 12:37:13 +0000 (0:00:00.012) 0:01:10.983 ********** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test3 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test3 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test3 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:40 Friday 29 March 2024 12:37:13 +0000 (0:00:00.027) 0:01:11.011 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:48 Friday 29 March 2024 12:37:13 +0000 (0:00:00.016) 0:01:11.028 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:58 Friday 29 March 2024 12:37:13 +0000 (0:00:00.015) 0:01:11.043 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:71 Friday 29 March 2024 12:37:13 +0000 (0:00:00.014) 0:01:11.058 ********** 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-ciqw6_68q5/tests/test-verify-volume-fs.yml:3 Friday 29 March 2024 12:37:13 +0000 (0:00:00.013) 0:01:11.071 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml:12 Friday 29 March 2024 12:37:13 +0000 (0:00:00.017) 0:01:11.089 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:3 Friday 29 March 2024 12:37:13 +0000 (0:00:00.018) 0:01:11.107 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711715790.968668, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711715787.5036619, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 731, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1711715787.5036619, "nlink": 1, "path": "/dev/mapper/foo-test3", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:9 Friday 29 March 2024 12:37:14 +0000 (0:00:00.228) 0:01:11.336 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:16 Friday 29 March 2024 12:37:14 +0000 (0:00:00.018) 0:01:11.354 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:24 Friday 29 March 2024 12:37:14 +0000 (0:00:00.013) 0:01:11.367 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:30 Friday 29 March 2024 12:37:14 +0000 (0:00:00.016) 0:01:11.384 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:34 Friday 29 March 2024 12:37:14 +0000 (0:00:00.014) 0:01:11.399 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:39 Friday 29 March 2024 12:37:14 +0000 (0:00:00.013) 0:01:11.412 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:3 Friday 29 March 2024 12:37:14 +0000 (0:00:00.016) 0:01:11.429 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 Friday 29 March 2024 12:37:14 +0000 (0:00:00.013) 0:01:11.442 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:17 Friday 29 March 2024 12:37:16 +0000 (0:00:02.675) 0:01:14.118 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:23 Friday 29 March 2024 12:37:16 +0000 (0:00:00.013) 0:01:14.131 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:32 Friday 29 March 2024 12:37:16 +0000 (0:00:00.013) 0:01:14.145 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:45 Friday 29 March 2024 12:37:17 +0000 (0:00:00.018) 0:01:14.164 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:51 Friday 29 March 2024 12:37:17 +0000 (0:00:00.013) 0:01:14.177 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:56 Friday 29 March 2024 12:37:17 +0000 (0:00:00.014) 0:01:14.191 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:69 Friday 29 March 2024 12:37:17 +0000 (0:00:00.013) 0:01:14.205 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:81 Friday 29 March 2024 12:37:17 +0000 (0:00:00.013) 0:01:14.218 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:94 Friday 29 March 2024 12:37:17 +0000 (0:00:00.011) 0:01:14.229 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:106 Friday 29 March 2024 12:37:17 +0000 (0:00:00.016) 0:01:14.246 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:114 Friday 29 March 2024 12:37:17 +0000 (0:00:00.015) 0:01:14.262 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:122 Friday 29 March 2024 12:37:17 +0000 (0:00:00.014) 0:01:14.276 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:131 Friday 29 March 2024 12:37:17 +0000 (0:00:00.013) 0:01:14.289 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:140 Friday 29 March 2024 12:37:17 +0000 (0:00:00.013) 0:01:14.303 ********** 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-ciqw6_68q5/tests/test-verify-volume-md.yml:8 Friday 29 March 2024 12:37:17 +0000 (0:00:00.011) 0:01:14.315 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:14 Friday 29 March 2024 12:37:17 +0000 (0:00:00.012) 0:01:14.327 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:21 Friday 29 March 2024 12:37:17 +0000 (0:00:00.012) 0:01:14.340 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:28 Friday 29 March 2024 12:37:17 +0000 (0:00:00.014) 0:01:14.355 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:35 Friday 29 March 2024 12:37:17 +0000 (0:00:00.013) 0:01:14.368 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:45 Friday 29 March 2024 12:37:17 +0000 (0:00:00.013) 0:01:14.381 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:54 Friday 29 March 2024 12:37:17 +0000 (0:00:00.013) 0:01:14.395 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:63 Friday 29 March 2024 12:37:17 +0000 (0:00:00.012) 0:01:14.408 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:72 Friday 29 March 2024 12:37:17 +0000 (0:00:00.012) 0:01:14.421 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:81 Friday 29 March 2024 12:37:17 +0000 (0:00:00.014) 0:01:14.435 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:3 Friday 29 March 2024 12:37:17 +0000 (0:00:00.012) 0:01:14.448 ********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:11 Friday 29 March 2024 12:37:17 +0000 (0:00:00.217) 0:01:14.666 ********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:20 Friday 29 March 2024 12:37:17 +0000 (0:00:00.216) 0:01:14.882 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:28 Friday 29 March 2024 12:37:17 +0000 (0:00:00.018) 0:01:14.900 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:32 Friday 29 March 2024 12:37:17 +0000 (0:00:00.015) 0:01:14.916 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:46 Friday 29 March 2024 12:37:17 +0000 (0:00:00.219) 0:01:15.136 ********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:50 Friday 29 March 2024 12:37:17 +0000 (0:00:00.015) 0:01:15.151 ********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:54 Friday 29 March 2024 12:37:18 +0000 (0:00:00.015) 0:01:15.167 ********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:58 Friday 29 March 2024 12:37:18 +0000 (0:00:00.015) 0:01:15.182 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:68 Friday 29 March 2024 12:37:18 +0000 (0:00:00.015) 0:01:15.197 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:72 Friday 29 March 2024 12:37:18 +0000 (0:00:00.013) 0:01:15.211 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:77 Friday 29 March 2024 12:37:18 +0000 (0:00:00.012) 0:01:15.224 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:83 Friday 29 March 2024 12:37:18 +0000 (0:00:00.011) 0:01:15.235 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:88 Friday 29 March 2024 12:37:18 +0000 (0:00:00.014) 0:01:15.250 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:96 Friday 29 March 2024 12:37:18 +0000 (0:00:00.012) 0:01:15.262 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:104 Friday 29 March 2024 12:37:18 +0000 (0:00:00.013) 0:01:15.276 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:109 Friday 29 March 2024 12:37:18 +0000 (0:00:00.013) 0:01:15.289 ********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:113 Friday 29 March 2024 12:37:18 +0000 (0:00:00.012) 0:01:15.302 ********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:117 Friday 29 March 2024 12:37:18 +0000 (0:00:00.012) 0:01:15.315 ********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:121 Friday 29 March 2024 12:37:18 +0000 (0:00:00.013) 0:01:15.328 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:129 Friday 29 March 2024 12:37:18 +0000 (0:00:00.013) 0:01:15.342 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:138 Friday 29 March 2024 12:37:18 +0000 (0:00:00.013) 0:01:15.355 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:142 Friday 29 March 2024 12:37:18 +0000 (0:00:00.013) 0:01:15.369 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:150 Friday 29 March 2024 12:37:18 +0000 (0:00:00.013) 0:01:15.382 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:156 Friday 29 March 2024 12:37:18 +0000 (0:00:00.013) 0:01:15.395 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:160 Friday 29 March 2024 12:37:18 +0000 (0:00:00.016) 0:01:15.411 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:164 Friday 29 March 2024 12:37:18 +0000 (0:00:00.014) 0:01:15.426 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:5 Friday 29 March 2024 12:37:18 +0000 (0:00:00.018) 0:01:15.445 ********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test3" ], "delta": "0:00:00.036028", "end": "2024-03-29 12:37:18.509418", "rc": 0, "start": "2024-03-29 12:37:18.473390" } STDOUT: LVM2_LV_NAME=test3 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:13 Friday 29 March 2024 12:37:18 +0000 (0:00:00.256) 0:01:15.701 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:18 Friday 29 March 2024 12:37:18 +0000 (0:00:00.017) 0:01:15.719 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:27 Friday 29 March 2024 12:37:18 +0000 (0:00:00.017) 0:01:15.737 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:35 Friday 29 March 2024 12:37:18 +0000 (0:00:00.014) 0:01:15.751 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:41 Friday 29 March 2024 12:37:18 +0000 (0:00:00.014) 0:01:15.766 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:47 Friday 29 March 2024 12:37:18 +0000 (0:00:00.015) 0:01:15.782 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:27 Friday 29 March 2024 12:37:18 +0000 (0:00:00.014) 0:01:15.796 ********** 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-ciqw6_68q5/tests/verify-role-results.yml:44 Friday 29 March 2024 12:37:18 +0000 (0:00:00.011) 0:01:15.807 ********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:54 Friday 29 March 2024 12:37:18 +0000 (0:00:00.011) 0:01:15.819 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove two of the LVs] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/tests_lvm_one_disk_multiple_volumes.yml:73 Friday 29 March 2024 12:37:18 +0000 (0:00:00.012) 0:01:15.831 ********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 29 March 2024 12:37:18 +0000 (0:00:00.031) 0:01:15.863 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 29 March 2024 12:37:18 +0000 (0:00:00.018) 0:01:15.882 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 29 March 2024 12:37:18 +0000 (0:00:00.015) 0:01:15.897 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 29 March 2024 12:37:18 +0000 (0:00:00.033) 0:01:15.930 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 29 March 2024 12:37:18 +0000 (0:00:00.013) 0:01:15.943 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 29 March 2024 12:37:18 +0000 (0:00:00.012) 0:01:15.956 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 29 March 2024 12:37:18 +0000 (0:00:00.011) 0:01:15.968 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 29 March 2024 12:37:18 +0000 (0:00:00.011) 0:01:15.980 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 29 March 2024 12:37:18 +0000 (0:00:00.027) 0:01:16.008 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 29 March 2024 12:37:18 +0000 (0:00:00.013) 0:01:16.021 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "3g" }, { "mount_point": "/opt/test2", "name": "test2", "size": "3g", "state": "absent" }, { "mount_point": "/opt/test3", "name": "test3", "size": "3g", "state": "absent" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 29 March 2024 12:37:18 +0000 (0:00:00.015) 0:01:16.037 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 29 March 2024 12:37:18 +0000 (0:00:00.014) 0:01:16.052 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 29 March 2024 12:37:18 +0000 (0:00:00.014) 0:01:16.066 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 29 March 2024 12:37:18 +0000 (0:00:00.013) 0:01:16.079 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 29 March 2024 12:37:18 +0000 (0:00:00.012) 0:01:16.092 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 29 March 2024 12:37:18 +0000 (0:00:00.012) 0:01:16.104 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 29 March 2024 12:37:18 +0000 (0:00:00.020) 0:01:16.125 ********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 29 March 2024 12:37:18 +0000 (0:00:00.013) 0:01:16.138 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test3", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/foo-test2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test2", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "absent" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 29 March 2024 12:37:22 +0000 (0:00:03.652) 0:01:19.791 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 29 March 2024 12:37:22 +0000 (0:00:00.013) 0:01:19.805 ********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 29 March 2024 12:37:22 +0000 (0:00:00.012) 0:01:19.817 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test3", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/foo-test2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test2", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "absent" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 29 March 2024 12:37:22 +0000 (0:00:00.018) 0:01:19.836 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 29 March 2024 12:37:22 +0000 (0:00:00.037) 0:01:19.873 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 29 March 2024 12:37:22 +0000 (0:00:00.015) 0:01:19.889 ********** changed: [sut] => (item={'src': '/dev/mapper/foo-test3', 'path': '/opt/test3', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "absent" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test3" } changed: [sut] => (item={'src': '/dev/mapper/foo-test2', 'path': '/opt/test2', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "absent" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test2" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 29 March 2024 12:37:23 +0000 (0:00:00.454) 0:01:20.343 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 29 March 2024 12:37:24 +0000 (0:00:01.037) 0:01:21.381 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 29 March 2024 12:37:24 +0000 (0:00:00.337) 0:01:21.718 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 29 March 2024 12:37:24 +0000 (0:00:00.018) 0:01:21.737 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 29 March 2024 12:37:26 +0000 (0:00:01.469) 0:01:23.206 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711715779.9976492, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709715077.4392698, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1709714569.0992696, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1872451057", "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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 29 March 2024 12:37:26 +0000 (0:00:00.324) 0:01:23.530 ********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 29 March 2024 12:37:26 +0000 (0:00:00.013) 0:01:23.544 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/tests_lvm_one_disk_multiple_volumes.yml:93 Friday 29 March 2024 12:37:27 +0000 (0:00:00.851) 0:01:24.395 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:2 Friday 29 March 2024 12:37:27 +0000 (0:00:00.024) 0:01:24.419 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:7 Friday 29 March 2024 12:37:27 +0000 (0:00:00.018) 0:01:24.438 ********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:15 Friday 29 March 2024 12:37:27 +0000 (0:00:00.014) 0:01:24.452 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "ee77d930-46ac-4284-a79a-e06653b2b3b6" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "pniFY1-H4yV-lmcd-V30h-uiqG-utds-gjrLaM" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "7edc224a-9332-4cda-9c64-11dd8d1c6cdc" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:20 Friday 29 March 2024 12:37:27 +0000 (0:00:00.228) 0:01:24.681 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003686", "end": "2024-03-29 12:37:27.712739", "rc": 0, "start": "2024-03-29 12:37:27.709053" } STDOUT: # # /etc/fstab # Created by anaconda on Wed Mar 6 08:42:49 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=7edc224a-9332-4cda-9c64-11dd8d1c6cdc / ext4 defaults 1 1 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-ciqw6_68q5/tests/verify-role-results.yml:25 Friday 29 March 2024 12:37:27 +0000 (0:00:00.223) 0:01:24.904 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003766", "end": "2024-03-29 12:37:27.939488", "failed_when_result": false, "rc": 0, "start": "2024-03-29 12:37:27.935722" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:34 Friday 29 March 2024 12:37:27 +0000 (0:00:00.226) 0:01:25.131 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml:5 Friday 29 March 2024 12:37:27 +0000 (0:00:00.031) 0:01:25.162 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml:18 Friday 29 March 2024 12:37:28 +0000 (0:00:00.013) 0:01:25.175 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.039531", "end": "2024-03-29 12:37:28.244589", "rc": 0, "start": "2024-03-29 12:37:28.205058" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml:24 Friday 29 March 2024 12:37:28 +0000 (0:00:00.260) 0:01:25.436 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml:34 Friday 29 March 2024 12:37:28 +0000 (0:00:00.019) 0:01:25.455 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:2 Friday 29 March 2024 12:37:28 +0000 (0:00:00.029) 0:01:25.484 ********** 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-ciqw6_68q5/tests/test-verify-pool-members.yml:13 Friday 29 March 2024 12:37:28 +0000 (0:00:00.018) 0:01:25.503 ********** 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-ciqw6_68q5/tests/test-verify-pool-members.yml:22 Friday 29 March 2024 12:37:28 +0000 (0:00:00.218) 0:01:25.722 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:27 Friday 29 March 2024 12:37:28 +0000 (0:00:00.015) 0:01:25.737 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:33 Friday 29 March 2024 12:37:28 +0000 (0:00:00.015) 0:01:25.753 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:42 Friday 29 March 2024 12:37:28 +0000 (0:00:00.017) 0:01:25.770 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:48 Friday 29 March 2024 12:37:28 +0000 (0:00:00.015) 0:01:25.786 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:54 Friday 29 March 2024 12:37:28 +0000 (0:00:00.016) 0:01:25.802 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:59 Friday 29 March 2024 12:37:28 +0000 (0:00:00.012) 0:01:25.815 ********** 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-ciqw6_68q5/tests/test-verify-pool-members.yml:73 Friday 29 March 2024 12:37:28 +0000 (0:00:00.019) 0:01:25.834 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:8 Friday 29 March 2024 12:37:28 +0000 (0:00:00.023) 0:01:25.858 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:14 Friday 29 March 2024 12:37:28 +0000 (0:00:00.013) 0:01:25.871 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:21 Friday 29 March 2024 12:37:28 +0000 (0:00:00.012) 0:01:25.884 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:28 Friday 29 March 2024 12:37:28 +0000 (0:00:00.011) 0:01:25.895 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:35 Friday 29 March 2024 12:37:28 +0000 (0:00:00.011) 0:01:25.907 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:45 Friday 29 March 2024 12:37:28 +0000 (0:00:00.012) 0:01:25.919 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:54 Friday 29 March 2024 12:37:28 +0000 (0:00:00.014) 0:01:25.934 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:64 Friday 29 March 2024 12:37:28 +0000 (0:00:00.012) 0:01:25.947 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:74 Friday 29 March 2024 12:37:28 +0000 (0:00:00.012) 0:01:25.959 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:85 Friday 29 March 2024 12:37:28 +0000 (0:00:00.012) 0:01:25.972 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:95 Friday 29 March 2024 12:37:28 +0000 (0:00:00.012) 0:01:25.985 ********** 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-ciqw6_68q5/tests/test-verify-pool-members.yml:76 Friday 29 March 2024 12:37:28 +0000 (0:00:00.011) 0:01:25.996 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-lvmraid.yml:2 Friday 29 March 2024 12:37:28 +0000 (0:00:00.025) 0:01:26.021 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:8 Friday 29 March 2024 12:37:28 +0000 (0:00:00.037) 0:01:26.059 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:16 Friday 29 March 2024 12:37:28 +0000 (0:00:00.013) 0:01:26.072 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:21 Friday 29 March 2024 12:37:28 +0000 (0:00:00.013) 0:01:26.085 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:29 Friday 29 March 2024 12:37:28 +0000 (0:00:00.012) 0:01:26.098 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:34 Friday 29 March 2024 12:37:28 +0000 (0:00:00.012) 0:01:26.111 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:40 Friday 29 March 2024 12:37:28 +0000 (0:00:00.013) 0:01:26.124 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:46 Friday 29 March 2024 12:37:28 +0000 (0:00:00.015) 0:01:26.139 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:8 Friday 29 March 2024 12:37:28 +0000 (0:00:00.014) 0:01:26.154 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:16 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:26.166 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:21 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:26.179 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:29 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:26.191 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:34 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:26.204 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:40 Friday 29 March 2024 12:37:29 +0000 (0:00:00.013) 0:01:26.218 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:46 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:26.231 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:8 Friday 29 March 2024 12:37:29 +0000 (0:00:00.014) 0:01:26.245 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:16 Friday 29 March 2024 12:37:29 +0000 (0:00:00.013) 0:01:26.258 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:21 Friday 29 March 2024 12:37:29 +0000 (0:00:00.014) 0:01:26.273 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:29 Friday 29 March 2024 12:37:29 +0000 (0:00:00.014) 0:01:26.287 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:34 Friday 29 March 2024 12:37:29 +0000 (0:00:00.014) 0:01:26.302 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:40 Friday 29 March 2024 12:37:29 +0000 (0:00:00.013) 0:01:26.315 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:46 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:26.328 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:79 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:26.341 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-thin.yml:2 Friday 29 March 2024 12:37:29 +0000 (0:00:00.027) 0:01:26.368 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:8 Friday 29 March 2024 12:37:29 +0000 (0:00:00.075) 0:01:26.443 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:16 Friday 29 March 2024 12:37:29 +0000 (0:00:00.013) 0:01:26.457 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:23 Friday 29 March 2024 12:37:29 +0000 (0:00:00.013) 0:01:26.470 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:27 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:26.483 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:8 Friday 29 March 2024 12:37:29 +0000 (0:00:00.011) 0:01:26.495 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:16 Friday 29 March 2024 12:37:29 +0000 (0:00:00.011) 0:01:26.506 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:23 Friday 29 March 2024 12:37:29 +0000 (0:00:00.011) 0:01:26.518 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:27 Friday 29 March 2024 12:37:29 +0000 (0:00:00.011) 0:01:26.529 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:8 Friday 29 March 2024 12:37:29 +0000 (0:00:00.013) 0:01:26.542 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:16 Friday 29 March 2024 12:37:29 +0000 (0:00:00.013) 0:01:26.555 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:23 Friday 29 March 2024 12:37:29 +0000 (0:00:00.013) 0:01:26.568 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:27 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:26.581 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:82 Friday 29 March 2024 12:37:29 +0000 (0:00:00.011) 0:01:26.593 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-encryption.yml:5 Friday 29 March 2024 12:37:29 +0000 (0:00:00.028) 0:01:26.621 ********** 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-ciqw6_68q5/tests/verify-pool-members-encryption.yml:13 Friday 29 March 2024 12:37:29 +0000 (0:00:00.015) 0:01:26.637 ********** 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-ciqw6_68q5/tests/verify-pool-members-encryption.yml:20 Friday 29 March 2024 12:37:29 +0000 (0:00:00.015) 0:01:26.652 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:2 Friday 29 March 2024 12:37:29 +0000 (0:00:00.023) 0:01:26.675 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:9 Friday 29 March 2024 12:37:29 +0000 (0:00:00.016) 0:01:26.691 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:18 Friday 29 March 2024 12:37:29 +0000 (0:00:00.016) 0:01:26.708 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:27 Friday 29 March 2024 12:37:29 +0000 (0:00:00.013) 0:01:26.721 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:37 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:26.733 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:47 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:26.746 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-encryption.yml:27 Friday 29 March 2024 12:37:29 +0000 (0:00:00.011) 0:01:26.758 ********** 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-ciqw6_68q5/tests/test-verify-pool-members.yml:85 Friday 29 March 2024 12:37:29 +0000 (0:00:00.013) 0:01:26.771 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-vdo.yml:2 Friday 29 March 2024 12:37:29 +0000 (0:00:00.026) 0:01:26.797 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:9 Friday 29 March 2024 12:37:29 +0000 (0:00:00.039) 0:01:26.836 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:16 Friday 29 March 2024 12:37:29 +0000 (0:00:00.013) 0:01:26.849 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:22 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:26.862 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:28 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:26.875 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:35 Friday 29 March 2024 12:37:29 +0000 (0:00:00.013) 0:01:26.889 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:41 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:26.902 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:47 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:26.914 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:9 Friday 29 March 2024 12:37:29 +0000 (0:00:00.011) 0:01:26.926 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:16 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:26.939 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:22 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:26.952 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:28 Friday 29 March 2024 12:37:29 +0000 (0:00:00.013) 0:01:26.965 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:35 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:26.978 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:41 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:26.991 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:47 Friday 29 March 2024 12:37:29 +0000 (0:00:00.013) 0:01:27.004 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:9 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:27.016 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:16 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:27.029 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:22 Friday 29 March 2024 12:37:29 +0000 (0:00:00.014) 0:01:27.043 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:28 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:27.055 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:35 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:27.068 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:41 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:27.081 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:47 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:27.094 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:88 Friday 29 March 2024 12:37:29 +0000 (0:00:00.011) 0:01:27.105 ********** 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-ciqw6_68q5/tests/test-verify-pool-volumes.yml:3 Friday 29 March 2024 12:37:29 +0000 (0:00:00.012) 0:01:27.118 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:2 Friday 29 March 2024 12:37:29 +0000 (0:00:00.032) 0:01:27.150 ********** 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-ciqw6_68q5/tests/test-verify-volume.yml:21 Friday 29 March 2024 12:37:30 +0000 (0:00:00.016) 0:01:27.167 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:7 Friday 29 March 2024 12:37:30 +0000 (0:00:00.084) 0:01:27.251 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:16 Friday 29 March 2024 12:37:30 +0000 (0:00:00.015) 0:01:27.267 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "ee77d930-46ac-4284-a79a-e06653b2b3b6" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "ee77d930-46ac-4284-a79a-e06653b2b3b6" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:38 Friday 29 March 2024 12:37:30 +0000 (0:00:00.019) 0:01:27.287 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:51 Friday 29 March 2024 12:37:30 +0000 (0:00:00.012) 0:01:27.300 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:63 Friday 29 March 2024 12:37:30 +0000 (0:00:00.016) 0:01:27.316 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:71 Friday 29 March 2024 12:37:30 +0000 (0:00:00.016) 0:01:27.333 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:83 Friday 29 March 2024 12:37:30 +0000 (0:00:00.012) 0:01:27.345 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:95 Friday 29 March 2024 12:37:30 +0000 (0:00:00.013) 0:01:27.359 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:110 Friday 29 March 2024 12:37:30 +0000 (0:00:00.013) 0:01:27.372 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:122 Friday 29 March 2024 12:37:30 +0000 (0:00:00.016) 0:01:27.388 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:128 Friday 29 March 2024 12:37:30 +0000 (0:00:00.012) 0:01:27.401 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:134 Friday 29 March 2024 12:37:30 +0000 (0:00:00.014) 0:01:27.415 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:146 Friday 29 March 2024 12:37:30 +0000 (0:00:00.012) 0:01:27.428 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:2 Friday 29 March 2024 12:37:30 +0000 (0:00:00.011) 0:01:27.440 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:40 Friday 29 March 2024 12:37:30 +0000 (0:00:00.024) 0:01:27.465 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:48 Friday 29 March 2024 12:37:30 +0000 (0:00:00.015) 0:01:27.480 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:58 Friday 29 March 2024 12:37:30 +0000 (0:00:00.016) 0:01:27.496 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:71 Friday 29 March 2024 12:37:30 +0000 (0:00:00.012) 0:01:27.509 ********** 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-ciqw6_68q5/tests/test-verify-volume-fs.yml:3 Friday 29 March 2024 12:37:30 +0000 (0:00:00.011) 0:01:27.521 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml:12 Friday 29 March 2024 12:37:30 +0000 (0:00:00.017) 0:01:27.538 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:3 Friday 29 March 2024 12:37:30 +0000 (0:00:00.018) 0:01:27.556 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711715843.1607575, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711715788.2016633, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 812, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1711715788.2016633, "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-ciqw6_68q5/tests/test-verify-volume-device.yml:9 Friday 29 March 2024 12:37:30 +0000 (0:00:00.231) 0:01:27.787 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:16 Friday 29 March 2024 12:37:30 +0000 (0:00:00.017) 0:01:27.805 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:24 Friday 29 March 2024 12:37:30 +0000 (0:00:00.012) 0:01:27.817 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:30 Friday 29 March 2024 12:37:30 +0000 (0:00:00.015) 0:01:27.833 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:34 Friday 29 March 2024 12:37:30 +0000 (0:00:00.014) 0:01:27.847 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:39 Friday 29 March 2024 12:37:30 +0000 (0:00:00.012) 0:01:27.860 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:3 Friday 29 March 2024 12:37:30 +0000 (0:00:00.015) 0:01:27.875 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 Friday 29 March 2024 12:37:30 +0000 (0:00:00.013) 0:01:27.888 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:17 Friday 29 March 2024 12:37:45 +0000 (0:00:14.714) 0:01:42.603 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:23 Friday 29 March 2024 12:37:45 +0000 (0:00:00.013) 0:01:42.616 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:32 Friday 29 March 2024 12:37:45 +0000 (0:00:00.012) 0:01:42.629 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:45 Friday 29 March 2024 12:37:45 +0000 (0:00:00.017) 0:01:42.646 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:51 Friday 29 March 2024 12:37:45 +0000 (0:00:00.014) 0:01:42.660 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:56 Friday 29 March 2024 12:37:45 +0000 (0:00:00.013) 0:01:42.674 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:69 Friday 29 March 2024 12:37:45 +0000 (0:00:00.014) 0:01:42.688 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:81 Friday 29 March 2024 12:37:45 +0000 (0:00:00.013) 0:01:42.702 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:94 Friday 29 March 2024 12:37:45 +0000 (0:00:00.016) 0:01:42.718 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:106 Friday 29 March 2024 12:37:45 +0000 (0:00:00.016) 0:01:42.735 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:114 Friday 29 March 2024 12:37:45 +0000 (0:00:00.017) 0:01:42.752 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:122 Friday 29 March 2024 12:37:45 +0000 (0:00:00.046) 0:01:42.799 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:131 Friday 29 March 2024 12:37:45 +0000 (0:00:00.021) 0:01:42.820 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:140 Friday 29 March 2024 12:37:45 +0000 (0:00:00.012) 0:01:42.833 ********** 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-ciqw6_68q5/tests/test-verify-volume-md.yml:8 Friday 29 March 2024 12:37:45 +0000 (0:00:00.014) 0:01:42.848 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:14 Friday 29 March 2024 12:37:45 +0000 (0:00:00.015) 0:01:42.864 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:21 Friday 29 March 2024 12:37:45 +0000 (0:00:00.014) 0:01:42.878 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:28 Friday 29 March 2024 12:37:45 +0000 (0:00:00.014) 0:01:42.893 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:35 Friday 29 March 2024 12:37:45 +0000 (0:00:00.013) 0:01:42.906 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:45 Friday 29 March 2024 12:37:45 +0000 (0:00:00.014) 0:01:42.921 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:54 Friday 29 March 2024 12:37:45 +0000 (0:00:00.013) 0:01:42.934 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:63 Friday 29 March 2024 12:37:45 +0000 (0:00:00.012) 0:01:42.947 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:72 Friday 29 March 2024 12:37:45 +0000 (0:00:00.012) 0:01:42.960 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:81 Friday 29 March 2024 12:37:45 +0000 (0:00:00.014) 0:01:42.974 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:3 Friday 29 March 2024 12:37:45 +0000 (0:00:00.013) 0:01:42.987 ********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:11 Friday 29 March 2024 12:37:46 +0000 (0:00:00.219) 0:01:43.207 ********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:20 Friday 29 March 2024 12:37:46 +0000 (0:00:00.220) 0:01:43.428 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:28 Friday 29 March 2024 12:37:46 +0000 (0:00:00.019) 0:01:43.447 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:32 Friday 29 March 2024 12:37:46 +0000 (0:00:00.015) 0:01:43.462 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:46 Friday 29 March 2024 12:37:46 +0000 (0:00:00.218) 0:01:43.681 ********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:50 Friday 29 March 2024 12:37:46 +0000 (0:00:00.015) 0:01:43.696 ********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:54 Friday 29 March 2024 12:37:46 +0000 (0:00:00.015) 0:01:43.712 ********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:58 Friday 29 March 2024 12:37:46 +0000 (0:00:00.015) 0:01:43.727 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:68 Friday 29 March 2024 12:37:46 +0000 (0:00:00.015) 0:01:43.742 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:72 Friday 29 March 2024 12:37:46 +0000 (0:00:00.012) 0:01:43.755 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:77 Friday 29 March 2024 12:37:46 +0000 (0:00:00.012) 0:01:43.768 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:83 Friday 29 March 2024 12:37:46 +0000 (0:00:00.012) 0:01:43.781 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:88 Friday 29 March 2024 12:37:46 +0000 (0:00:00.011) 0:01:43.793 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:96 Friday 29 March 2024 12:37:46 +0000 (0:00:00.012) 0:01:43.806 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:104 Friday 29 March 2024 12:37:46 +0000 (0:00:00.013) 0:01:43.819 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:109 Friday 29 March 2024 12:37:46 +0000 (0:00:00.013) 0:01:43.832 ********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:113 Friday 29 March 2024 12:37:46 +0000 (0:00:00.012) 0:01:43.844 ********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:117 Friday 29 March 2024 12:37:46 +0000 (0:00:00.012) 0:01:43.857 ********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:121 Friday 29 March 2024 12:37:46 +0000 (0:00:00.012) 0:01:43.870 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:129 Friday 29 March 2024 12:37:46 +0000 (0:00:00.012) 0:01:43.883 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:138 Friday 29 March 2024 12:37:46 +0000 (0:00:00.011) 0:01:43.894 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:142 Friday 29 March 2024 12:37:46 +0000 (0:00:00.012) 0:01:43.907 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:150 Friday 29 March 2024 12:37:46 +0000 (0:00:00.012) 0:01:43.920 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:156 Friday 29 March 2024 12:37:46 +0000 (0:00:00.014) 0:01:43.935 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:160 Friday 29 March 2024 12:37:46 +0000 (0:00:00.014) 0:01:43.949 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:164 Friday 29 March 2024 12:37:46 +0000 (0:00:00.014) 0:01:43.964 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:5 Friday 29 March 2024 12:37:46 +0000 (0:00:00.018) 0:01:43.982 ********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.035775", "end": "2024-03-29 12:37:47.048469", "rc": 0, "start": "2024-03-29 12:37:47.012694" } 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-ciqw6_68q5/tests/test-verify-volume-cache.yml:13 Friday 29 March 2024 12:37:47 +0000 (0:00:00.257) 0:01:44.240 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:18 Friday 29 March 2024 12:37:47 +0000 (0:00:00.016) 0:01:44.257 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:27 Friday 29 March 2024 12:37:47 +0000 (0:00:00.017) 0:01:44.274 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:35 Friday 29 March 2024 12:37:47 +0000 (0:00:00.014) 0:01:44.288 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:41 Friday 29 March 2024 12:37:47 +0000 (0:00:00.015) 0:01:44.304 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:47 Friday 29 March 2024 12:37:47 +0000 (0:00:00.014) 0:01:44.318 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:27 Friday 29 March 2024 12:37:47 +0000 (0:00:00.014) 0:01:44.332 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:2 Friday 29 March 2024 12:37:47 +0000 (0:00:00.011) 0:01:44.343 ********** 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-ciqw6_68q5/tests/test-verify-volume.yml:21 Friday 29 March 2024 12:37:47 +0000 (0:00:00.015) 0:01:44.359 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:7 Friday 29 March 2024 12:37:47 +0000 (0:00:00.081) 0:01:44.441 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:16 Friday 29 March 2024 12:37:47 +0000 (0:00:00.015) 0:01:44.457 ********** 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-ciqw6_68q5/tests/test-verify-volume-mount.yml:38 Friday 29 March 2024 12:37:47 +0000 (0:00:00.019) 0:01:44.477 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:51 Friday 29 March 2024 12:37:47 +0000 (0:00:00.013) 0:01:44.490 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:63 Friday 29 March 2024 12:37:47 +0000 (0:00:00.012) 0:01:44.503 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:71 Friday 29 March 2024 12:37:47 +0000 (0:00:00.015) 0:01:44.518 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:83 Friday 29 March 2024 12:37:47 +0000 (0:00:00.014) 0:01:44.532 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:95 Friday 29 March 2024 12:37:47 +0000 (0:00:00.013) 0:01:44.545 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:110 Friday 29 March 2024 12:37:47 +0000 (0:00:00.013) 0:01:44.558 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:122 Friday 29 March 2024 12:37:47 +0000 (0:00:00.012) 0:01:44.571 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:128 Friday 29 March 2024 12:37:47 +0000 (0:00:00.013) 0:01:44.584 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:134 Friday 29 March 2024 12:37:47 +0000 (0:00:00.013) 0:01:44.597 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:146 Friday 29 March 2024 12:37:47 +0000 (0:00:00.014) 0:01:44.612 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:2 Friday 29 March 2024 12:37:47 +0000 (0:00:00.013) 0:01:44.625 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:40 Friday 29 March 2024 12:37:47 +0000 (0:00:00.026) 0:01:44.652 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:48 Friday 29 March 2024 12:37:47 +0000 (0:00:00.012) 0:01:44.665 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:58 Friday 29 March 2024 12:37:47 +0000 (0:00:00.016) 0:01:44.681 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:71 Friday 29 March 2024 12:37:47 +0000 (0:00:00.014) 0:01:44.696 ********** 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-ciqw6_68q5/tests/test-verify-volume-fs.yml:3 Friday 29 March 2024 12:37:47 +0000 (0:00:00.011) 0:01:44.708 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml:12 Friday 29 March 2024 12:37:47 +0000 (0:00:00.012) 0:01:44.721 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:3 Friday 29 March 2024 12:37:47 +0000 (0:00:00.012) 0:01:44.734 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:9 Friday 29 March 2024 12:37:47 +0000 (0:00:00.214) 0:01:44.948 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:16 Friday 29 March 2024 12:37:47 +0000 (0:00:00.013) 0:01:44.961 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:24 Friday 29 March 2024 12:37:47 +0000 (0:00:00.016) 0:01:44.977 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:30 Friday 29 March 2024 12:37:47 +0000 (0:00:00.009) 0:01:44.986 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:34 Friday 29 March 2024 12:37:47 +0000 (0:00:00.013) 0:01:45.000 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:39 Friday 29 March 2024 12:37:47 +0000 (0:00:00.013) 0:01:45.014 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:3 Friday 29 March 2024 12:37:47 +0000 (0:00:00.009) 0:01:45.024 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 Friday 29 March 2024 12:37:47 +0000 (0:00:00.012) 0:01:45.036 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:17 Friday 29 March 2024 12:37:50 +0000 (0:00:02.693) 0:01:47.730 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:23 Friday 29 March 2024 12:37:50 +0000 (0:00:00.012) 0:01:47.743 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:32 Friday 29 March 2024 12:37:50 +0000 (0:00:00.012) 0:01:47.755 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:45 Friday 29 March 2024 12:37:50 +0000 (0:00:00.009) 0:01:47.765 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:51 Friday 29 March 2024 12:37:50 +0000 (0:00:00.012) 0:01:47.777 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:56 Friday 29 March 2024 12:37:50 +0000 (0:00:00.011) 0:01:47.789 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:69 Friday 29 March 2024 12:37:50 +0000 (0:00:00.011) 0:01:47.801 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:81 Friday 29 March 2024 12:37:50 +0000 (0:00:00.009) 0:01:47.810 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:94 Friday 29 March 2024 12:37:50 +0000 (0:00:00.009) 0:01:47.820 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:106 Friday 29 March 2024 12:37:50 +0000 (0:00:00.015) 0:01:47.835 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:114 Friday 29 March 2024 12:37:50 +0000 (0:00:00.014) 0:01:47.850 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:122 Friday 29 March 2024 12:37:50 +0000 (0:00:00.012) 0:01:47.863 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:131 Friday 29 March 2024 12:37:50 +0000 (0:00:00.014) 0:01:47.877 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:140 Friday 29 March 2024 12:37:50 +0000 (0:00:00.033) 0:01:47.911 ********** 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-ciqw6_68q5/tests/test-verify-volume-md.yml:8 Friday 29 March 2024 12:37:50 +0000 (0:00:00.013) 0:01:47.924 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:14 Friday 29 March 2024 12:37:50 +0000 (0:00:00.013) 0:01:47.937 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:21 Friday 29 March 2024 12:37:50 +0000 (0:00:00.012) 0:01:47.950 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:28 Friday 29 March 2024 12:37:50 +0000 (0:00:00.012) 0:01:47.963 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:35 Friday 29 March 2024 12:37:50 +0000 (0:00:00.012) 0:01:47.976 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:45 Friday 29 March 2024 12:37:50 +0000 (0:00:00.014) 0:01:47.990 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:54 Friday 29 March 2024 12:37:50 +0000 (0:00:00.012) 0:01:48.003 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:63 Friday 29 March 2024 12:37:50 +0000 (0:00:00.012) 0:01:48.015 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:72 Friday 29 March 2024 12:37:50 +0000 (0:00:00.012) 0:01:48.028 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:81 Friday 29 March 2024 12:37:50 +0000 (0:00:00.012) 0:01:48.041 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:3 Friday 29 March 2024 12:37:50 +0000 (0:00:00.013) 0:01:48.054 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:11 Friday 29 March 2024 12:37:50 +0000 (0:00:00.014) 0:01:48.068 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:20 Friday 29 March 2024 12:37:50 +0000 (0:00:00.013) 0:01:48.081 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:28 Friday 29 March 2024 12:37:50 +0000 (0:00:00.012) 0:01:48.094 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:32 Friday 29 March 2024 12:37:50 +0000 (0:00:00.014) 0:01:48.108 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:46 Friday 29 March 2024 12:37:50 +0000 (0:00:00.013) 0:01:48.121 ********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:50 Friday 29 March 2024 12:37:50 +0000 (0:00:00.013) 0:01:48.135 ********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:54 Friday 29 March 2024 12:37:50 +0000 (0:00:00.014) 0:01:48.150 ********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:58 Friday 29 March 2024 12:37:50 +0000 (0:00:00.012) 0:01:48.162 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:68 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.175 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:72 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.188 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:77 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.201 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:83 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.213 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:88 Friday 29 March 2024 12:37:51 +0000 (0:00:00.014) 0:01:48.228 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:96 Friday 29 March 2024 12:37:51 +0000 (0:00:00.013) 0:01:48.241 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:104 Friday 29 March 2024 12:37:51 +0000 (0:00:00.013) 0:01:48.254 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:109 Friday 29 March 2024 12:37:51 +0000 (0:00:00.013) 0:01:48.268 ********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:113 Friday 29 March 2024 12:37:51 +0000 (0:00:00.013) 0:01:48.281 ********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:117 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.293 ********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:121 Friday 29 March 2024 12:37:51 +0000 (0:00:00.014) 0:01:48.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-ciqw6_68q5/tests/test-verify-volume-size.yml:129 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.320 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:138 Friday 29 March 2024 12:37:51 +0000 (0:00:00.013) 0:01:48.333 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:142 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.346 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:150 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.359 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:156 Friday 29 March 2024 12:37:51 +0000 (0:00:00.013) 0:01:48.372 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:160 Friday 29 March 2024 12:37:51 +0000 (0:00:00.015) 0:01:48.388 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:164 Friday 29 March 2024 12:37:51 +0000 (0:00:00.014) 0:01:48.402 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:5 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.415 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:13 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.428 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:18 Friday 29 March 2024 12:37:51 +0000 (0:00:00.013) 0:01:48.441 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:27 Friday 29 March 2024 12:37:51 +0000 (0:00:00.013) 0:01:48.454 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:35 Friday 29 March 2024 12:37:51 +0000 (0:00:00.014) 0:01:48.469 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:41 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.481 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:47 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.494 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:27 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.507 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:2 Friday 29 March 2024 12:37:51 +0000 (0:00:00.011) 0:01:48.518 ********** 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-ciqw6_68q5/tests/test-verify-volume.yml:21 Friday 29 March 2024 12:37:51 +0000 (0:00:00.015) 0:01:48.534 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:7 Friday 29 March 2024 12:37:51 +0000 (0:00:00.059) 0:01:48.593 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:16 Friday 29 March 2024 12:37:51 +0000 (0:00:00.015) 0:01:48.609 ********** 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-ciqw6_68q5/tests/test-verify-volume-mount.yml:38 Friday 29 March 2024 12:37:51 +0000 (0:00:00.019) 0:01:48.628 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:51 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.641 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:63 Friday 29 March 2024 12:37:51 +0000 (0:00:00.013) 0:01:48.655 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:71 Friday 29 March 2024 12:37:51 +0000 (0:00:00.015) 0:01:48.670 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:83 Friday 29 March 2024 12:37:51 +0000 (0:00:00.013) 0:01:48.683 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:95 Friday 29 March 2024 12:37:51 +0000 (0:00:00.013) 0:01:48.696 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:110 Friday 29 March 2024 12:37:51 +0000 (0:00:00.013) 0:01:48.709 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:122 Friday 29 March 2024 12:37:51 +0000 (0:00:00.013) 0:01:48.722 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:128 Friday 29 March 2024 12:37:51 +0000 (0:00:00.037) 0:01:48.760 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:134 Friday 29 March 2024 12:37:51 +0000 (0:00:00.013) 0:01:48.773 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:146 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.786 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:2 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.799 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:40 Friday 29 March 2024 12:37:51 +0000 (0:00:00.026) 0:01:48.825 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:48 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.838 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:58 Friday 29 March 2024 12:37:51 +0000 (0:00:00.019) 0:01:48.858 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:71 Friday 29 March 2024 12:37:51 +0000 (0:00:00.014) 0:01:48.873 ********** 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-ciqw6_68q5/tests/test-verify-volume-fs.yml:3 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.885 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml:12 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.898 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:3 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:48.910 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:9 Friday 29 March 2024 12:37:51 +0000 (0:00:00.216) 0:01:49.127 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:16 Friday 29 March 2024 12:37:51 +0000 (0:00:00.012) 0:01:49.140 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:24 Friday 29 March 2024 12:37:51 +0000 (0:00:00.017) 0:01:49.158 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:30 Friday 29 March 2024 12:37:52 +0000 (0:00:00.011) 0:01:49.169 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:34 Friday 29 March 2024 12:37:52 +0000 (0:00:00.014) 0:01:49.184 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:39 Friday 29 March 2024 12:37:52 +0000 (0:00:00.012) 0:01:49.196 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:3 Friday 29 March 2024 12:37:52 +0000 (0:00:00.009) 0:01:49.206 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 Friday 29 March 2024 12:37:52 +0000 (0:00:00.012) 0:01:49.218 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:17 Friday 29 March 2024 12:37:55 +0000 (0:00:03.152) 0:01:52.371 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:23 Friday 29 March 2024 12:37:55 +0000 (0:00:00.014) 0:01:52.386 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:32 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:52.399 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:45 Friday 29 March 2024 12:37:55 +0000 (0:00:00.011) 0:01:52.411 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:51 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:52.424 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:56 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:52.437 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:69 Friday 29 March 2024 12:37:55 +0000 (0:00:00.010) 0:01:52.448 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:81 Friday 29 March 2024 12:37:55 +0000 (0:00:00.010) 0:01:52.459 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:94 Friday 29 March 2024 12:37:55 +0000 (0:00:00.010) 0:01:52.470 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:106 Friday 29 March 2024 12:37:55 +0000 (0:00:00.019) 0:01:52.489 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:114 Friday 29 March 2024 12:37:55 +0000 (0:00:00.015) 0:01:52.504 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:122 Friday 29 March 2024 12:37:55 +0000 (0:00:00.012) 0:01:52.517 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:131 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:52.530 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:140 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:52.544 ********** 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-ciqw6_68q5/tests/test-verify-volume-md.yml:8 Friday 29 March 2024 12:37:55 +0000 (0:00:00.012) 0:01:52.556 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:14 Friday 29 March 2024 12:37:55 +0000 (0:00:00.015) 0:01:52.572 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:21 Friday 29 March 2024 12:37:55 +0000 (0:00:00.012) 0:01:52.585 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:28 Friday 29 March 2024 12:37:55 +0000 (0:00:00.012) 0:01:52.597 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:35 Friday 29 March 2024 12:37:55 +0000 (0:00:00.012) 0:01:52.610 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:45 Friday 29 March 2024 12:37:55 +0000 (0:00:00.012) 0:01:52.623 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:54 Friday 29 March 2024 12:37:55 +0000 (0:00:00.012) 0:01:52.636 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:63 Friday 29 March 2024 12:37:55 +0000 (0:00:00.014) 0:01:52.651 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:72 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:52.664 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:81 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:52.677 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:3 Friday 29 March 2024 12:37:55 +0000 (0:00:00.012) 0:01:52.690 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:11 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:52.703 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:20 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:52.716 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:28 Friday 29 March 2024 12:37:55 +0000 (0:00:00.014) 0:01:52.731 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:32 Friday 29 March 2024 12:37:55 +0000 (0:00:00.014) 0:01:52.746 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:46 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:52.759 ********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:50 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:52.772 ********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:54 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:52.785 ********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:58 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:52.798 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:68 Friday 29 March 2024 12:37:55 +0000 (0:00:00.014) 0:01:52.813 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:72 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:52.826 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:77 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:52.839 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:83 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:52.852 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:88 Friday 29 March 2024 12:37:55 +0000 (0:00:00.011) 0:01:52.864 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:96 Friday 29 March 2024 12:37:55 +0000 (0:00:00.012) 0:01:52.877 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:104 Friday 29 March 2024 12:37:55 +0000 (0:00:00.014) 0:01:52.891 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:109 Friday 29 March 2024 12:37:55 +0000 (0:00:00.037) 0:01:52.929 ********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:113 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:52.942 ********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:117 Friday 29 March 2024 12:37:55 +0000 (0:00:00.011) 0:01:52.954 ********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:121 Friday 29 March 2024 12:37:55 +0000 (0:00:00.011) 0:01:52.965 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:129 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:52.978 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:138 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:52.991 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:142 Friday 29 March 2024 12:37:55 +0000 (0:00:00.014) 0:01:53.006 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:150 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:53.020 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:156 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:53.033 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:160 Friday 29 March 2024 12:37:55 +0000 (0:00:00.015) 0:01:53.049 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:164 Friday 29 March 2024 12:37:55 +0000 (0:00:00.014) 0:01:53.063 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:5 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:53.076 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:13 Friday 29 March 2024 12:37:55 +0000 (0:00:00.014) 0:01:53.091 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:18 Friday 29 March 2024 12:37:55 +0000 (0:00:00.012) 0:01:53.104 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:27 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:53.117 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:35 Friday 29 March 2024 12:37:55 +0000 (0:00:00.012) 0:01:53.129 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:41 Friday 29 March 2024 12:37:55 +0000 (0:00:00.013) 0:01:53.143 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:47 Friday 29 March 2024 12:37:55 +0000 (0:00:00.012) 0:01:53.156 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:27 Friday 29 March 2024 12:37:56 +0000 (0:00:00.014) 0:01:53.170 ********** 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-ciqw6_68q5/tests/verify-role-results.yml:44 Friday 29 March 2024 12:37:56 +0000 (0:00:00.011) 0:01:53.181 ********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:54 Friday 29 March 2024 12:37:56 +0000 (0:00:00.011) 0:01:53.193 ********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Re-run the previous role invocation to ensure idempotence] *************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/tests_lvm_one_disk_multiple_volumes.yml:96 Friday 29 March 2024 12:37:56 +0000 (0:00:00.011) 0:01:53.205 ********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 29 March 2024 12:37:56 +0000 (0:00:00.029) 0:01:53.235 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 29 March 2024 12:37:56 +0000 (0:00:00.017) 0:01:53.253 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 29 March 2024 12:37:56 +0000 (0:00:00.015) 0:01:53.268 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 29 March 2024 12:37:56 +0000 (0:00:00.035) 0:01:53.303 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 29 March 2024 12:37:56 +0000 (0:00:00.013) 0:01:53.317 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 29 March 2024 12:37:56 +0000 (0:00:00.013) 0:01:53.330 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 29 March 2024 12:37:56 +0000 (0:00:00.012) 0:01:53.342 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 29 March 2024 12:37:56 +0000 (0:00:00.011) 0:01:53.353 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 29 March 2024 12:37:56 +0000 (0:00:00.026) 0:01:53.380 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 29 March 2024 12:37:56 +0000 (0:00:00.012) 0:01:53.392 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "3g" }, { "mount_point": "/opt/test2", "name": "test2", "size": "3g", "state": "absent" }, { "mount_point": "/opt/test3", "name": "test3", "size": "3g", "state": "absent" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 29 March 2024 12:37:56 +0000 (0:00:00.016) 0:01:53.409 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 29 March 2024 12:37:56 +0000 (0:00:00.013) 0:01:53.423 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 29 March 2024 12:37:56 +0000 (0:00:00.014) 0:01:53.437 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 29 March 2024 12:37:56 +0000 (0:00:00.012) 0:01:53.450 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 29 March 2024 12:37:56 +0000 (0:00:00.012) 0:01:53.463 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 29 March 2024 12:37:56 +0000 (0:00:00.014) 0:01:53.477 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 29 March 2024 12:37:56 +0000 (0:00:00.020) 0:01:53.498 ********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 29 March 2024 12:37:56 +0000 (0:00:00.011) 0:01:53.509 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "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", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 29 March 2024 12:37:58 +0000 (0:00:02.173) 0:01:55.683 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 29 March 2024 12:37:58 +0000 (0:00:00.013) 0:01:55.696 ********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 29 March 2024 12:37:58 +0000 (0:00:00.011) 0:01:55.708 ********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "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", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 29 March 2024 12:37:58 +0000 (0:00:00.016) 0:01:55.725 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 29 March 2024 12:37:58 +0000 (0:00:00.016) 0:01:55.742 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 29 March 2024 12:37:58 +0000 (0:00:00.015) 0:01:55.757 ********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 29 March 2024 12:37:58 +0000 (0:00:00.038) 0:01:55.796 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 29 March 2024 12:37:59 +0000 (0:00:01.015) 0:01:56.811 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 29 March 2024 12:37:59 +0000 (0:00:00.229) 0:01:57.041 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 29 March 2024 12:37:59 +0000 (0:00:00.017) 0:01:57.058 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 29 March 2024 12:38:00 +0000 (0:00:01.025) 0:01:58.084 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711715779.9976492, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709715077.4392698, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1709714569.0992696, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1872451057", "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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 29 March 2024 12:38:01 +0000 (0:00:00.227) 0:01:58.311 ********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 29 March 2024 12:38:01 +0000 (0:00:00.012) 0:01:58.323 ********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/tests_lvm_one_disk_multiple_volumes.yml:116 Friday 29 March 2024 12:38:02 +0000 (0:00:00.848) 0:01:59.172 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:2 Friday 29 March 2024 12:38:02 +0000 (0:00:00.025) 0:01:59.198 ********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:7 Friday 29 March 2024 12:38:02 +0000 (0:00:00.019) 0:01:59.218 ********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:15 Friday 29 March 2024 12:38:02 +0000 (0:00:00.012) 0:01:59.231 ********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "ee77d930-46ac-4284-a79a-e06653b2b3b6" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "pniFY1-H4yV-lmcd-V30h-uiqG-utds-gjrLaM" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "ext4", "label": "", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "7edc224a-9332-4cda-9c64-11dd8d1c6cdc" }, "/dev/zram0": { "fstype": "", "label": "", "name": "/dev/zram0", "size": "3.6G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:20 Friday 29 March 2024 12:38:02 +0000 (0:00:00.227) 0:01:59.458 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003787", "end": "2024-03-29 12:38:02.487691", "rc": 0, "start": "2024-03-29 12:38:02.483904" } STDOUT: # # /etc/fstab # Created by anaconda on Wed Mar 6 08:42:49 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=7edc224a-9332-4cda-9c64-11dd8d1c6cdc / ext4 defaults 1 1 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-ciqw6_68q5/tests/verify-role-results.yml:25 Friday 29 March 2024 12:38:02 +0000 (0:00:00.221) 0:01:59.680 ********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003646", "end": "2024-03-29 12:38:02.713797", "failed_when_result": false, "rc": 0, "start": "2024-03-29 12:38:02.710151" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:34 Friday 29 March 2024 12:38:02 +0000 (0:00:00.225) 0:01:59.905 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml:5 Friday 29 March 2024 12:38:02 +0000 (0:00:00.029) 0:01:59.935 ********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml:18 Friday 29 March 2024 12:38:02 +0000 (0:00:00.011) 0:01:59.947 ********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.035679", "end": "2024-03-29 12:38:03.013802", "rc": 0, "start": "2024-03-29 12:38:02.978123" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml:24 Friday 29 March 2024 12:38:03 +0000 (0:00:00.257) 0:02:00.205 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool.yml:34 Friday 29 March 2024 12:38:03 +0000 (0:00:00.018) 0:02:00.223 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:2 Friday 29 March 2024 12:38:03 +0000 (0:00:00.027) 0:02:00.250 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:13 Friday 29 March 2024 12:38:03 +0000 (0:00:00.018) 0:02:00.269 ********** 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-ciqw6_68q5/tests/test-verify-pool-members.yml:22 Friday 29 March 2024 12:38:03 +0000 (0:00:00.216) 0:02:00.486 ********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:27 Friday 29 March 2024 12:38:03 +0000 (0:00:00.015) 0:02:00.501 ********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:33 Friday 29 March 2024 12:38:03 +0000 (0:00:00.016) 0:02:00.518 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:42 Friday 29 March 2024 12:38:03 +0000 (0:00:00.017) 0:02:00.535 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:48 Friday 29 March 2024 12:38:03 +0000 (0:00:00.015) 0:02:00.551 ********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:54 Friday 29 March 2024 12:38:03 +0000 (0:00:00.015) 0:02:00.567 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:59 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.579 ********** 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-ciqw6_68q5/tests/test-verify-pool-members.yml:73 Friday 29 March 2024 12:38:03 +0000 (0:00:00.023) 0:02:00.603 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:8 Friday 29 March 2024 12:38:03 +0000 (0:00:00.022) 0:02:00.626 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:14 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.639 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:21 Friday 29 March 2024 12:38:03 +0000 (0:00:00.013) 0:02:00.653 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:28 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.665 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:35 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.678 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:45 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.691 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:54 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.704 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:64 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.717 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:74 Friday 29 March 2024 12:38:03 +0000 (0:00:00.013) 0:02:00.731 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:85 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.743 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-md.yml:95 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.756 ********** 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-ciqw6_68q5/tests/test-verify-pool-members.yml:76 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.768 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-lvmraid.yml:2 Friday 29 March 2024 12:38:03 +0000 (0:00:00.023) 0:02:00.792 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:8 Friday 29 March 2024 12:38:03 +0000 (0:00:00.039) 0:02:00.832 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:16 Friday 29 March 2024 12:38:03 +0000 (0:00:00.013) 0:02:00.845 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:21 Friday 29 March 2024 12:38:03 +0000 (0:00:00.013) 0:02:00.858 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:29 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.871 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:34 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.883 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:40 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.896 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:46 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.908 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:8 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.921 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:16 Friday 29 March 2024 12:38:03 +0000 (0:00:00.014) 0:02:00.935 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:21 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.948 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:29 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.961 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:34 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.973 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:40 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.986 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:46 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:00.998 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:8 Friday 29 March 2024 12:38:03 +0000 (0:00:00.014) 0:02:01.013 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:16 Friday 29 March 2024 12:38:03 +0000 (0:00:00.013) 0:02:01.026 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:21 Friday 29 March 2024 12:38:03 +0000 (0:00:00.013) 0:02:01.040 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:29 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:01.052 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:34 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:01.065 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:40 Friday 29 March 2024 12:38:03 +0000 (0:00:00.013) 0:02:01.078 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-lvmraid.yml:46 Friday 29 March 2024 12:38:03 +0000 (0:00:00.014) 0:02:01.093 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:79 Friday 29 March 2024 12:38:03 +0000 (0:00:00.012) 0:02:01.106 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-thin.yml:2 Friday 29 March 2024 12:38:03 +0000 (0:00:00.024) 0:02:01.131 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:8 Friday 29 March 2024 12:38:04 +0000 (0:00:00.068) 0:02:01.199 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:16 Friday 29 March 2024 12:38:04 +0000 (0:00:00.013) 0:02:01.212 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:23 Friday 29 March 2024 12:38:04 +0000 (0:00:00.013) 0:02:01.225 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:27 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.238 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:8 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.251 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:16 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.264 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:23 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.277 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:27 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.290 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:8 Friday 29 March 2024 12:38:04 +0000 (0:00:00.013) 0:02:01.303 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:16 Friday 29 March 2024 12:38:04 +0000 (0:00:00.013) 0:02:01.316 ********** 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-ciqw6_68q5/tests/verify-pool-member-thin.yml:23 Friday 29 March 2024 12:38:04 +0000 (0:00:00.015) 0:02:01.331 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-thin.yml:27 Friday 29 March 2024 12:38:04 +0000 (0:00:00.013) 0:02:01.344 ********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:82 Friday 29 March 2024 12:38:04 +0000 (0:00:00.011) 0:02:01.356 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-encryption.yml:5 Friday 29 March 2024 12:38:04 +0000 (0:00:00.025) 0:02:01.382 ********** 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-ciqw6_68q5/tests/verify-pool-members-encryption.yml:13 Friday 29 March 2024 12:38:04 +0000 (0:00:00.016) 0:02:01.398 ********** 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-ciqw6_68q5/tests/verify-pool-members-encryption.yml:20 Friday 29 March 2024 12:38:04 +0000 (0:00:00.015) 0:02:01.413 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:2 Friday 29 March 2024 12:38:04 +0000 (0:00:00.023) 0:02:01.436 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:9 Friday 29 March 2024 12:38:04 +0000 (0:00:00.015) 0:02:01.451 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:18 Friday 29 March 2024 12:38:04 +0000 (0:00:00.015) 0:02:01.467 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:27 Friday 29 March 2024 12:38:04 +0000 (0:00:00.014) 0:02:01.481 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:37 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.494 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-crypttab.yml:47 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.507 ********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-encryption.yml:27 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.519 ********** 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-ciqw6_68q5/tests/test-verify-pool-members.yml:85 Friday 29 March 2024 12:38:04 +0000 (0:00:00.013) 0:02:01.533 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-members-vdo.yml:2 Friday 29 March 2024 12:38:04 +0000 (0:00:00.028) 0:02:01.561 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:9 Friday 29 March 2024 12:38:04 +0000 (0:00:00.039) 0:02:01.600 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:16 Friday 29 March 2024 12:38:04 +0000 (0:00:00.013) 0:02:01.613 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:22 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.626 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:28 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.638 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:35 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.651 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:41 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.664 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:47 Friday 29 March 2024 12:38:04 +0000 (0:00:00.014) 0:02:01.678 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:9 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.691 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:16 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.704 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:22 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.717 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:28 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.730 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:35 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.742 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:41 Friday 29 March 2024 12:38:04 +0000 (0:00:00.014) 0:02:01.757 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:47 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.770 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:9 Friday 29 March 2024 12:38:04 +0000 (0:00:00.013) 0:02:01.783 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:16 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.796 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:22 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.808 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:28 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.821 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:35 Friday 29 March 2024 12:38:04 +0000 (0:00:00.014) 0:02:01.836 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:41 Friday 29 March 2024 12:38:04 +0000 (0:00:00.013) 0:02:01.849 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-pool-member-vdo.yml:47 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:01.862 ********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-pool-members.yml:88 Friday 29 March 2024 12:38:04 +0000 (0:00:00.011) 0:02:01.873 ********** 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-ciqw6_68q5/tests/test-verify-pool-volumes.yml:3 Friday 29 March 2024 12:38:04 +0000 (0:00:00.011) 0:02:01.885 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:2 Friday 29 March 2024 12:38:04 +0000 (0:00:00.033) 0:02:01.918 ********** 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-ciqw6_68q5/tests/test-verify-volume.yml:21 Friday 29 March 2024 12:38:04 +0000 (0:00:00.016) 0:02:01.935 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:7 Friday 29 March 2024 12:38:04 +0000 (0:00:00.087) 0:02:02.022 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:16 Friday 29 March 2024 12:38:04 +0000 (0:00:00.015) 0:02:02.038 ********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "ee77d930-46ac-4284-a79a-e06653b2b3b6" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 756419, "block_size": 4096, "block_total": 770048, "block_used": 13629, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 1572861, "inode_total": 1572864, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 3098292224, "size_total": 3154116608, "uuid": "ee77d930-46ac-4284-a79a-e06653b2b3b6" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:38 Friday 29 March 2024 12:38:04 +0000 (0:00:00.019) 0:02:02.057 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:51 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:02.070 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:63 Friday 29 March 2024 12:38:04 +0000 (0:00:00.016) 0:02:02.087 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:71 Friday 29 March 2024 12:38:04 +0000 (0:00:00.015) 0:02:02.102 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:83 Friday 29 March 2024 12:38:04 +0000 (0:00:00.014) 0:02:02.117 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:95 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:02.130 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:110 Friday 29 March 2024 12:38:04 +0000 (0:00:00.012) 0:02:02.143 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:122 Friday 29 March 2024 12:38:04 +0000 (0:00:00.016) 0:02:02.159 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:128 Friday 29 March 2024 12:38:05 +0000 (0:00:00.013) 0:02:02.173 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:134 Friday 29 March 2024 12:38:05 +0000 (0:00:00.013) 0:02:02.186 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:146 Friday 29 March 2024 12:38:05 +0000 (0:00:00.014) 0:02:02.201 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:2 Friday 29 March 2024 12:38:05 +0000 (0:00:00.012) 0:02:02.214 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:40 Friday 29 March 2024 12:38:05 +0000 (0:00:00.026) 0:02:02.240 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:48 Friday 29 March 2024 12:38:05 +0000 (0:00:00.016) 0:02:02.257 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:58 Friday 29 March 2024 12:38:05 +0000 (0:00:00.016) 0:02:02.274 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:71 Friday 29 March 2024 12:38:05 +0000 (0:00:00.013) 0:02:02.287 ********** 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-ciqw6_68q5/tests/test-verify-volume-fs.yml:3 Friday 29 March 2024 12:38:05 +0000 (0:00:00.013) 0:02:02.301 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml:12 Friday 29 March 2024 12:38:05 +0000 (0:00:00.017) 0:02:02.318 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:3 Friday 29 March 2024 12:38:05 +0000 (0:00:00.018) 0:02:02.337 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711715843.1607575, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711715788.2016633, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 812, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1711715788.2016633, "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-ciqw6_68q5/tests/test-verify-volume-device.yml:9 Friday 29 March 2024 12:38:05 +0000 (0:00:00.233) 0:02:02.571 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:16 Friday 29 March 2024 12:38:05 +0000 (0:00:00.017) 0:02:02.589 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:24 Friday 29 March 2024 12:38:05 +0000 (0:00:00.013) 0:02:02.602 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:30 Friday 29 March 2024 12:38:05 +0000 (0:00:00.015) 0:02:02.618 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:34 Friday 29 March 2024 12:38:05 +0000 (0:00:00.014) 0:02:02.632 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:39 Friday 29 March 2024 12:38:05 +0000 (0:00:00.014) 0:02:02.646 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:3 Friday 29 March 2024 12:38:05 +0000 (0:00:00.015) 0:02:02.662 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 Friday 29 March 2024 12:38:05 +0000 (0:00:00.013) 0:02:02.675 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:17 Friday 29 March 2024 12:38:08 +0000 (0:00:02.699) 0:02:05.374 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:23 Friday 29 March 2024 12:38:08 +0000 (0:00:00.013) 0:02:05.387 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:32 Friday 29 March 2024 12:38:08 +0000 (0:00:00.012) 0:02:05.400 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:45 Friday 29 March 2024 12:38:08 +0000 (0:00:00.017) 0:02:05.418 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:51 Friday 29 March 2024 12:38:08 +0000 (0:00:00.013) 0:02:05.431 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:56 Friday 29 March 2024 12:38:08 +0000 (0:00:00.013) 0:02:05.444 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:69 Friday 29 March 2024 12:38:08 +0000 (0:00:00.012) 0:02:05.457 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:81 Friday 29 March 2024 12:38:08 +0000 (0:00:00.037) 0:02:05.495 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:94 Friday 29 March 2024 12:38:08 +0000 (0:00:00.013) 0:02:05.509 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:106 Friday 29 March 2024 12:38:08 +0000 (0:00:00.016) 0:02:05.525 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:114 Friday 29 March 2024 12:38:08 +0000 (0:00:00.016) 0:02:05.542 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:122 Friday 29 March 2024 12:38:08 +0000 (0:00:00.012) 0:02:05.554 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:131 Friday 29 March 2024 12:38:08 +0000 (0:00:00.012) 0:02:05.567 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:140 Friday 29 March 2024 12:38:08 +0000 (0:00:00.014) 0:02:05.581 ********** 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-ciqw6_68q5/tests/test-verify-volume-md.yml:8 Friday 29 March 2024 12:38:08 +0000 (0:00:00.013) 0:02:05.594 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:14 Friday 29 March 2024 12:38:08 +0000 (0:00:00.012) 0:02:05.607 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:21 Friday 29 March 2024 12:38:08 +0000 (0:00:00.012) 0:02:05.620 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:28 Friday 29 March 2024 12:38:08 +0000 (0:00:00.013) 0:02:05.633 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:35 Friday 29 March 2024 12:38:08 +0000 (0:00:00.013) 0:02:05.647 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:45 Friday 29 March 2024 12:38:08 +0000 (0:00:00.014) 0:02:05.661 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:54 Friday 29 March 2024 12:38:08 +0000 (0:00:00.013) 0:02:05.674 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:63 Friday 29 March 2024 12:38:08 +0000 (0:00:00.012) 0:02:05.687 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:72 Friday 29 March 2024 12:38:08 +0000 (0:00:00.012) 0:02:05.700 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:81 Friday 29 March 2024 12:38:08 +0000 (0:00:00.012) 0:02:05.712 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:3 Friday 29 March 2024 12:38:08 +0000 (0:00:00.012) 0:02:05.725 ********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:11 Friday 29 March 2024 12:38:08 +0000 (0:00:00.218) 0:02:05.944 ********** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:20 Friday 29 March 2024 12:38:09 +0000 (0:00:00.221) 0:02:06.166 ********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:28 Friday 29 March 2024 12:38:09 +0000 (0:00:00.018) 0:02:06.184 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:32 Friday 29 March 2024 12:38:09 +0000 (0:00:00.014) 0:02:06.198 ********** ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:46 Friday 29 March 2024 12:38:09 +0000 (0:00:00.218) 0:02:06.417 ********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:50 Friday 29 March 2024 12:38:09 +0000 (0:00:00.015) 0:02:06.432 ********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:54 Friday 29 March 2024 12:38:09 +0000 (0:00:00.015) 0:02:06.448 ********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:58 Friday 29 March 2024 12:38:09 +0000 (0:00:00.014) 0:02:06.462 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:68 Friday 29 March 2024 12:38:09 +0000 (0:00:00.018) 0:02:06.481 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:72 Friday 29 March 2024 12:38:09 +0000 (0:00:00.013) 0:02:06.494 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:77 Friday 29 March 2024 12:38:09 +0000 (0:00:00.013) 0:02:06.507 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:83 Friday 29 March 2024 12:38:09 +0000 (0:00:00.013) 0:02:06.520 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:88 Friday 29 March 2024 12:38:09 +0000 (0:00:00.012) 0:02:06.533 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:96 Friday 29 March 2024 12:38:09 +0000 (0:00:00.013) 0:02:06.546 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:104 Friday 29 March 2024 12:38:09 +0000 (0:00:00.014) 0:02:06.560 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:109 Friday 29 March 2024 12:38:09 +0000 (0:00:00.012) 0:02:06.573 ********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:113 Friday 29 March 2024 12:38:09 +0000 (0:00:00.012) 0:02:06.586 ********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:117 Friday 29 March 2024 12:38:09 +0000 (0:00:00.012) 0:02:06.598 ********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:121 Friday 29 March 2024 12:38:09 +0000 (0:00:00.013) 0:02:06.612 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:129 Friday 29 March 2024 12:38:09 +0000 (0:00:00.013) 0:02:06.625 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:138 Friday 29 March 2024 12:38:09 +0000 (0:00:00.015) 0:02:06.640 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:142 Friday 29 March 2024 12:38:09 +0000 (0:00:00.013) 0:02:06.653 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:150 Friday 29 March 2024 12:38:09 +0000 (0:00:00.013) 0:02:06.666 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:156 Friday 29 March 2024 12:38:09 +0000 (0:00:00.013) 0:02:06.679 ********** ok: [sut] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:160 Friday 29 March 2024 12:38:09 +0000 (0:00:00.014) 0:02:06.694 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:164 Friday 29 March 2024 12:38:09 +0000 (0:00:00.014) 0:02:06.708 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:5 Friday 29 March 2024 12:38:09 +0000 (0:00:00.022) 0:02:06.730 ********** 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.038098", "end": "2024-03-29 12:38:09.795729", "rc": 0, "start": "2024-03-29 12:38:09.757631" } 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-ciqw6_68q5/tests/test-verify-volume-cache.yml:13 Friday 29 March 2024 12:38:09 +0000 (0:00:00.257) 0:02:06.988 ********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:18 Friday 29 March 2024 12:38:09 +0000 (0:00:00.016) 0:02:07.004 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:27 Friday 29 March 2024 12:38:09 +0000 (0:00:00.017) 0:02:07.022 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:35 Friday 29 March 2024 12:38:09 +0000 (0:00:00.013) 0:02:07.035 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:41 Friday 29 March 2024 12:38:09 +0000 (0:00:00.013) 0:02:07.049 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:47 Friday 29 March 2024 12:38:09 +0000 (0:00:00.013) 0:02:07.063 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:27 Friday 29 March 2024 12:38:09 +0000 (0:00:00.013) 0:02:07.077 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:2 Friday 29 March 2024 12:38:09 +0000 (0:00:00.013) 0:02:07.090 ********** 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-ciqw6_68q5/tests/test-verify-volume.yml:21 Friday 29 March 2024 12:38:09 +0000 (0:00:00.016) 0:02:07.106 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:7 Friday 29 March 2024 12:38:09 +0000 (0:00:00.056) 0:02:07.163 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:16 Friday 29 March 2024 12:38:10 +0000 (0:00:00.015) 0:02:07.178 ********** 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-ciqw6_68q5/tests/test-verify-volume-mount.yml:38 Friday 29 March 2024 12:38:10 +0000 (0:00:00.049) 0:02:07.227 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:51 Friday 29 March 2024 12:38:10 +0000 (0:00:00.014) 0:02:07.242 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:63 Friday 29 March 2024 12:38:10 +0000 (0:00:00.014) 0:02:07.256 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:71 Friday 29 March 2024 12:38:10 +0000 (0:00:00.015) 0:02:07.271 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:83 Friday 29 March 2024 12:38:10 +0000 (0:00:00.012) 0:02:07.284 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:95 Friday 29 March 2024 12:38:10 +0000 (0:00:00.012) 0:02:07.297 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:110 Friday 29 March 2024 12:38:10 +0000 (0:00:00.014) 0:02:07.312 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:122 Friday 29 March 2024 12:38:10 +0000 (0:00:00.012) 0:02:07.324 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:128 Friday 29 March 2024 12:38:10 +0000 (0:00:00.012) 0:02:07.337 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:134 Friday 29 March 2024 12:38:10 +0000 (0:00:00.012) 0:02:07.350 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:146 Friday 29 March 2024 12:38:10 +0000 (0:00:00.012) 0:02:07.362 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:2 Friday 29 March 2024 12:38:10 +0000 (0:00:00.011) 0:02:07.374 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:40 Friday 29 March 2024 12:38:10 +0000 (0:00:00.028) 0:02:07.403 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:48 Friday 29 March 2024 12:38:10 +0000 (0:00:00.013) 0:02:07.416 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:58 Friday 29 March 2024 12:38:10 +0000 (0:00:00.015) 0:02:07.431 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:71 Friday 29 March 2024 12:38:10 +0000 (0:00:00.013) 0:02:07.444 ********** 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-ciqw6_68q5/tests/test-verify-volume-fs.yml:3 Friday 29 March 2024 12:38:10 +0000 (0:00:00.013) 0:02:07.457 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml:12 Friday 29 March 2024 12:38:10 +0000 (0:00:00.013) 0:02:07.470 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:3 Friday 29 March 2024 12:38:10 +0000 (0:00:00.014) 0:02:07.485 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:9 Friday 29 March 2024 12:38:10 +0000 (0:00:00.217) 0:02:07.703 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:16 Friday 29 March 2024 12:38:10 +0000 (0:00:00.014) 0:02:07.717 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:24 Friday 29 March 2024 12:38:10 +0000 (0:00:00.019) 0:02:07.736 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:30 Friday 29 March 2024 12:38:10 +0000 (0:00:00.010) 0:02:07.747 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:34 Friday 29 March 2024 12:38:10 +0000 (0:00:00.014) 0:02:07.761 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:39 Friday 29 March 2024 12:38:10 +0000 (0:00:00.013) 0:02:07.774 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:3 Friday 29 March 2024 12:38:10 +0000 (0:00:00.010) 0:02:07.785 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 Friday 29 March 2024 12:38:10 +0000 (0:00:00.012) 0:02:07.798 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:17 Friday 29 March 2024 12:38:13 +0000 (0:00:02.704) 0:02:10.503 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:23 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:10.515 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:32 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:10.528 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:45 Friday 29 March 2024 12:38:13 +0000 (0:00:00.010) 0:02:10.538 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:51 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:10.551 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:56 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:10.564 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:69 Friday 29 March 2024 12:38:13 +0000 (0:00:00.009) 0:02:10.574 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:81 Friday 29 March 2024 12:38:13 +0000 (0:00:00.009) 0:02:10.583 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:94 Friday 29 March 2024 12:38:13 +0000 (0:00:00.009) 0:02:10.592 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:106 Friday 29 March 2024 12:38:13 +0000 (0:00:00.019) 0:02:10.612 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:114 Friday 29 March 2024 12:38:13 +0000 (0:00:00.016) 0:02:10.628 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:122 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:10.641 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:131 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:10.654 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:140 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:10.667 ********** 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-ciqw6_68q5/tests/test-verify-volume-md.yml:8 Friday 29 March 2024 12:38:13 +0000 (0:00:00.013) 0:02:10.680 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:14 Friday 29 March 2024 12:38:13 +0000 (0:00:00.014) 0:02:10.695 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:21 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:10.708 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:28 Friday 29 March 2024 12:38:13 +0000 (0:00:00.013) 0:02:10.721 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:35 Friday 29 March 2024 12:38:13 +0000 (0:00:00.013) 0:02:10.735 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:45 Friday 29 March 2024 12:38:13 +0000 (0:00:00.013) 0:02:10.748 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:54 Friday 29 March 2024 12:38:13 +0000 (0:00:00.013) 0:02:10.761 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:63 Friday 29 March 2024 12:38:13 +0000 (0:00:00.015) 0:02:10.776 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:72 Friday 29 March 2024 12:38:13 +0000 (0:00:00.013) 0:02:10.790 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:81 Friday 29 March 2024 12:38:13 +0000 (0:00:00.013) 0:02:10.803 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:3 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:10.816 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:11 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:10.828 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:20 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:10.841 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:28 Friday 29 March 2024 12:38:13 +0000 (0:00:00.014) 0:02:10.856 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:32 Friday 29 March 2024 12:38:13 +0000 (0:00:00.014) 0:02:10.870 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:46 Friday 29 March 2024 12:38:13 +0000 (0:00:00.013) 0:02:10.883 ********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:50 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:10.896 ********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:54 Friday 29 March 2024 12:38:13 +0000 (0:00:00.011) 0:02:10.908 ********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:58 Friday 29 March 2024 12:38:13 +0000 (0:00:00.011) 0:02:10.920 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:68 Friday 29 March 2024 12:38:13 +0000 (0:00:00.013) 0:02:10.934 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:72 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:10.946 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:77 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:10.959 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:83 Friday 29 March 2024 12:38:13 +0000 (0:00:00.013) 0:02:10.973 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:88 Friday 29 March 2024 12:38:13 +0000 (0:00:00.013) 0:02:10.986 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:96 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:10.999 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:104 Friday 29 March 2024 12:38:13 +0000 (0:00:00.035) 0:02:11.034 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:109 Friday 29 March 2024 12:38:13 +0000 (0:00:00.013) 0:02:11.048 ********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:113 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:11.061 ********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:117 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:11.074 ********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:121 Friday 29 March 2024 12:38:13 +0000 (0:00:00.013) 0:02:11.087 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:129 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:11.099 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:138 Friday 29 March 2024 12:38:13 +0000 (0:00:00.014) 0:02:11.114 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:142 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:11.127 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:150 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:11.140 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:156 Friday 29 March 2024 12:38:13 +0000 (0:00:00.012) 0:02:11.153 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:160 Friday 29 March 2024 12:38:14 +0000 (0:00:00.013) 0:02:11.167 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:164 Friday 29 March 2024 12:38:14 +0000 (0:00:00.013) 0:02:11.180 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:5 Friday 29 March 2024 12:38:14 +0000 (0:00:00.014) 0:02:11.195 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:13 Friday 29 March 2024 12:38:14 +0000 (0:00:00.013) 0:02:11.208 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:18 Friday 29 March 2024 12:38:14 +0000 (0:00:00.013) 0:02:11.221 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:27 Friday 29 March 2024 12:38:14 +0000 (0:00:00.013) 0:02:11.234 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:35 Friday 29 March 2024 12:38:14 +0000 (0:00:00.012) 0:02:11.247 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:41 Friday 29 March 2024 12:38:14 +0000 (0:00:00.012) 0:02:11.260 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:47 Friday 29 March 2024 12:38:14 +0000 (0:00:00.014) 0:02:11.274 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:27 Friday 29 March 2024 12:38:14 +0000 (0:00:00.012) 0:02:11.287 ********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:2 Friday 29 March 2024 12:38:14 +0000 (0:00:00.011) 0:02:11.299 ********** 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-ciqw6_68q5/tests/test-verify-volume.yml:21 Friday 29 March 2024 12:38:14 +0000 (0:00:00.015) 0:02:11.315 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:7 Friday 29 March 2024 12:38:14 +0000 (0:00:00.057) 0:02:11.373 ********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:16 Friday 29 March 2024 12:38:14 +0000 (0:00:00.015) 0:02:11.388 ********** 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-ciqw6_68q5/tests/test-verify-volume-mount.yml:38 Friday 29 March 2024 12:38:14 +0000 (0:00:00.019) 0:02:11.408 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:51 Friday 29 March 2024 12:38:14 +0000 (0:00:00.012) 0:02:11.420 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:63 Friday 29 March 2024 12:38:14 +0000 (0:00:00.012) 0:02:11.433 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:71 Friday 29 March 2024 12:38:14 +0000 (0:00:00.014) 0:02:11.448 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:83 Friday 29 March 2024 12:38:14 +0000 (0:00:00.015) 0:02:11.463 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:95 Friday 29 March 2024 12:38:14 +0000 (0:00:00.013) 0:02:11.476 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:110 Friday 29 March 2024 12:38:14 +0000 (0:00:00.014) 0:02:11.491 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:122 Friday 29 March 2024 12:38:14 +0000 (0:00:00.013) 0:02:11.504 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:128 Friday 29 March 2024 12:38:14 +0000 (0:00:00.013) 0:02:11.518 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:134 Friday 29 March 2024 12:38:14 +0000 (0:00:00.012) 0:02:11.530 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-mount.yml:146 Friday 29 March 2024 12:38:14 +0000 (0:00:00.015) 0:02:11.545 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:2 Friday 29 March 2024 12:38:14 +0000 (0:00:00.013) 0:02:11.559 ********** 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-ciqw6_68q5/tests/test-verify-volume-fstab.yml:40 Friday 29 March 2024 12:38:14 +0000 (0:00:00.026) 0:02:11.585 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:48 Friday 29 March 2024 12:38:14 +0000 (0:00:00.013) 0:02:11.598 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:58 Friday 29 March 2024 12:38:14 +0000 (0:00:00.016) 0:02:11.614 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fstab.yml:71 Friday 29 March 2024 12:38:14 +0000 (0:00:00.012) 0:02:11.627 ********** 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-ciqw6_68q5/tests/test-verify-volume-fs.yml:3 Friday 29 March 2024 12:38:14 +0000 (0:00:00.013) 0:02:11.641 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-fs.yml:12 Friday 29 March 2024 12:38:14 +0000 (0:00:00.012) 0:02:11.654 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:3 Friday 29 March 2024 12:38:14 +0000 (0:00:00.012) 0:02:11.667 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:9 Friday 29 March 2024 12:38:14 +0000 (0:00:00.218) 0:02:11.885 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:16 Friday 29 March 2024 12:38:14 +0000 (0:00:00.013) 0:02:11.898 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:24 Friday 29 March 2024 12:38:14 +0000 (0:00:00.016) 0:02:11.915 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:30 Friday 29 March 2024 12:38:14 +0000 (0:00:00.010) 0:02:11.926 ********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:34 Friday 29 March 2024 12:38:14 +0000 (0:00:00.013) 0:02:11.939 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-device.yml:39 Friday 29 March 2024 12:38:14 +0000 (0:00:00.013) 0:02:11.953 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:3 Friday 29 March 2024 12:38:14 +0000 (0:00:00.010) 0:02:11.963 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 Friday 29 March 2024 12:38:14 +0000 (0:00:00.012) 0:02:11.976 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:17 Friday 29 March 2024 12:38:17 +0000 (0:00:02.703) 0:02:14.680 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:23 Friday 29 March 2024 12:38:17 +0000 (0:00:00.013) 0:02:14.693 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:32 Friday 29 March 2024 12:38:17 +0000 (0:00:00.012) 0:02:14.706 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:45 Friday 29 March 2024 12:38:17 +0000 (0:00:00.009) 0:02:14.716 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:51 Friday 29 March 2024 12:38:17 +0000 (0:00:00.012) 0:02:14.729 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:56 Friday 29 March 2024 12:38:17 +0000 (0:00:00.012) 0:02:14.741 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:69 Friday 29 March 2024 12:38:17 +0000 (0:00:00.009) 0:02:14.750 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:81 Friday 29 March 2024 12:38:17 +0000 (0:00:00.011) 0:02:14.762 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:94 Friday 29 March 2024 12:38:17 +0000 (0:00:00.010) 0:02:14.772 ********** 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-ciqw6_68q5/tests/test-verify-volume-encryption.yml:106 Friday 29 March 2024 12:38:17 +0000 (0:00:00.016) 0:02:14.788 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:114 Friday 29 March 2024 12:38:17 +0000 (0:00:00.014) 0:02:14.803 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:122 Friday 29 March 2024 12:38:17 +0000 (0:00:00.012) 0:02:14.816 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:131 Friday 29 March 2024 12:38:17 +0000 (0:00:00.012) 0:02:14.828 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:140 Friday 29 March 2024 12:38:17 +0000 (0:00:00.013) 0:02:14.842 ********** 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-ciqw6_68q5/tests/test-verify-volume-md.yml:8 Friday 29 March 2024 12:38:17 +0000 (0:00:00.011) 0:02:14.854 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:14 Friday 29 March 2024 12:38:17 +0000 (0:00:00.012) 0:02:14.867 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:21 Friday 29 March 2024 12:38:17 +0000 (0:00:00.012) 0:02:14.880 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:28 Friday 29 March 2024 12:38:17 +0000 (0:00:00.012) 0:02:14.892 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:35 Friday 29 March 2024 12:38:17 +0000 (0:00:00.012) 0:02:14.905 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:45 Friday 29 March 2024 12:38:17 +0000 (0:00:00.013) 0:02:14.919 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:54 Friday 29 March 2024 12:38:17 +0000 (0:00:00.012) 0:02:14.931 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:63 Friday 29 March 2024 12:38:17 +0000 (0:00:00.013) 0:02:14.944 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:72 Friday 29 March 2024 12:38:17 +0000 (0:00:00.013) 0:02:14.957 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-md.yml:81 Friday 29 March 2024 12:38:17 +0000 (0:00:00.012) 0:02:14.970 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:3 Friday 29 March 2024 12:38:17 +0000 (0:00:00.012) 0:02:14.983 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:11 Friday 29 March 2024 12:38:17 +0000 (0:00:00.014) 0:02:14.997 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:20 Friday 29 March 2024 12:38:17 +0000 (0:00:00.012) 0:02:15.010 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:28 Friday 29 March 2024 12:38:17 +0000 (0:00:00.012) 0:02:15.023 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:32 Friday 29 March 2024 12:38:17 +0000 (0:00:00.012) 0:02:15.035 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:46 Friday 29 March 2024 12:38:17 +0000 (0:00:00.011) 0:02:15.047 ********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:50 Friday 29 March 2024 12:38:17 +0000 (0:00:00.011) 0:02:15.059 ********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:54 Friday 29 March 2024 12:38:17 +0000 (0:00:00.014) 0:02:15.074 ********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:58 Friday 29 March 2024 12:38:17 +0000 (0:00:00.013) 0:02:15.087 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:68 Friday 29 March 2024 12:38:17 +0000 (0:00:00.012) 0:02:15.100 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:72 Friday 29 March 2024 12:38:17 +0000 (0:00:00.012) 0:02:15.113 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:77 Friday 29 March 2024 12:38:17 +0000 (0:00:00.013) 0:02:15.126 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:83 Friday 29 March 2024 12:38:17 +0000 (0:00:00.013) 0:02:15.139 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:88 Friday 29 March 2024 12:38:17 +0000 (0:00:00.014) 0:02:15.154 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:96 Friday 29 March 2024 12:38:18 +0000 (0:00:00.013) 0:02:15.167 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:104 Friday 29 March 2024 12:38:18 +0000 (0:00:00.013) 0:02:15.180 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:109 Friday 29 March 2024 12:38:18 +0000 (0:00:00.012) 0:02:15.193 ********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:113 Friday 29 March 2024 12:38:18 +0000 (0:00:00.012) 0:02:15.206 ********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:117 Friday 29 March 2024 12:38:18 +0000 (0:00:00.012) 0:02:15.218 ********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:121 Friday 29 March 2024 12:38:18 +0000 (0:00:00.013) 0:02:15.231 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:129 Friday 29 March 2024 12:38:18 +0000 (0:00:00.012) 0:02:15.244 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:138 Friday 29 March 2024 12:38:18 +0000 (0:00:00.012) 0:02:15.257 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:142 Friday 29 March 2024 12:38:18 +0000 (0:00:00.012) 0:02:15.270 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:150 Friday 29 March 2024 12:38:18 +0000 (0:00:00.011) 0:02:15.281 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:156 Friday 29 March 2024 12:38:18 +0000 (0:00:00.012) 0:02:15.294 ********** 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-ciqw6_68q5/tests/test-verify-volume-size.yml:160 Friday 29 March 2024 12:38:18 +0000 (0:00:00.015) 0:02:15.310 ********** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-size.yml:164 Friday 29 March 2024 12:38:18 +0000 (0:00:00.039) 0:02:15.350 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:5 Friday 29 March 2024 12:38:18 +0000 (0:00:00.013) 0:02:15.363 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:13 Friday 29 March 2024 12:38:18 +0000 (0:00:00.012) 0:02:15.376 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:18 Friday 29 March 2024 12:38:18 +0000 (0:00:00.013) 0:02:15.389 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:27 Friday 29 March 2024 12:38:18 +0000 (0:00:00.013) 0:02:15.403 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:35 Friday 29 March 2024 12:38:18 +0000 (0:00:00.013) 0:02:15.416 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:41 Friday 29 March 2024 12:38:18 +0000 (0:00:00.015) 0:02:15.431 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-cache.yml:47 Friday 29 March 2024 12:38:18 +0000 (0:00:00.012) 0:02:15.444 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume.yml:27 Friday 29 March 2024 12:38:18 +0000 (0:00:00.012) 0:02:15.457 ********** 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-ciqw6_68q5/tests/verify-role-results.yml:44 Friday 29 March 2024 12:38:18 +0000 (0:00:00.011) 0:02:15.469 ********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/verify-role-results.yml:54 Friday 29 March 2024 12:38:18 +0000 (0:00:00.011) 0:02:15.481 ********** 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-ciqw6_68q5/tests/tests_lvm_one_disk_multiple_volumes.yml:119 Friday 29 March 2024 12:38:18 +0000 (0:00:00.011) 0:02:15.492 ********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 29 March 2024 12:38:18 +0000 (0:00:00.035) 0:02:15.528 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 29 March 2024 12:38:18 +0000 (0:00:00.020) 0:02:15.549 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 29 March 2024 12:38:18 +0000 (0:00:00.016) 0:02:15.566 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 29 March 2024 12:38:18 +0000 (0:00:00.033) 0:02:15.599 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 29 March 2024 12:38:18 +0000 (0:00:00.013) 0:02:15.612 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 29 March 2024 12:38:18 +0000 (0:00:00.012) 0:02:15.625 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 29 March 2024 12:38:18 +0000 (0:00:00.013) 0:02:15.639 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 29 March 2024 12:38:18 +0000 (0:00:00.011) 0:02:15.650 ********** included: /WORKDIR/git-weekly-ciqw6_68q5/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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 29 March 2024 12:38:18 +0000 (0:00:00.025) 0:02:15.675 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 29 March 2024 12:38:18 +0000 (0:00:00.013) 0:02:15.689 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 29 March 2024 12:38:18 +0000 (0:00:00.015) 0:02:15.705 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 29 March 2024 12:38:18 +0000 (0:00:00.014) 0:02:15.719 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 29 March 2024 12:38:18 +0000 (0:00:00.013) 0:02:15.732 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 29 March 2024 12:38:18 +0000 (0:00:00.012) 0:02:15.745 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 29 March 2024 12:38:18 +0000 (0:00:00.013) 0:02:15.759 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 29 March 2024 12:38:18 +0000 (0:00:00.015) 0:02:15.774 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 29 March 2024 12:38:18 +0000 (0:00:00.022) 0:02:15.796 ********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 29 March 2024 12:38:18 +0000 (0:00:00.011) 0:02:15.808 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 29 March 2024 12:38:21 +0000 (0:00:02.724) 0:02:18.533 ********** 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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 29 March 2024 12:38:21 +0000 (0:00:00.012) 0:02:18.546 ********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 29 March 2024 12:38:21 +0000 (0:00:00.011) 0:02:18.558 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 29 March 2024 12:38:21 +0000 (0:00:00.015) 0:02:18.573 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 29 March 2024 12:38:21 +0000 (0:00:00.014) 0:02:18.588 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 29 March 2024 12:38:21 +0000 (0:00:00.013) 0:02:18.602 ********** changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 29 March 2024 12:38:21 +0000 (0:00:00.237) 0:02:18.839 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 29 March 2024 12:38:22 +0000 (0:00:01.039) 0:02:19.879 ********** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 29 March 2024 12:38:22 +0000 (0:00:00.012) 0:02:19.892 ********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 29 March 2024 12:38:22 +0000 (0:00:00.013) 0:02:19.905 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 29 March 2024 12:38:23 +0000 (0:00:01.014) 0:02:20.919 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1711715779.9976492, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709715077.4392698, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "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": 1709714569.0992696, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1872451057", "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-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 29 March 2024 12:38:23 +0000 (0:00:00.225) 0:02:21.145 ********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 29 March 2024 12:38:23 +0000 (0:00:00.012) 0:02:21.158 ********** ok: [sut] META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=770 changed=8 unreachable=0 failed=0 skipped=1055 rescued=0 ignored=0 Friday 29 March 2024 12:38:24 +0000 (0:00:00.830) 0:02:21.988 ********** =============================================================================== Ensure cryptsetup is present ------------------------------------------- 14.71s /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Make sure blivet is available -------------- 7.29s /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Ensure cryptsetup is present -------------------------------------------- 4.48s /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 4.05s /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 3.65s /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Ensure cryptsetup is present -------------------------------------------- 3.15s /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 ----- Gathering Facts --------------------------------------------------------- 2.89s /WORKDIR/git-weekly-ciqw6_68q5/tests/tests_lvm_one_disk_multiple_volumes.yml:2 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.82s /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Ensure test packages ---------------------------------------------------- 2.77s /WORKDIR/git-weekly-ciqw6_68q5/tests/get_unused_disk.yml:2 -------------------- linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.72s /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Ensure cryptsetup is present -------------------------------------------- 2.70s /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.70s /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.70s /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.69s /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.68s /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.67s /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.67s /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.67s /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Make sure required packages are installed --- 2.66s /WORKDIR/git-weekly-ciqw6_68q5/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Ensure cryptsetup is present -------------------------------------------- 2.66s /WORKDIR/git-weekly-ciqw6_68q5/tests/test-verify-volume-encryption.yml:10 ----- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution fedora 38 on host sut should use /usr/bin/python3, 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. ---^---^---^---^---^---