# 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-ciyhs6t1ye/tests/tests_lvm_one_disk_multiple_volumes.yml PLAY [Test lvm one disk multiple volumes] ************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_one_disk_multiple_volumes.yml:2 Sunday 11 February 2024 05:45:48 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] META: ran handlers TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_one_disk_multiple_volumes.yml:12 Sunday 11 February 2024 05:45:50 +0000 (0:00:02.254) 0:00:02.266 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 February 2024 05:45:50 +0000 (0:00:00.015) 0:00:02.281 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 February 2024 05:45:50 +0000 (0:00:00.022) 0:00:02.304 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 February 2024 05:45:50 +0000 (0:00:00.018) 0:00:02.322 ******* 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-ciyhs6t1ye/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 February 2024 05:45:50 +0000 (0:00:00.031) 0:00:02.354 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 February 2024 05:45:51 +0000 (0:00:00.246) 0:00:02.601 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 February 2024 05:45:51 +0000 (0:00:00.020) 0:00:02.622 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 February 2024 05:45:51 +0000 (0:00:00.009) 0:00:02.631 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 February 2024 05:45:51 +0000 (0:00:00.007) 0:00:02.638 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 February 2024 05:45:51 +0000 (0:00:00.028) 0:00:02.667 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "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: python3-bytesize-2.10-1.fc38.x86_64", "Installed: libblockdev-mpath-2.28-5.fc38.x86_64", "Installed: btrfs-progs-6.7-1.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: lzo-2.10-8.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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 February 2024 05:45:57 +0000 (0:00:05.903) 0:00:08.571 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 February 2024 05:45:57 +0000 (0:00:00.019) 0:00:08.590 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 February 2024 05:45:57 +0000 (0:00:00.019) 0:00:08.609 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 February 2024 05:45:57 +0000 (0:00:00.457) 0:00:09.066 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 11 February 2024 05:45:57 +0000 (0:00:00.034) 0:00:09.100 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 11 February 2024 05:45:57 +0000 (0:00:00.015) 0:00:09.116 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 11 February 2024 05:45:57 +0000 (0:00:00.010) 0:00:09.126 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 February 2024 05:45:57 +0000 (0:00:00.015) 0:00:09.142 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 February 2024 05:46:00 +0000 (0:00:02.453) 0:00:11.596 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 February 2024 05:46:02 +0000 (0:00:02.321) 0:00:13.917 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 February 2024 05:46:02 +0000 (0:00:00.018) 0:00:13.935 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 February 2024 05:46:02 +0000 (0:00:00.009) 0:00:13.945 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 February 2024 05:46:02 +0000 (0:00:00.378) 0:00:14.324 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 February 2024 05:46:02 +0000 (0:00:00.011) 0:00:14.335 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 11 February 2024 05:46:02 +0000 (0:00:00.019) 0:00:14.354 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 11 February 2024 05:46:02 +0000 (0:00:00.014) 0:00:14.369 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 11 February 2024 05:46:02 +0000 (0:00:00.013) 0:00:14.382 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 11 February 2024 05:46:02 +0000 (0:00:00.012) 0:00:14.395 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 11 February 2024 05:46:03 +0000 (0:00:00.013) 0:00:14.408 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 11 February 2024 05:46:03 +0000 (0:00:00.011) 0:00:14.419 ******* TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 11 February 2024 05:46:03 +0000 (0:00:00.010) 0:00:14.430 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 11 February 2024 05:46:03 +0000 (0:00:00.010) 0:00:14.441 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 11 February 2024 05:46:03 +0000 (0:00:00.010) 0:00:14.451 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706606894.518, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1706607372.29, "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": 1706606894.518, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "108538731", "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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 11 February 2024 05:46:03 +0000 (0:00:00.203) 0:00:14.655 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 11 February 2024 05:46:03 +0000 (0:00:00.011) 0:00:14.666 ******* ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_one_disk_multiple_volumes.yml:16 Sunday 11 February 2024 05:46:04 +0000 (0:00:00.785) 0:00:15.451 ******* ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_one_disk_multiple_volumes.yml:25 Sunday 11 February 2024 05:46:04 +0000 (0:00:00.014) 0:00:15.466 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/get_unused_disk.yml:2 Sunday 11 February 2024 05:46:04 +0000 (0:00:00.016) 0:00:15.482 ******* 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-ciyhs6t1ye/tests/get_unused_disk.yml:16 Sunday 11 February 2024 05:46:06 +0000 (0:00:02.435) 0:00:17.917 ******* ok: [sut] => { "changed": false, "disks": [ "sda" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/get_unused_disk.yml:24 Sunday 11 February 2024 05:46:06 +0000 (0:00:00.276) 0:00:18.194 ******* 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-ciyhs6t1ye/tests/get_unused_disk.yml:29 Sunday 11 February 2024 05:46:06 +0000 (0:00:00.014) 0:00:18.209 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/get_unused_disk.yml:34 Sunday 11 February 2024 05:46:06 +0000 (0:00:00.010) 0:00:18.219 ******* ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Create three LVM logical volumes under one volume group] ***************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_one_disk_multiple_volumes.yml:31 Sunday 11 February 2024 05:46:06 +0000 (0:00:00.012) 0:00:18.232 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 February 2024 05:46:06 +0000 (0:00:00.020) 0:00:18.252 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 February 2024 05:46:06 +0000 (0:00:00.016) 0:00:18.269 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 February 2024 05:46:06 +0000 (0:00:00.014) 0:00:18.283 ******* 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-ciyhs6t1ye/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 February 2024 05:46:06 +0000 (0:00:00.028) 0:00:18.312 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 February 2024 05:46:06 +0000 (0:00:00.010) 0:00:18.323 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 February 2024 05:46:06 +0000 (0:00:00.010) 0:00:18.334 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 February 2024 05:46:06 +0000 (0:00:00.010) 0:00:18.344 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 February 2024 05:46:06 +0000 (0:00:00.011) 0:00:18.356 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 February 2024 05:46:06 +0000 (0:00:00.038) 0:00:18.395 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 February 2024 05:46:07 +0000 (0:00:00.013) 0:00:18.408 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 February 2024 05:46:07 +0000 (0:00:00.014) 0:00:18.423 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 February 2024 05:46:07 +0000 (0:00:00.013) 0:00:18.436 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 February 2024 05:46:07 +0000 (0:00:00.012) 0:00:18.448 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 February 2024 05:46:07 +0000 (0:00:00.012) 0:00:18.461 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 February 2024 05:46:07 +0000 (0:00:00.012) 0:00:18.473 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 February 2024 05:46:07 +0000 (0:00:00.012) 0:00:18.485 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 February 2024 05:46:07 +0000 (0:00:00.018) 0:00:18.504 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 February 2024 05:46:07 +0000 (0:00:00.010) 0:00:18.515 ******* 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", "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": [], "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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 February 2024 05:46:10 +0000 (0:00:03.593) 0:00:22.109 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 February 2024 05:46:10 +0000 (0:00:00.013) 0:00:22.123 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 11 February 2024 05:46:10 +0000 (0:00:00.021) 0:00:22.144 ******* 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", "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": [], "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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 11 February 2024 05:46:10 +0000 (0:00:00.017) 0:00:22.161 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 11 February 2024 05:46:10 +0000 (0:00:00.015) 0:00:22.177 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 11 February 2024 05:46:10 +0000 (0:00:00.015) 0:00:22.192 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 11 February 2024 05:46:10 +0000 (0:00:00.012) 0:00:22.205 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 11 February 2024 05:46:11 +0000 (0:00:01.127) 0:00:23.332 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 11 February 2024 05:46:13 +0000 (0:00:01.268) 0:00:24.601 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 11 February 2024 05:46:13 +0000 (0:00:00.022) 0:00:24.623 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 11 February 2024 05:46:14 +0000 (0:00:00.985) 0:00:25.608 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707630363.2265675, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1706607372.29, "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": 1706606894.518, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "108538731", "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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 11 February 2024 05:46:14 +0000 (0:00:00.233) 0:00:25.841 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 11 February 2024 05:46:14 +0000 (0:00:00.011) 0:00:25.853 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_one_disk_multiple_volumes.yml:49 Sunday 11 February 2024 05:46:15 +0000 (0:00:00.779) 0:00:26.632 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:2 Sunday 11 February 2024 05:46:15 +0000 (0:00:00.019) 0:00:26.651 ******* 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-ciyhs6t1ye/tests/verify-role-results.yml:7 Sunday 11 February 2024 05:46:15 +0000 (0:00:00.016) 0:00:26.668 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:15 Sunday 11 February 2024 05:46:15 +0000 (0:00:00.011) 0:00:26.680 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "ab2b0cff-885d-40f3-b1c8-1e641fe29082" }, "/dev/mapper/foo-test2": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test2", "size": "3G", "type": "lvm", "uuid": "c93804bf-0b71-4d17-b27a-8b468d9e721f" }, "/dev/mapper/foo-test3": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test3", "size": "3G", "type": "lvm", "uuid": "22cc190c-88aa-4980-b341-72324d9492f0" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "701fM3-xqDA-wMJM-Sx68-v9cK-hxNO-efKalz" }, "/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": "d435ad71-5de9-4faf-85d8-ce4874fd8ac2" }, "/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-ciyhs6t1ye/tests/verify-role-results.yml:20 Sunday 11 February 2024 05:46:15 +0000 (0:00:00.250) 0:00:26.930 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003309", "end": "2024-02-11 05:46:15.757606", "rc": 0, "start": "2024-02-11 05:46:15.754297" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 30 09:28:14 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=d435ad71-5de9-4faf-85d8-ce4874fd8ac2 / 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-ciyhs6t1ye/tests/verify-role-results.yml:25 Sunday 11 February 2024 05:46:15 +0000 (0:00:00.248) 0:00:27.179 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003228", "end": "2024-02-11 05:46:15.957622", "failed_when_result": false, "rc": 0, "start": "2024-02-11 05:46:15.954394" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:34 Sunday 11 February 2024 05:46:15 +0000 (0:00:00.200) 0:00:27.379 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:5 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.029) 0:00:27.409 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:18 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.015) 0:00:27.424 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.035932", "end": "2024-02-11 05:46:16.240159", "rc": 0, "start": "2024-02-11 05:46:16.204227" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:24 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.239) 0:00:27.663 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:34 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.019) 0:00:27.683 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:2 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.027) 0:00:27.710 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:13 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.019) 0:00:27.730 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:22 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.289) 0:00:28.020 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:27 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.015) 0:00:28.035 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:33 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.017) 0:00:28.052 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:42 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.015) 0:00:28.068 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:48 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.014) 0:00:28.083 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:54 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.014) 0:00:28.097 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:59 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.012) 0:00:28.110 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:73 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.021) 0:00:28.132 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:8 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.023) 0:00:28.155 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:14 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.015) 0:00:28.170 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:21 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.012) 0:00:28.183 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:28 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.038) 0:00:28.222 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:35 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.015) 0:00:28.237 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:45 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.013) 0:00:28.251 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:54 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.019) 0:00:28.271 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:64 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.013) 0:00:28.285 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:74 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.019) 0:00:28.305 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:85 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.024) 0:00:28.329 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:95 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.014) 0:00:28.344 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:76 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.013) 0:00:28.358 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml:2 Sunday 11 February 2024 05:46:16 +0000 (0:00:00.034) 0:00:28.392 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.069) 0:00:28.462 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.035) 0:00:28.497 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.028) 0:00:28.526 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.026) 0:00:28.553 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.013) 0:00:28.567 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.016) 0:00:28.584 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.014) 0:00:28.598 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.014) 0:00:28.612 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.016) 0:00:28.629 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.014) 0:00:28.643 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.019) 0:00:28.663 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.013) 0:00:28.677 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.014) 0:00:28.691 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.014) 0:00:28.705 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.013) 0:00:28.719 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.013) 0:00:28.732 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.013) 0:00:28.745 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.014) 0:00:28.759 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.016) 0:00:28.776 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.040) 0:00:28.816 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.019) 0:00:28.836 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:79 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.015) 0:00:28.852 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml:2 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.033) 0:00:28.885 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.038) 0:00:28.924 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.013) 0:00:28.937 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.014) 0:00:28.951 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.012) 0:00:28.964 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.026) 0:00:28.991 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.019) 0:00:29.011 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.021) 0:00:29.033 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.012) 0:00:29.046 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.011) 0:00:29.058 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.013) 0:00:29.071 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.020) 0:00:29.092 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.019) 0:00:29.111 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:82 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.014) 0:00:29.125 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:5 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.028) 0:00:29.154 ******* 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-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:13 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.019) 0:00:29.174 ******* 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-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:20 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.021) 0:00:29.195 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:2 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.061) 0:00:29.257 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:9 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.027) 0:00:29.285 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:18 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.019) 0:00:29.304 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:27 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.035) 0:00:29.339 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:37 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.029) 0:00:29.368 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:47 Sunday 11 February 2024 05:46:17 +0000 (0:00:00.023) 0:00:29.391 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:27 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.012) 0:00:29.404 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:85 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.014) 0:00:29.419 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml:2 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.035) 0:00:29.454 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.041) 0:00:29.496 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.013) 0:00:29.510 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.014) 0:00:29.524 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.012) 0:00:29.537 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.013) 0:00:29.550 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.015) 0:00:29.565 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.015) 0:00:29.580 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.025) 0:00:29.606 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.016) 0:00:29.623 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.015) 0:00:29.638 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.014) 0:00:29.652 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.014) 0:00:29.667 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.014) 0:00:29.682 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.015) 0:00:29.697 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.012) 0:00:29.709 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.017) 0:00:29.727 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.018) 0:00:29.746 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.017) 0:00:29.764 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.029) 0:00:29.794 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.017) 0:00:29.811 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.014) 0:00:29.826 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:88 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.011) 0:00:29.838 ******* 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-ciyhs6t1ye/tests/test-verify-pool-volumes.yml:3 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.021) 0:00:29.859 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.067) 0:00:29.927 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.028) 0:00:29.955 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.079) 0:00:30.034 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.015) 0:00:30.050 ******* 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": "ab2b0cff-885d-40f3-b1c8-1e641fe29082" } ], "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": "ab2b0cff-885d-40f3-b1c8-1e641fe29082" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.020) 0:00:30.071 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.012) 0:00:30.084 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.019) 0:00:30.103 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.014) 0:00:30.118 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.013) 0:00:30.131 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.034) 0:00:30.165 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.013) 0:00:30.179 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.016) 0:00:30.196 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.014) 0:00:30.210 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.014) 0:00:30.225 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.022) 0:00:30.247 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.017) 0:00:30.265 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.027) 0:00:30.292 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.016) 0:00:30.309 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.016) 0:00:30.326 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.013) 0:00:30.339 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.015) 0:00:30.355 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 05:46:18 +0000 (0:00:00.021) 0:00:30.377 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 05:46:19 +0000 (0:00:00.019) 0:00:30.396 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707630373.1944404, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707630370.559474, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 807, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707630370.559474, "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-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 05:46:19 +0000 (0:00:00.206) 0:00:30.603 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 05:46:19 +0000 (0:00:00.023) 0:00:30.626 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 05:46:19 +0000 (0:00:00.014) 0:00:30.641 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 05:46:19 +0000 (0:00:00.017) 0:00:30.659 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 05:46:19 +0000 (0:00:00.014) 0:00:30.673 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 05:46:19 +0000 (0:00:00.020) 0:00:30.693 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 05:46:19 +0000 (0:00:00.018) 0:00:30.712 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 05:46:19 +0000 (0:00:00.013) 0:00:30.725 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 05:46:22 +0000 (0:00:03.595) 0:00:34.321 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 05:46:22 +0000 (0:00:00.013) 0:00:34.335 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 05:46:22 +0000 (0:00:00.013) 0:00:34.349 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 05:46:22 +0000 (0:00:00.022) 0:00:34.371 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 05:46:22 +0000 (0:00:00.015) 0:00:34.386 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.019) 0:00:34.406 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.018) 0:00:34.425 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.017) 0:00:34.443 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.019) 0:00:34.463 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.035) 0:00:34.498 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.044) 0:00:34.542 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.021) 0:00:34.564 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.024) 0:00:34.588 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.015) 0:00:34.603 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.014) 0:00:34.618 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.017) 0:00:34.635 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.013) 0:00:34.649 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.014) 0:00:34.663 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.013) 0:00:34.677 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.015) 0:00:34.692 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.014) 0:00:34.707 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.013) 0:00:34.720 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.015) 0:00:34.736 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.023) 0:00:34.759 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.029) 0:00:34.788 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.342) 0:00:35.131 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.221) 0:00:35.353 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.021) 0:00:35.374 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 05:46:23 +0000 (0:00:00.013) 0:00:35.388 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.203) 0:00:35.592 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.037) 0:00:35.629 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.022) 0:00:35.651 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.017) 0:00:35.669 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.039) 0:00:35.708 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.016) 0:00:35.724 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.013) 0:00:35.738 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.014) 0:00:35.752 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.019) 0:00:35.772 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.025) 0:00:35.797 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.014) 0:00:35.812 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.014) 0:00:35.826 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.034) 0:00:35.860 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.030) 0:00:35.891 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.017) 0:00:35.908 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.043) 0:00:35.952 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.024) 0:00:35.976 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.027) 0:00:36.004 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.039) 0:00:36.043 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.033) 0:00:36.077 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.017) 0:00:36.095 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.014) 0:00:36.109 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.031) 0:00:36.141 ******* 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.035356", "end": "2024-02-11 05:46:24.966749", "rc": 0, "start": "2024-02-11 05:46:24.931393" } 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-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 05:46:24 +0000 (0:00:00.248) 0:00:36.389 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.018) 0:00:36.407 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.025) 0:00:36.433 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.021) 0:00:36.455 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.016) 0:00:36.471 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.014) 0:00:36.486 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.020) 0:00:36.506 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.015) 0:00:36.522 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.028) 0:00:36.550 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.064) 0:00:36.615 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.016) 0:00:36.631 ******* 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": "c93804bf-0b71-4d17-b27a-8b468d9e721f" } ], "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": "c93804bf-0b71-4d17-b27a-8b468d9e721f" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.019) 0:00:36.651 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.014) 0:00:36.665 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.017) 0:00:36.682 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.015) 0:00:36.698 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.012) 0:00:36.711 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.012) 0:00:36.724 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.012) 0:00:36.737 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.016) 0:00:36.753 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.014) 0:00:36.768 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.014) 0:00:36.782 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.012) 0:00:36.795 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.015) 0:00:36.810 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.025) 0:00:36.836 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.015) 0:00:36.852 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.015) 0:00:36.868 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.011) 0:00:36.879 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.011) 0:00:36.891 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.015) 0:00:36.907 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.016) 0:00:36.923 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707630373.156441, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707630370.2684777, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 767, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707630370.2684777, "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-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.207) 0:00:37.131 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.016) 0:00:37.147 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.012) 0:00:37.160 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.014) 0:00:37.175 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.013) 0:00:37.188 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.011) 0:00:37.199 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.013) 0:00:37.213 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 05:46:25 +0000 (0:00:00.011) 0:00:37.224 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 05:46:28 +0000 (0:00:02.493) 0:00:39.718 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.018) 0:00:39.736 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.022) 0:00:39.758 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.036) 0:00:39.794 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.014) 0:00:39.809 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.013) 0:00:39.822 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.014) 0:00:39.836 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.012) 0:00:39.848 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.012) 0:00:39.861 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.016) 0:00:39.877 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.016) 0:00:39.894 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.012) 0:00:39.907 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.012) 0:00:39.920 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.013) 0:00:39.933 ******* 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-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.013) 0:00:39.946 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.017) 0:00:39.963 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.016) 0:00:39.980 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.013) 0:00:39.993 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.013) 0:00:40.006 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.017) 0:00:40.024 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.013) 0:00:40.037 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.012) 0:00:40.050 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.014) 0:00:40.064 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.012) 0:00:40.077 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.013) 0:00:40.091 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 05:46:28 +0000 (0:00:00.204) 0:00:40.295 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.206) 0:00:40.502 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.020) 0:00:40.522 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.015) 0:00:40.537 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.211) 0:00:40.748 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.015) 0:00:40.764 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.015) 0:00:40.780 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.021) 0:00:40.801 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.015) 0:00:40.817 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.013) 0:00:40.830 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.014) 0:00:40.845 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.012) 0:00:40.858 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.015) 0:00:40.873 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.012) 0:00:40.886 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.013) 0:00:40.900 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.012) 0:00:40.913 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.011) 0:00:40.925 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.016) 0:00:40.942 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.040) 0:00:40.982 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.017) 0:00:40.999 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.019) 0:00:41.019 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.028) 0:00:41.048 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.015) 0:00:41.063 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.016) 0:00:41.080 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.015) 0:00:41.096 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.014) 0:00:41.110 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.018) 0:00:41.129 ******* 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.033176", "end": "2024-02-11 05:46:29.946937", "rc": 0, "start": "2024-02-11 05:46:29.913761" } 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-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.240) 0:00:41.369 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 05:46:29 +0000 (0:00:00.016) 0:00:41.385 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.015) 0:00:41.401 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.013) 0:00:41.415 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.012) 0:00:41.428 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.013) 0:00:41.442 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.013) 0:00:41.455 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.011) 0:00:41.467 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.014) 0:00:41.481 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.056) 0:00:41.538 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.015) 0:00:41.553 ******* 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": "22cc190c-88aa-4980-b341-72324d9492f0" } ], "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": "22cc190c-88aa-4980-b341-72324d9492f0" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.026) 0:00:41.580 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.013) 0:00:41.593 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.018) 0:00:41.612 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.015) 0:00:41.627 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.014) 0:00:41.641 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.012) 0:00:41.654 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.013) 0:00:41.667 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.016) 0:00:41.683 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.011) 0:00:41.695 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.011) 0:00:41.706 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.012) 0:00:41.719 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.011) 0:00:41.730 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.024) 0:00:41.755 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.014) 0:00:41.770 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.014) 0:00:41.785 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.012) 0:00:41.797 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.011) 0:00:41.809 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.015) 0:00:41.825 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.016) 0:00:41.841 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707630373.2034402, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707630369.9794815, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 726, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707630369.9794815, "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-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.212) 0:00:42.054 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.016) 0:00:42.070 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.012) 0:00:42.083 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.014) 0:00:42.097 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.012) 0:00:42.110 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.012) 0:00:42.123 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.014) 0:00:42.137 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 05:46:30 +0000 (0:00:00.011) 0:00:42.149 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 05:46:33 +0000 (0:00:02.566) 0:00:44.715 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.013) 0:00:44.728 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.013) 0:00:44.741 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.018) 0:00:44.759 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.018) 0:00:44.778 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.014) 0:00:44.792 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.013) 0:00:44.806 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.013) 0:00:44.819 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.013) 0:00:44.832 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.018) 0:00:44.851 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.014) 0:00:44.866 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.012) 0:00:44.879 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.011) 0:00:44.890 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.011) 0:00:44.902 ******* 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-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.011) 0:00:44.913 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.012) 0:00:44.926 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.011) 0:00:44.937 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.011) 0:00:44.949 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.011) 0:00:44.960 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.011) 0:00:44.971 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.011) 0:00:44.983 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.012) 0:00:44.995 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.011) 0:00:45.007 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.011) 0:00:45.018 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.011) 0:00:45.029 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 05:46:33 +0000 (0:00:00.207) 0:00:45.236 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.206) 0:00:45.442 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.018) 0:00:45.461 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.014) 0:00:45.475 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.203) 0:00:45.678 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.016) 0:00:45.694 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.016) 0:00:45.711 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.016) 0:00:45.728 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.015) 0:00:45.743 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.012) 0:00:45.756 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.012) 0:00:45.769 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.013) 0:00:45.782 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.012) 0:00:45.795 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.013) 0:00:45.808 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.012) 0:00:45.820 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.013) 0:00:45.834 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.011) 0:00:45.845 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.012) 0:00:45.858 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.013) 0:00:45.872 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.013) 0:00:45.885 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.013) 0:00:45.898 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.013) 0:00:45.911 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.012) 0:00:45.924 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.034) 0:00:45.959 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.015) 0:00:45.974 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.016) 0:00:45.991 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.019) 0:00:46.011 ******* 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.035875", "end": "2024-02-11 05:46:34.831917", "rc": 0, "start": "2024-02-11 05:46:34.796042" } 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-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.242) 0:00:46.254 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.016) 0:00:46.270 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.017) 0:00:46.288 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.014) 0:00:46.302 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.015) 0:00:46.317 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.013) 0:00:46.331 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.013) 0:00:46.345 ******* 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-ciyhs6t1ye/tests/verify-role-results.yml:44 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.011) 0:00:46.356 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:54 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.010) 0:00:46.366 ******* 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-ciyhs6t1ye/tests/tests_lvm_one_disk_multiple_volumes.yml:52 Sunday 11 February 2024 05:46:34 +0000 (0:00:00.011) 0:00:46.378 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 February 2024 05:46:35 +0000 (0:00:00.023) 0:00:46.401 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 February 2024 05:46:35 +0000 (0:00:00.016) 0:00:46.418 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 February 2024 05:46:35 +0000 (0:00:00.014) 0:00:46.432 ******* 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-ciyhs6t1ye/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 February 2024 05:46:35 +0000 (0:00:00.031) 0:00:46.464 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 February 2024 05:46:35 +0000 (0:00:00.011) 0:00:46.475 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 February 2024 05:46:35 +0000 (0:00:00.011) 0:00:46.487 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 February 2024 05:46:35 +0000 (0:00:00.011) 0:00:46.498 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 February 2024 05:46:35 +0000 (0:00:00.011) 0:00:46.510 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 February 2024 05:46:35 +0000 (0:00:00.026) 0:00:46.536 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 February 2024 05:46:35 +0000 (0:00:00.016) 0:00:46.553 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 February 2024 05:46:35 +0000 (0:00:00.017) 0:00:46.570 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 February 2024 05:46:35 +0000 (0:00:00.021) 0:00:46.592 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 February 2024 05:46:35 +0000 (0:00:00.013) 0:00:46.606 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 February 2024 05:46:35 +0000 (0:00:00.014) 0:00:46.621 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 February 2024 05:46:35 +0000 (0:00:00.020) 0:00:46.642 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 February 2024 05:46:35 +0000 (0:00:00.012) 0:00:46.654 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 February 2024 05:46:35 +0000 (0:00:00.020) 0:00:46.674 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 February 2024 05:46:35 +0000 (0:00:00.012) 0:00:46.687 ******* 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", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 February 2024 05:46:38 +0000 (0:00:02.924) 0:00:49.612 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 February 2024 05:46:38 +0000 (0:00:00.013) 0:00:49.625 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 11 February 2024 05:46:38 +0000 (0:00:00.011) 0:00:49.637 ******* 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", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 11 February 2024 05:46:38 +0000 (0:00:00.045) 0:00:49.682 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 11 February 2024 05:46:38 +0000 (0:00:00.017) 0:00:49.700 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 11 February 2024 05:46:38 +0000 (0:00:00.013) 0:00:49.714 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 11 February 2024 05:46:38 +0000 (0:00:00.012) 0:00:49.726 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 11 February 2024 05:46:39 +0000 (0:00:01.013) 0:00:50.740 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 11 February 2024 05:46:39 +0000 (0:00:00.610) 0:00:51.350 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 11 February 2024 05:46:39 +0000 (0:00:00.023) 0:00:51.374 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 11 February 2024 05:46:40 +0000 (0:00:01.003) 0:00:52.378 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707630363.2265675, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1706607372.29, "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": 1706606894.518, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "108538731", "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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 11 February 2024 05:46:41 +0000 (0:00:00.210) 0:00:52.588 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 11 February 2024 05:46:41 +0000 (0:00:00.011) 0:00:52.599 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_one_disk_multiple_volumes.yml:70 Sunday 11 February 2024 05:46:41 +0000 (0:00:00.789) 0:00:53.389 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:2 Sunday 11 February 2024 05:46:42 +0000 (0:00:00.021) 0:00:53.411 ******* 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-ciyhs6t1ye/tests/verify-role-results.yml:7 Sunday 11 February 2024 05:46:42 +0000 (0:00:00.017) 0:00:53.428 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:15 Sunday 11 February 2024 05:46:42 +0000 (0:00:00.019) 0:00:53.447 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "ab2b0cff-885d-40f3-b1c8-1e641fe29082" }, "/dev/mapper/foo-test2": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test2", "size": "3G", "type": "lvm", "uuid": "c93804bf-0b71-4d17-b27a-8b468d9e721f" }, "/dev/mapper/foo-test3": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test3", "size": "3G", "type": "lvm", "uuid": "22cc190c-88aa-4980-b341-72324d9492f0" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "701fM3-xqDA-wMJM-Sx68-v9cK-hxNO-efKalz" }, "/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": "d435ad71-5de9-4faf-85d8-ce4874fd8ac2" }, "/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-ciyhs6t1ye/tests/verify-role-results.yml:20 Sunday 11 February 2024 05:46:42 +0000 (0:00:00.209) 0:00:53.657 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003413", "end": "2024-02-11 05:46:42.442188", "rc": 0, "start": "2024-02-11 05:46:42.438775" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 30 09:28:14 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=d435ad71-5de9-4faf-85d8-ce4874fd8ac2 / 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-ciyhs6t1ye/tests/verify-role-results.yml:25 Sunday 11 February 2024 05:46:42 +0000 (0:00:00.207) 0:00:53.864 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003435", "end": "2024-02-11 05:46:42.649411", "failed_when_result": false, "rc": 0, "start": "2024-02-11 05:46:42.645976" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:34 Sunday 11 February 2024 05:46:42 +0000 (0:00:00.206) 0:00:54.071 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:5 Sunday 11 February 2024 05:46:42 +0000 (0:00:00.032) 0:00:54.104 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:18 Sunday 11 February 2024 05:46:42 +0000 (0:00:00.012) 0:00:54.116 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.039634", "end": "2024-02-11 05:46:42.943059", "rc": 0, "start": "2024-02-11 05:46:42.903425" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:24 Sunday 11 February 2024 05:46:42 +0000 (0:00:00.249) 0:00:54.365 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:34 Sunday 11 February 2024 05:46:42 +0000 (0:00:00.018) 0:00:54.384 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:2 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.056) 0:00:54.440 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:13 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.021) 0:00:54.462 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:22 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.206) 0:00:54.669 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:27 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.017) 0:00:54.686 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:33 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.022) 0:00:54.709 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:42 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.026) 0:00:54.736 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:48 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.030) 0:00:54.766 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:54 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.032) 0:00:54.799 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:59 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.016) 0:00:54.816 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:73 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.029) 0:00:54.845 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:8 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.026) 0:00:54.872 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:14 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.019) 0:00:54.891 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:21 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.015) 0:00:54.907 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:28 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.013) 0:00:54.920 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:35 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.013) 0:00:54.934 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:45 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.013) 0:00:54.947 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:54 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.013) 0:00:54.961 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:64 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.021) 0:00:54.982 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:74 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.013) 0:00:54.996 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:85 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.013) 0:00:55.010 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:95 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.013) 0:00:55.023 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:76 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.012) 0:00:55.035 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml:2 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.027) 0:00:55.063 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.039) 0:00:55.103 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.015) 0:00:55.119 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.013) 0:00:55.132 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.013) 0:00:55.145 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.012) 0:00:55.158 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.012) 0:00:55.171 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.012) 0:00:55.184 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.014) 0:00:55.199 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.013) 0:00:55.213 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.013) 0:00:55.226 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.013) 0:00:55.239 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.017) 0:00:55.257 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.013) 0:00:55.270 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.014) 0:00:55.285 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.014) 0:00:55.300 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.014) 0:00:55.315 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.017) 0:00:55.332 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.013) 0:00:55.345 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.013) 0:00:55.358 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.014) 0:00:55.373 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 05:46:43 +0000 (0:00:00.013) 0:00:55.386 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:79 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.013) 0:00:55.400 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml:2 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.029) 0:00:55.429 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.042) 0:00:55.472 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.015) 0:00:55.487 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.013) 0:00:55.500 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.047) 0:00:55.548 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.013) 0:00:55.561 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.012) 0:00:55.574 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.012) 0:00:55.587 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.013) 0:00:55.600 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.013) 0:00:55.613 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.014) 0:00:55.628 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.015) 0:00:55.643 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.014) 0:00:55.658 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:82 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.014) 0:00:55.672 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:5 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.032) 0:00:55.704 ******* 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-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:13 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.018) 0:00:55.723 ******* 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-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:20 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.019) 0:00:55.742 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:2 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.027) 0:00:55.769 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:9 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.017) 0:00:55.786 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:18 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.018) 0:00:55.805 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:27 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.013) 0:00:55.819 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:37 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.013) 0:00:55.832 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:47 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.013) 0:00:55.846 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:27 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.012) 0:00:55.858 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:85 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.013) 0:00:55.872 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml:2 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.030) 0:00:55.902 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.043) 0:00:55.946 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.015) 0:00:55.961 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.013) 0:00:55.975 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.015) 0:00:55.990 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.015) 0:00:56.006 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.016) 0:00:56.023 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.015) 0:00:56.039 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.019) 0:00:56.059 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.014) 0:00:56.073 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.016) 0:00:56.090 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.018) 0:00:56.109 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.016) 0:00:56.125 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.016) 0:00:56.142 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.017) 0:00:56.160 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.015) 0:00:56.175 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.015) 0:00:56.190 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.014) 0:00:56.205 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.016) 0:00:56.221 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.014) 0:00:56.236 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.013) 0:00:56.250 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.014) 0:00:56.265 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:88 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.013) 0:00:56.278 ******* 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-ciyhs6t1ye/tests/test-verify-pool-volumes.yml:3 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.013) 0:00:56.292 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.039) 0:00:56.332 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 05:46:44 +0000 (0:00:00.016) 0:00:56.348 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.084) 0:00:56.433 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.015) 0:00:56.449 ******* 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": "ab2b0cff-885d-40f3-b1c8-1e641fe29082" } ], "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": "ab2b0cff-885d-40f3-b1c8-1e641fe29082" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.021) 0:00:56.470 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.014) 0:00:56.485 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.018) 0:00:56.503 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.016) 0:00:56.520 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.013) 0:00:56.533 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.012) 0:00:56.546 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.012) 0:00:56.559 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.017) 0:00:56.576 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.015) 0:00:56.592 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.014) 0:00:56.606 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.013) 0:00:56.620 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.012) 0:00:56.632 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.026) 0:00:56.658 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.016) 0:00:56.674 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.017) 0:00:56.692 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.013) 0:00:56.705 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.012) 0:00:56.717 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.018) 0:00:56.735 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.020) 0:00:56.756 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707630373.1944404, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707630370.559474, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 807, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707630370.559474, "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-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.212) 0:00:56.968 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.017) 0:00:56.986 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.014) 0:00:57.001 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.017) 0:00:57.019 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.014) 0:00:57.033 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.013) 0:00:57.046 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.015) 0:00:57.061 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 05:46:45 +0000 (0:00:00.012) 0:00:57.074 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 05:46:48 +0000 (0:00:02.482) 0:00:59.556 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.013) 0:00:59.570 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.013) 0:00:59.583 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.017) 0:00:59.600 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.012) 0:00:59.613 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.011) 0:00:59.625 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.012) 0:00:59.637 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.012) 0:00:59.649 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.014) 0:00:59.664 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.018) 0:00:59.682 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.015) 0:00:59.698 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.013) 0:00:59.711 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.012) 0:00:59.724 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.019) 0:00:59.743 ******* 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-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.020) 0:00:59.763 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.013) 0:00:59.777 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.014) 0:00:59.791 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.013) 0:00:59.805 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.017) 0:00:59.822 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.013) 0:00:59.836 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.020) 0:00:59.857 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.017) 0:00:59.875 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.013) 0:00:59.889 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.013) 0:00:59.902 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.019) 0:00:59.922 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.206) 0:01:00.129 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.204) 0:01:00.333 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.017) 0:01:00.351 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 05:46:48 +0000 (0:00:00.014) 0:01:00.365 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.224) 0:01:00.589 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.015) 0:01:00.605 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.019) 0:01:00.625 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.015) 0:01:00.640 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.014) 0:01:00.654 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.014) 0:01:00.669 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.013) 0:01:00.682 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.012) 0:01:00.695 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.012) 0:01:00.708 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.013) 0:01:00.722 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.011) 0:01:00.734 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.014) 0:01:00.748 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.015) 0:01:00.763 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.012) 0:01:00.776 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.012) 0:01:00.789 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.012) 0:01:00.802 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.013) 0:01:00.815 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.014) 0:01:00.829 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.013) 0:01:00.842 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.011) 0:01:00.854 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.013) 0:01:00.868 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.014) 0:01:00.882 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.018) 0:01:00.901 ******* 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.033486", "end": "2024-02-11 05:46:49.718024", "rc": 0, "start": "2024-02-11 05:46:49.684538" } 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-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.239) 0:01:01.140 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.016) 0:01:01.157 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.017) 0:01:01.175 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.014) 0:01:01.189 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.014) 0:01:01.203 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.013) 0:01:01.217 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.014) 0:01:01.231 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.011) 0:01:01.243 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.017) 0:01:01.261 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.056) 0:01:01.317 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.015) 0:01:01.332 ******* 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": "c93804bf-0b71-4d17-b27a-8b468d9e721f" } ], "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": "c93804bf-0b71-4d17-b27a-8b468d9e721f" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.019) 0:01:01.352 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.013) 0:01:01.365 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.015) 0:01:01.381 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 05:46:49 +0000 (0:00:00.013) 0:01:01.394 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.011) 0:01:01.406 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.011) 0:01:01.417 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.011) 0:01:01.428 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.016) 0:01:01.445 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.011) 0:01:01.456 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.011) 0:01:01.467 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.011) 0:01:01.479 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.011) 0:01:01.490 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.025) 0:01:01.516 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.014) 0:01:01.530 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.014) 0:01:01.545 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.011) 0:01:01.557 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.011) 0:01:01.568 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.015) 0:01:01.584 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.017) 0:01:01.602 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707630373.156441, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707630370.2684777, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 767, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707630370.2684777, "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-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.209) 0:01:01.811 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.022) 0:01:01.834 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.013) 0:01:01.847 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.015) 0:01:01.863 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.013) 0:01:01.876 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.012) 0:01:01.889 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.015) 0:01:01.904 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 05:46:50 +0000 (0:00:00.012) 0:01:01.917 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 05:46:53 +0000 (0:00:02.484) 0:01:04.402 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.013) 0:01:04.415 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.013) 0:01:04.428 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.018) 0:01:04.446 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.013) 0:01:04.460 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.014) 0:01:04.474 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.013) 0:01:04.487 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.012) 0:01:04.500 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.017) 0:01:04.517 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.016) 0:01:04.534 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.014) 0:01:04.548 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.012) 0:01:04.561 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.012) 0:01:04.574 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.012) 0:01:04.587 ******* 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-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.013) 0:01:04.600 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.012) 0:01:04.612 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.012) 0:01:04.625 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.012) 0:01:04.637 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.012) 0:01:04.650 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.011) 0:01:04.661 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.013) 0:01:04.675 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.012) 0:01:04.688 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.012) 0:01:04.700 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.012) 0:01:04.713 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.012) 0:01:04.726 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.205) 0:01:04.931 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.203) 0:01:05.135 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.018) 0:01:05.153 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.014) 0:01:05.168 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.203) 0:01:05.371 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 05:46:53 +0000 (0:00:00.018) 0:01:05.390 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.016) 0:01:05.406 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.020) 0:01:05.427 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.021) 0:01:05.448 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.015) 0:01:05.464 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.014) 0:01:05.478 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.019) 0:01:05.497 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.012) 0:01:05.510 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.013) 0:01:05.524 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.014) 0:01:05.538 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.014) 0:01:05.553 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.017) 0:01:05.571 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.023) 0:01:05.595 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.018) 0:01:05.613 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.012) 0:01:05.626 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.014) 0:01:05.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-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.012) 0:01:05.653 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.013) 0:01:05.666 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.014) 0:01:05.681 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.017) 0:01:05.698 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.014) 0:01:05.712 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.048) 0:01:05.761 ******* 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.034532", "end": "2024-02-11 05:46:54.574874", "rc": 0, "start": "2024-02-11 05:46:54.540342" } 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-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.237) 0:01:05.999 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.017) 0:01:06.016 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.017) 0:01:06.034 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.014) 0:01:06.048 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.014) 0:01:06.062 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.014) 0:01:06.076 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.013) 0:01:06.090 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.013) 0:01:06.104 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.016) 0:01:06.120 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.058) 0:01:06.178 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.017) 0:01:06.196 ******* 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": "22cc190c-88aa-4980-b341-72324d9492f0" } ], "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": "22cc190c-88aa-4980-b341-72324d9492f0" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.023) 0:01:06.219 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.015) 0:01:06.234 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.019) 0:01:06.254 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.030) 0:01:06.284 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.013) 0:01:06.298 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.015) 0:01:06.314 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.013) 0:01:06.327 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.016) 0:01:06.343 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.013) 0:01:06.356 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.011) 0:01:06.368 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.011) 0:01:06.379 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 05:46:54 +0000 (0:00:00.012) 0:01:06.392 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 05:46:55 +0000 (0:00:00.024) 0:01:06.417 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 05:46:55 +0000 (0:00:00.016) 0:01:06.433 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 05:46:55 +0000 (0:00:00.015) 0:01:06.449 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 05:46:55 +0000 (0:00:00.013) 0:01:06.463 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 05:46:55 +0000 (0:00:00.018) 0:01:06.482 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 05:46:55 +0000 (0:00:00.020) 0:01:06.502 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 05:46:55 +0000 (0:00:00.018) 0:01:06.521 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707630373.2034402, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707630369.9794815, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 726, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707630369.9794815, "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-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 05:46:55 +0000 (0:00:00.213) 0:01:06.734 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 05:46:55 +0000 (0:00:00.017) 0:01:06.752 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 05:46:55 +0000 (0:00:00.013) 0:01:06.766 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 05:46:55 +0000 (0:00:00.016) 0:01:06.782 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 05:46:55 +0000 (0:00:00.014) 0:01:06.796 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 05:46:55 +0000 (0:00:00.012) 0:01:06.809 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 05:46:55 +0000 (0:00:00.016) 0:01:06.826 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 05:46:55 +0000 (0:00:00.013) 0:01:06.839 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 05:46:57 +0000 (0:00:02.485) 0:01:09.325 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 05:46:57 +0000 (0:00:00.013) 0:01:09.338 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 05:46:57 +0000 (0:00:00.013) 0:01:09.351 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 05:46:57 +0000 (0:00:00.018) 0:01:09.370 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 05:46:57 +0000 (0:00:00.012) 0:01:09.383 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.020) 0:01:09.403 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.015) 0:01:09.419 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.014) 0:01:09.433 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.012) 0:01:09.446 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.015) 0:01:09.462 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.014) 0:01:09.476 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.014) 0:01:09.490 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.014) 0:01:09.505 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.012) 0:01:09.518 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.011) 0:01:09.530 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.013) 0:01:09.543 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.012) 0:01:09.556 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.014) 0:01:09.570 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.014) 0:01:09.584 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.018) 0:01:09.603 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.014) 0:01:09.618 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.020) 0:01:09.638 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.020) 0:01:09.658 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.015) 0:01:09.674 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.024) 0:01:09.699 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.206) 0:01:09.905 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.208) 0:01:10.114 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.020) 0:01:10.134 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.022) 0:01:10.157 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.205) 0:01:10.362 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.015) 0:01:10.378 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 05:46:58 +0000 (0:00:00.014) 0:01:10.392 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.013) 0:01:10.405 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.014) 0:01:10.420 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.011) 0:01:10.431 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.011) 0:01:10.443 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.011) 0:01:10.454 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.011) 0:01:10.465 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.011) 0:01:10.477 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.013) 0:01:10.490 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.013) 0:01:10.503 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.013) 0:01:10.516 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.013) 0:01:10.529 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.013) 0:01:10.543 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.016) 0:01:10.559 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.015) 0:01:10.574 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.013) 0:01:10.588 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.012) 0:01:10.601 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.013) 0:01:10.614 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.014) 0:01:10.628 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.014) 0:01:10.642 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.022) 0:01:10.665 ******* 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.033393", "end": "2024-02-11 05:46:59.483109", "rc": 0, "start": "2024-02-11 05:46:59.449716" } 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-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.240) 0:01:10.906 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.047) 0:01:10.953 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.018) 0:01:10.971 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.014) 0:01:10.986 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.014) 0:01:11.001 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.014) 0:01:11.015 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.015) 0:01:11.031 ******* 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-ciyhs6t1ye/tests/verify-role-results.yml:44 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.013) 0:01:11.044 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:54 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.011) 0:01:11.056 ******* 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-ciyhs6t1ye/tests/tests_lvm_one_disk_multiple_volumes.yml:73 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.013) 0:01:11.069 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.030) 0:01:11.100 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.017) 0:01:11.118 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.015) 0:01:11.133 ******* 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-ciyhs6t1ye/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.032) 0:01:11.166 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.013) 0:01:11.179 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.012) 0:01:11.191 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.011) 0:01:11.203 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.011) 0:01:11.215 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.025) 0:01:11.241 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.012) 0:01:11.253 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.014) 0:01:11.268 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.012) 0:01:11.281 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.012) 0:01:11.294 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.014) 0:01:11.308 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.012) 0:01:11.321 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.012) 0:01:11.333 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.020) 0:01:11.354 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 February 2024 05:46:59 +0000 (0:00:00.011) 0:01:11.365 ******* 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", "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": [ "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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 February 2024 05:47:03 +0000 (0:00:03.667) 0:01:15.033 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 February 2024 05:47:03 +0000 (0:00:00.013) 0:01:15.046 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 11 February 2024 05:47:03 +0000 (0:00:00.011) 0:01:15.058 ******* 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", "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": [ "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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 11 February 2024 05:47:03 +0000 (0:00:00.017) 0:01:15.075 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 11 February 2024 05:47:03 +0000 (0:00:00.022) 0:01:15.097 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 11 February 2024 05:47:03 +0000 (0:00:00.014) 0:01:15.112 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 11 February 2024 05:47:04 +0000 (0:00:00.422) 0:01:15.534 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 11 February 2024 05:47:05 +0000 (0:00:00.992) 0:01:16.527 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 11 February 2024 05:47:05 +0000 (0:00:00.237) 0:01:16.765 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 11 February 2024 05:47:05 +0000 (0:00:00.018) 0:01:16.783 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 11 February 2024 05:47:06 +0000 (0:00:00.983) 0:01:17.767 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707630363.2265675, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1706607372.29, "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": 1706606894.518, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "108538731", "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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 11 February 2024 05:47:06 +0000 (0:00:00.209) 0:01:17.976 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 11 February 2024 05:47:06 +0000 (0:00:00.011) 0:01:17.988 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_one_disk_multiple_volumes.yml:93 Sunday 11 February 2024 05:47:07 +0000 (0:00:00.796) 0:01:18.785 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:2 Sunday 11 February 2024 05:47:07 +0000 (0:00:00.022) 0:01:18.807 ******* 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-ciyhs6t1ye/tests/verify-role-results.yml:7 Sunday 11 February 2024 05:47:07 +0000 (0:00:00.021) 0:01:18.829 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:15 Sunday 11 February 2024 05:47:07 +0000 (0:00:00.013) 0:01:18.842 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "ab2b0cff-885d-40f3-b1c8-1e641fe29082" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "701fM3-xqDA-wMJM-Sx68-v9cK-hxNO-efKalz" }, "/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": "d435ad71-5de9-4faf-85d8-ce4874fd8ac2" }, "/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-ciyhs6t1ye/tests/verify-role-results.yml:20 Sunday 11 February 2024 05:47:07 +0000 (0:00:00.208) 0:01:19.050 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003460", "end": "2024-02-11 05:47:07.833893", "rc": 0, "start": "2024-02-11 05:47:07.830433" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 30 09:28:14 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=d435ad71-5de9-4faf-85d8-ce4874fd8ac2 / 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-ciyhs6t1ye/tests/verify-role-results.yml:25 Sunday 11 February 2024 05:47:07 +0000 (0:00:00.204) 0:01:19.255 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003323", "end": "2024-02-11 05:47:08.038765", "failed_when_result": false, "rc": 0, "start": "2024-02-11 05:47:08.035442" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:34 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.204) 0:01:19.459 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:5 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.027) 0:01:19.487 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:18 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.011) 0:01:19.498 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.035519", "end": "2024-02-11 05:47:08.315766", "rc": 0, "start": "2024-02-11 05:47:08.280247" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:24 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.239) 0:01:19.737 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:34 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.018) 0:01:19.755 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:2 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.025) 0:01:19.781 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:13 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.017) 0:01:19.798 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:22 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.210) 0:01:20.009 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:27 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.015) 0:01:20.025 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:33 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.038) 0:01:20.064 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:42 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.019) 0:01:20.083 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:48 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.017) 0:01:20.100 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:54 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.020) 0:01:20.121 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:59 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.015) 0:01:20.137 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:73 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.022) 0:01:20.159 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:8 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.023) 0:01:20.183 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:14 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.013) 0:01:20.196 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:21 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.015) 0:01:20.212 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:28 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.019) 0:01:20.231 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:35 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.018) 0:01:20.249 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:45 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.016) 0:01:20.266 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:54 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.014) 0:01:20.280 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:64 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.014) 0:01:20.295 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:74 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.016) 0:01:20.311 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:85 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.016) 0:01:20.328 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:95 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.018) 0:01:20.346 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:76 Sunday 11 February 2024 05:47:08 +0000 (0:00:00.021) 0:01:20.367 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml:2 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.030) 0:01:20.398 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.052) 0:01:20.450 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.020) 0:01:20.471 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.024) 0:01:20.495 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.021) 0:01:20.517 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.015) 0:01:20.532 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.015) 0:01:20.548 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.012) 0:01:20.561 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.012) 0:01:20.574 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.012) 0:01:20.587 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.014) 0:01:20.601 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.012) 0:01:20.614 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.012) 0:01:20.627 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.013) 0:01:20.640 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.012) 0:01:20.653 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.013) 0:01:20.666 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.014) 0:01:20.680 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.013) 0:01:20.694 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.012) 0:01:20.707 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.012) 0:01:20.720 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.012) 0:01:20.732 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.013) 0:01:20.746 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:79 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.014) 0:01:20.761 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml:2 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.026) 0:01:20.787 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.039) 0:01:20.827 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.013) 0:01:20.840 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.014) 0:01:20.854 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.019) 0:01:20.874 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.016) 0:01:20.890 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.021) 0:01:20.912 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.020) 0:01:20.933 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.028) 0:01:20.961 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.013) 0:01:20.974 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.012) 0:01:20.987 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.013) 0:01:21.000 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.040) 0:01:21.041 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:82 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.012) 0:01:21.053 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:5 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.026) 0:01:21.079 ******* 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-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:13 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.020) 0:01:21.100 ******* 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-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:20 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.021) 0:01:21.121 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:2 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.028) 0:01:21.149 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:9 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.019) 0:01:21.169 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:18 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.016) 0:01:21.186 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:27 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.013) 0:01:21.199 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:37 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.014) 0:01:21.213 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:47 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.014) 0:01:21.227 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:27 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.012) 0:01:21.240 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:85 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.016) 0:01:21.257 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml:2 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.028) 0:01:21.285 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.050) 0:01:21.336 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.015) 0:01:21.351 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.013) 0:01:21.365 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.013) 0:01:21.378 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 05:47:09 +0000 (0:00:00.013) 0:01:21.392 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.014) 0:01:21.406 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.013) 0:01:21.420 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.015) 0:01:21.435 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.013) 0:01:21.448 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.014) 0:01:21.463 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.013) 0:01:21.476 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.013) 0:01:21.489 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.013) 0:01:21.502 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.015) 0:01:21.518 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.013) 0:01:21.531 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.013) 0:01:21.545 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.013) 0:01:21.558 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.014) 0:01:21.572 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.015) 0:01:21.588 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.016) 0:01:21.604 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.012) 0:01:21.617 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:88 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.013) 0:01:21.630 ******* 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-ciyhs6t1ye/tests/test-verify-pool-volumes.yml:3 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.012) 0:01:21.643 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.033) 0:01:21.676 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.016) 0:01:21.692 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.057) 0:01:21.749 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.016) 0:01:21.766 ******* 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": "ab2b0cff-885d-40f3-b1c8-1e641fe29082" } ], "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": "ab2b0cff-885d-40f3-b1c8-1e641fe29082" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.022) 0:01:21.788 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.012) 0:01:21.801 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.016) 0:01:21.817 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.015) 0:01:21.832 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.012) 0:01:21.845 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.041) 0:01:21.887 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.015) 0:01:21.902 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.017) 0:01:21.919 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.012) 0:01:21.932 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.012) 0:01:21.945 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.012) 0:01:21.958 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.013) 0:01:21.972 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.026) 0:01:21.998 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.017) 0:01:22.016 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.016) 0:01:22.032 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.014) 0:01:22.047 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.012) 0:01:22.059 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.021) 0:01:22.080 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.019) 0:01:22.100 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707630424.1201494, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707630370.559474, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 807, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707630370.559474, "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-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.215) 0:01:22.316 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.016) 0:01:22.332 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.013) 0:01:22.345 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.015) 0:01:22.361 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.014) 0:01:22.375 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 05:47:10 +0000 (0:00:00.016) 0:01:22.392 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 05:47:11 +0000 (0:00:00.018) 0:01:22.410 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 05:47:11 +0000 (0:00:00.019) 0:01:22.430 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 05:47:13 +0000 (0:00:02.488) 0:01:24.919 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.013) 0:01:24.932 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.013) 0:01:24.945 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.017) 0:01:24.963 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.013) 0:01:24.976 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.014) 0:01:24.990 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.013) 0:01:25.004 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.013) 0:01:25.017 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.012) 0:01:25.030 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.017) 0:01:25.047 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.016) 0:01:25.064 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.015) 0:01:25.079 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.013) 0:01:25.092 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.018) 0:01:25.111 ******* 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-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.013) 0:01:25.124 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.013) 0:01:25.138 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.013) 0:01:25.151 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.014) 0:01:25.166 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.013) 0:01:25.179 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.013) 0:01:25.193 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.013) 0:01:25.206 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.012) 0:01:25.219 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.013) 0:01:25.232 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.014) 0:01:25.247 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 05:47:13 +0000 (0:00:00.017) 0:01:25.264 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.204) 0:01:25.469 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.202) 0:01:25.671 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.018) 0:01:25.690 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.014) 0:01:25.704 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.202) 0:01:25.906 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.015) 0:01:25.922 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.016) 0:01:25.939 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.016) 0:01:25.955 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.016) 0:01:25.972 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.013) 0:01:25.985 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.013) 0:01:25.998 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.014) 0:01:26.013 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.013) 0:01:26.027 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.014) 0:01:26.041 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.013) 0:01:26.055 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.013) 0:01:26.068 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.014) 0:01:26.083 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.013) 0:01:26.096 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.013) 0:01:26.109 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.015) 0:01:26.124 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.012) 0:01:26.137 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.013) 0:01:26.151 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.014) 0:01:26.165 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.013) 0:01:26.179 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.015) 0:01:26.195 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.016) 0:01:26.212 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 05:47:14 +0000 (0:00:00.019) 0:01:26.231 ******* 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.033682", "end": "2024-02-11 05:47:15.053964", "rc": 0, "start": "2024-02-11 05:47:15.020282" } 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-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.246) 0:01:26.478 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.016) 0:01:26.495 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.017) 0:01:26.512 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.014) 0:01:26.526 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.014) 0:01:26.540 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.013) 0:01:26.554 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.014) 0:01:26.569 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.011) 0:01:26.581 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.015) 0:01:26.597 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.058) 0:01:26.655 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.018) 0:01:26.673 ******* 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-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.021) 0:01:26.695 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.017) 0:01:26.712 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.017) 0:01:26.729 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.016) 0:01:26.746 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.013) 0:01:26.759 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.016) 0:01:26.775 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.014) 0:01:26.790 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.013) 0:01:26.803 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.013) 0:01:26.816 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.013) 0:01:26.830 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.014) 0:01:26.844 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.014) 0:01:26.859 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.027) 0:01:26.886 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.014) 0:01:26.901 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.016) 0:01:26.918 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.012) 0:01:26.931 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.019) 0:01:26.950 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.049) 0:01:27.000 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.013) 0:01:27.014 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.208) 0:01:27.222 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.014) 0:01:27.237 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.019) 0:01:27.256 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.012) 0:01:27.269 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.016) 0:01:27.285 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.015) 0:01:27.300 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.011) 0:01:27.312 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 05:47:15 +0000 (0:00:00.015) 0:01:27.327 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 05:47:18 +0000 (0:00:02.480) 0:01:29.808 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.013) 0:01:29.821 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.012) 0:01:29.834 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.009) 0:01:29.843 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.012) 0:01:29.856 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.012) 0:01:29.869 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.012) 0:01:29.881 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.011) 0:01:29.893 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.010) 0:01:29.904 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.016) 0:01:29.921 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.017) 0:01:29.938 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.014) 0:01:29.953 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.015) 0:01:29.968 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.014) 0:01:29.983 ******* 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-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.014) 0:01:29.998 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.014) 0:01:30.012 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.014) 0:01:30.026 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.014) 0:01:30.041 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.015) 0:01:30.056 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.013) 0:01:30.069 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.013) 0:01:30.083 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.013) 0:01:30.096 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.014) 0:01:30.111 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.023) 0:01:30.134 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.017) 0:01:30.152 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.031) 0:01:30.183 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.033) 0:01:30.216 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.017) 0:01:30.234 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.016) 0:01:30.250 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.016) 0:01:30.267 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.031) 0:01:30.298 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.022) 0:01:30.321 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.019) 0:01:30.341 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.015) 0:01:30.357 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 05:47:18 +0000 (0:00:00.015) 0:01:30.373 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.032) 0:01:30.406 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.025) 0:01:30.431 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.014) 0:01:30.446 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.019) 0:01:30.466 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.022) 0:01:30.488 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.016) 0:01:30.505 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.030) 0:01:30.536 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.015) 0:01:30.551 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.018) 0:01:30.569 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.020) 0:01:30.590 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.016) 0:01:30.607 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.019) 0:01:30.626 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.022) 0:01:30.648 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.021) 0:01:30.670 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.024) 0:01:30.694 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.015) 0:01:30.710 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.019) 0:01:30.729 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.014) 0:01:30.743 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.038) 0:01:30.781 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.015) 0:01:30.797 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.012) 0:01:30.810 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.014) 0:01:30.824 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.019) 0:01:30.843 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.015) 0:01:30.859 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.020) 0:01:30.879 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.018) 0:01:30.897 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.067) 0:01:30.964 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.019) 0:01:30.984 ******* 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-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.022) 0:01:31.006 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.020) 0:01:31.027 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.020) 0:01:31.047 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.023) 0:01:31.070 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.014) 0:01:31.085 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.016) 0:01:31.101 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.019) 0:01:31.121 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.013) 0:01:31.134 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.013) 0:01:31.148 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.013) 0:01:31.161 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.012) 0:01:31.174 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.013) 0:01:31.188 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.029) 0:01:31.217 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.016) 0:01:31.233 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.017) 0:01:31.251 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.029) 0:01:31.280 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.014) 0:01:31.294 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.014) 0:01:31.309 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 05:47:19 +0000 (0:00:00.024) 0:01:31.334 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 05:47:20 +0000 (0:00:00.208) 0:01:31.543 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 05:47:20 +0000 (0:00:00.014) 0:01:31.557 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 05:47:20 +0000 (0:00:00.016) 0:01:31.574 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 05:47:20 +0000 (0:00:00.010) 0:01:31.585 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 05:47:20 +0000 (0:00:00.015) 0:01:31.600 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 05:47:20 +0000 (0:00:00.012) 0:01:31.613 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 05:47:20 +0000 (0:00:00.010) 0:01:31.623 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 05:47:20 +0000 (0:00:00.011) 0:01:31.634 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 05:47:22 +0000 (0:00:02.500) 0:01:34.134 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 05:47:22 +0000 (0:00:00.036) 0:01:34.171 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 05:47:22 +0000 (0:00:00.013) 0:01:34.184 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 05:47:22 +0000 (0:00:00.010) 0:01:34.195 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 05:47:22 +0000 (0:00:00.012) 0:01:34.208 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 05:47:22 +0000 (0:00:00.012) 0:01:34.220 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 05:47:22 +0000 (0:00:00.010) 0:01:34.230 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 05:47:22 +0000 (0:00:00.010) 0:01:34.241 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 05:47:22 +0000 (0:00:00.009) 0:01:34.250 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 05:47:22 +0000 (0:00:00.015) 0:01:34.266 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 05:47:22 +0000 (0:00:00.014) 0:01:34.280 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 05:47:22 +0000 (0:00:00.012) 0:01:34.293 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 05:47:22 +0000 (0:00:00.013) 0:01:34.306 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 05:47:22 +0000 (0:00:00.014) 0:01:34.321 ******* 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-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 05:47:22 +0000 (0:00:00.013) 0:01:34.334 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 05:47:22 +0000 (0:00:00.012) 0:01:34.347 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 05:47:22 +0000 (0:00:00.013) 0:01:34.360 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 05:47:22 +0000 (0:00:00.013) 0:01:34.373 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 05:47:22 +0000 (0:00:00.013) 0:01:34.387 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.016) 0:01:34.404 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.014) 0:01:34.419 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.013) 0:01:34.433 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.015) 0:01:34.448 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.013) 0:01:34.462 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.013) 0:01:34.476 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.017) 0:01:34.493 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.015) 0:01:34.509 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.022) 0:01:34.532 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.031) 0:01:34.563 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.015) 0:01:34.578 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.014) 0:01:34.592 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.016) 0:01:34.609 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.013) 0:01:34.623 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.030) 0:01:34.654 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.019) 0:01:34.673 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.020) 0:01:34.694 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.015) 0:01:34.710 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.019) 0:01:34.729 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.019) 0:01:34.749 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.015) 0:01:34.764 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.014) 0:01:34.779 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.014) 0:01:34.793 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.019) 0:01:34.812 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.021) 0:01:34.833 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.027) 0:01:34.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-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.016) 0:01:34.878 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.013) 0:01:34.891 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.012) 0:01:34.903 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.014) 0:01:34.917 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.014) 0:01:34.932 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.014) 0:01:34.946 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.015) 0:01:34.961 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.012) 0:01:34.974 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.012) 0:01:34.987 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.014) 0:01:35.001 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.012) 0:01:35.014 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.014) 0:01:35.028 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.013) 0:01:35.041 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.012) 0:01:35.054 ******* 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-ciyhs6t1ye/tests/verify-role-results.yml:44 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.012) 0:01:35.067 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:54 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.013) 0:01:35.080 ******* 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-ciyhs6t1ye/tests/tests_lvm_one_disk_multiple_volumes.yml:96 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.015) 0:01:35.095 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.029) 0:01:35.125 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.050) 0:01:35.175 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.015) 0:01:35.191 ******* 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-ciyhs6t1ye/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.031) 0:01:35.222 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.011) 0:01:35.234 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.012) 0:01:35.246 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.012) 0:01:35.259 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.011) 0:01:35.270 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.024) 0:01:35.295 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.013) 0:01:35.309 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.014) 0:01:35.324 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.012) 0:01:35.336 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.012) 0:01:35.349 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.012) 0:01:35.361 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 February 2024 05:47:23 +0000 (0:00:00.017) 0:01:35.379 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 February 2024 05:47:24 +0000 (0:00:00.020) 0:01:35.399 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 February 2024 05:47:24 +0000 (0:00:00.028) 0:01:35.428 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 February 2024 05:47:24 +0000 (0:00:00.013) 0:01:35.441 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 February 2024 05:47:26 +0000 (0:00:02.203) 0:01:37.644 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 February 2024 05:47:26 +0000 (0:00:00.012) 0:01:37.657 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 11 February 2024 05:47:26 +0000 (0:00:00.010) 0:01:37.667 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 11 February 2024 05:47:26 +0000 (0:00:00.016) 0:01:37.683 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 11 February 2024 05:47:26 +0000 (0:00:00.015) 0:01:37.698 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 11 February 2024 05:47:26 +0000 (0:00:00.013) 0:01:37.712 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 11 February 2024 05:47:26 +0000 (0:00:00.011) 0:01:37.723 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 11 February 2024 05:47:27 +0000 (0:00:00.989) 0:01:38.712 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 11 February 2024 05:47:27 +0000 (0:00:00.212) 0:01:38.925 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 11 February 2024 05:47:27 +0000 (0:00:00.016) 0:01:38.941 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 11 February 2024 05:47:28 +0000 (0:00:00.987) 0:01:39.929 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707630363.2265675, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1706607372.29, "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": 1706606894.518, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "108538731", "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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 11 February 2024 05:47:28 +0000 (0:00:00.207) 0:01:40.136 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 11 February 2024 05:47:28 +0000 (0:00:00.013) 0:01:40.150 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_one_disk_multiple_volumes.yml:116 Sunday 11 February 2024 05:47:29 +0000 (0:00:00.798) 0:01:40.948 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:2 Sunday 11 February 2024 05:47:29 +0000 (0:00:00.050) 0:01:40.998 ******* 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-ciyhs6t1ye/tests/verify-role-results.yml:7 Sunday 11 February 2024 05:47:29 +0000 (0:00:00.017) 0:01:41.015 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:15 Sunday 11 February 2024 05:47:29 +0000 (0:00:00.011) 0:01:41.026 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "ab2b0cff-885d-40f3-b1c8-1e641fe29082" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "701fM3-xqDA-wMJM-Sx68-v9cK-hxNO-efKalz" }, "/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": "d435ad71-5de9-4faf-85d8-ce4874fd8ac2" }, "/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-ciyhs6t1ye/tests/verify-role-results.yml:20 Sunday 11 February 2024 05:47:29 +0000 (0:00:00.223) 0:01:41.250 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003430", "end": "2024-02-11 05:47:30.034630", "rc": 0, "start": "2024-02-11 05:47:30.031200" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Jan 30 09:28:14 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=d435ad71-5de9-4faf-85d8-ce4874fd8ac2 / 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-ciyhs6t1ye/tests/verify-role-results.yml:25 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.205) 0:01:41.455 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003367", "end": "2024-02-11 05:47:30.239078", "failed_when_result": false, "rc": 0, "start": "2024-02-11 05:47:30.235711" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:34 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.204) 0:01:41.660 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:5 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.030) 0:01:41.690 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:18 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.012) 0:01:41.702 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.042812", "end": "2024-02-11 05:47:30.528435", "rc": 0, "start": "2024-02-11 05:47:30.485623" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:24 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.246) 0:01:41.949 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool.yml:34 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.018) 0:01:41.968 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:2 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.028) 0:01:41.996 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:13 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.018) 0:01:42.015 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:22 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.202) 0:01:42.218 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:27 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.014) 0:01:42.232 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:33 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.014) 0:01:42.247 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:42 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.017) 0:01:42.264 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:48 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.014) 0:01:42.279 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:54 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.014) 0:01:42.294 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:59 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.013) 0:01:42.307 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:73 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.018) 0:01:42.326 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:8 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.022) 0:01:42.348 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:14 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.012) 0:01:42.360 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:21 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.012) 0:01:42.372 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:28 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.011) 0:01:42.384 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:35 Sunday 11 February 2024 05:47:30 +0000 (0:00:00.011) 0:01:42.395 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:45 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.010) 0:01:42.406 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:54 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.011) 0:01:42.417 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:64 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:42.429 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:74 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.013) 0:01:42.442 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:85 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.010) 0:01:42.453 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-md.yml:95 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.011) 0:01:42.464 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:76 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.011) 0:01:42.475 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-lvmraid.yml:2 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.022) 0:01:42.498 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.037) 0:01:42.535 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.015) 0:01:42.551 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:42.563 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.035) 0:01:42.598 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.014) 0:01:42.613 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:42.626 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:42.638 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:42.651 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:42.663 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.013) 0:01:42.677 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.013) 0:01:42.691 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.011) 0:01:42.703 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:42.716 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.011) 0:01:42.727 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:8 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:42.740 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:16 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.013) 0:01:42.754 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:21 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.013) 0:01:42.767 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:29 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.013) 0:01:42.780 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:34 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:42.793 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:40 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:42.805 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-lvmraid.yml:46 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:42.818 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:79 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.014) 0:01:42.832 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-thin.yml:2 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.024) 0:01:42.857 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.035) 0:01:42.893 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.013) 0:01:42.906 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.011) 0:01:42.918 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.020) 0:01:42.938 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:42.951 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.013) 0:01:42.965 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.011) 0:01:42.977 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:42.989 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:8 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.011) 0:01:43.001 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:43.014 ******* 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-ciyhs6t1ye/tests/verify-pool-member-thin.yml:23 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.011) 0:01:43.025 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:27 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.013) 0:01:43.039 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:82 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.013) 0:01:43.052 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:5 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.025) 0:01:43.078 ******* 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-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:13 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.015) 0:01:43.094 ******* 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-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:20 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.018) 0:01:43.112 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:2 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.023) 0:01:43.136 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:9 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.015) 0:01:43.151 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:18 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.015) 0:01:43.167 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:27 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.019) 0:01:43.186 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:37 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:43.199 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-crypttab.yml:47 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:43.212 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:27 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.011) 0:01:43.223 ******* 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-ciyhs6t1ye/tests/test-verify-pool-members.yml:85 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.011) 0:01:43.235 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-vdo.yml:2 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.027) 0:01:43.262 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.038) 0:01:43.300 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.013) 0:01:43.314 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:43.326 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:43.339 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:43.352 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.016) 0:01:43.368 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 05:47:31 +0000 (0:00:00.012) 0:01:43.381 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.039) 0:01:43.420 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.016) 0:01:43.437 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.013) 0:01:43.451 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.014) 0:01:43.465 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.016) 0:01:43.481 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.012) 0:01:43.494 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.016) 0:01:43.510 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:9 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.013) 0:01:43.524 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:16 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.012) 0:01:43.537 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:22 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.012) 0:01:43.549 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:28 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.012) 0:01:43.562 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:35 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.012) 0:01:43.575 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.014) 0:01:43.589 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:47 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.013) 0:01:43.603 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:88 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.011) 0:01:43.614 ******* 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-ciyhs6t1ye/tests/test-verify-pool-volumes.yml:3 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.011) 0:01:43.626 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.032) 0:01:43.659 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.016) 0:01:43.675 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.062) 0:01:43.737 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.016) 0:01:43.754 ******* 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": "ab2b0cff-885d-40f3-b1c8-1e641fe29082" } ], "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": "ab2b0cff-885d-40f3-b1c8-1e641fe29082" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.020) 0:01:43.774 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.013) 0:01:43.787 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.016) 0:01:43.804 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.015) 0:01:43.819 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.013) 0:01:43.832 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.014) 0:01:43.847 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.012) 0:01:43.859 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.016) 0:01:43.875 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.013) 0:01:43.889 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.012) 0:01:43.902 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.012) 0:01:43.915 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.019) 0:01:43.934 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.025) 0:01:43.959 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.016) 0:01:43.976 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.015) 0:01:43.991 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.012) 0:01:44.004 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.012) 0:01:44.017 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.017) 0:01:44.034 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.017) 0:01:44.052 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707630424.1201494, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707630370.559474, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 807, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707630370.559474, "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-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.215) 0:01:44.268 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.016) 0:01:44.284 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.012) 0:01:44.296 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.014) 0:01:44.311 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.012) 0:01:44.324 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.012) 0:01:44.336 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.015) 0:01:44.352 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 05:47:32 +0000 (0:00:00.012) 0:01:44.365 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 05:47:35 +0000 (0:00:02.487) 0:01:46.852 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.012) 0:01:46.865 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.011) 0:01:46.876 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.016) 0:01:46.893 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.011) 0:01:46.904 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.012) 0:01:46.917 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.011) 0:01:46.928 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.011) 0:01:46.939 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.011) 0:01:46.950 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.015) 0:01:46.966 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.014) 0:01:46.981 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.015) 0:01:46.996 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.012) 0:01:47.009 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.012) 0:01:47.021 ******* 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-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.011) 0:01:47.032 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.011) 0:01:47.043 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.011) 0:01:47.055 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.012) 0:01:47.067 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.011) 0:01:47.078 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.011) 0:01:47.089 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.011) 0:01:47.100 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.011) 0:01:47.111 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.011) 0:01:47.123 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.012) 0:01:47.135 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.011) 0:01:47.146 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 05:47:35 +0000 (0:00:00.203) 0:01:47.350 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.205) 0:01:47.555 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.017) 0:01:47.573 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.014) 0:01:47.587 ******* ok: [sut] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.204) 0:01:47.792 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.014) 0:01:47.806 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.013) 0:01:47.819 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.014) 0:01:47.833 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.013) 0:01:47.847 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.011) 0:01:47.858 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.011) 0:01:47.870 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.012) 0:01:47.883 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.012) 0:01:47.896 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.015) 0:01:47.911 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.011) 0:01:47.922 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.011) 0:01:47.934 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.011) 0:01:47.945 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.011) 0:01:47.956 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.012) 0:01:47.968 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.012) 0:01:47.980 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.011) 0:01:47.992 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.011) 0:01:48.003 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.012) 0:01:48.015 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.012) 0:01:48.028 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.015) 0:01:48.043 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.013) 0:01:48.057 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.055) 0:01:48.112 ******* 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.033958", "end": "2024-02-11 05:47:36.932961", "rc": 0, "start": "2024-02-11 05:47:36.899003" } 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-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.242) 0:01:48.355 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.015) 0:01:48.371 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 05:47:36 +0000 (0:00:00.017) 0:01:48.388 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.013) 0:01:48.402 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.013) 0:01:48.416 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.015) 0:01:48.431 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.015) 0:01:48.446 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.011) 0:01:48.458 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.016) 0:01:48.474 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.057) 0:01:48.531 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.016) 0:01:48.547 ******* 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-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.018) 0:01:48.566 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.014) 0:01:48.581 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.012) 0:01:48.594 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.014) 0:01:48.609 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.012) 0:01:48.621 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.014) 0:01:48.636 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.012) 0:01:48.649 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.012) 0:01:48.661 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.012) 0:01:48.674 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.013) 0:01:48.688 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.012) 0:01:48.700 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.014) 0:01:48.715 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.028) 0:01:48.743 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.011) 0:01:48.755 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.014) 0:01:48.769 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.011) 0:01:48.781 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.011) 0:01:48.792 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.012) 0:01:48.804 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.011) 0:01:48.815 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.201) 0:01:49.016 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.013) 0:01:49.030 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.018) 0:01:49.049 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.010) 0:01:49.059 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.013) 0:01:49.073 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.012) 0:01:49.086 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.010) 0:01:49.096 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 05:47:37 +0000 (0:00:00.013) 0:01:49.110 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 05:47:40 +0000 (0:00:02.497) 0:01:51.608 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.013) 0:01:51.621 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.633 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.009) 0:01:51.642 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.653 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.664 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.008) 0:01:51.673 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.010) 0:01:51.683 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.008) 0:01:51.692 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.015) 0:01:51.708 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.014) 0:01:51.722 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.733 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.745 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.012) 0:01:51.757 ******* 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-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.768 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.779 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.791 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.802 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.813 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.012) 0:01:51.826 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.837 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.849 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.860 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.012) 0:01:51.872 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.884 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.012) 0:01:51.896 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.907 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.919 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.012) 0:01:51.931 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.942 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.953 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.012) 0:01:51.966 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.977 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.988 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:51.999 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.010) 0:01:52.010 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:52.021 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.012) 0:01:52.034 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:52.045 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:52.056 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:52.067 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:52.078 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.010) 0:01:52.089 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.012) 0:01:52.101 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:52.112 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:52.123 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:52.134 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:52.146 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:52.157 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.013) 0:01:52.171 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.013) 0:01:52.184 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:52.196 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:52.207 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:52.218 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:52.229 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.014) 0:01:52.244 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.013) 0:01:52.257 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.013) 0:01:52.270 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.016) 0:01:52.287 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:2 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.011) 0:01:52.298 ******* 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-ciyhs6t1ye/tests/test-verify-volume.yml:21 Sunday 11 February 2024 05:47:40 +0000 (0:00:00.016) 0:01:52.315 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:7 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.086) 0:01:52.401 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:16 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.015) 0:01:52.417 ******* 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-ciyhs6t1ye/tests/test-verify-volume-mount.yml:38 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.019) 0:01:52.437 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:51 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.012) 0:01:52.449 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.013) 0:01:52.463 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:71 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.014) 0:01:52.478 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:83 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.012) 0:01:52.491 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:95 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.012) 0:01:52.504 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:110 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.013) 0:01:52.518 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:122 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.016) 0:01:52.534 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:128 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.014) 0:01:52.548 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:134 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.012) 0:01:52.561 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:146 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.013) 0:01:52.575 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:2 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.011) 0:01:52.587 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:40 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.026) 0:01:52.613 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:48 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.011) 0:01:52.625 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:58 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.016) 0:01:52.641 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fstab.yml:71 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.013) 0:01:52.655 ******* 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-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.012) 0:01:52.668 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:12 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.012) 0:01:52.680 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:3 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.011) 0:01:52.692 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:9 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.201) 0:01:52.894 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:16 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.016) 0:01:52.910 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:24 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.017) 0:01:52.927 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:30 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.009) 0:01:52.937 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:34 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.014) 0:01:52.952 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-device.yml:39 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.012) 0:01:52.964 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:3 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.009) 0:01:52.974 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 Sunday 11 February 2024 05:47:41 +0000 (0:00:00.013) 0:01:52.987 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:17 Sunday 11 February 2024 05:47:44 +0000 (0:00:02.779) 0:01:55.767 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:23 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.012) 0:01:55.780 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:32 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.014) 0:01:55.795 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:45 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.009) 0:01:55.804 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:51 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.013) 0:01:55.817 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:56 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.012) 0:01:55.829 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:69 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.008) 0:01:55.838 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:81 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.008) 0:01:55.847 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:94 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.008) 0:01:55.856 ******* 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-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.015) 0:01:55.872 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:114 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.015) 0:01:55.887 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:122 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:55.899 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:131 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:55.910 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:140 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:55.921 ******* 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-ciyhs6t1ye/tests/test-verify-volume-md.yml:8 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:55.932 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:14 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:55.943 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:21 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.012) 0:01:55.956 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:28 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:55.967 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:35 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:55.978 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:45 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:55.989 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:54 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:56.000 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:63 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:56.012 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:72 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.012) 0:01:56.024 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-md.yml:81 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:56.035 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:3 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:56.046 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:11 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:56.058 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:20 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:56.069 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:28 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:56.080 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:32 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.013) 0:01:56.093 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:46 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:56.104 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:56.115 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:56.127 ******* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:58 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:56.138 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:68 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:56.149 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:72 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.031) 0:01:56.181 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:77 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.012) 0:01:56.193 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:83 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:56.205 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:88 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.012) 0:01:56.217 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:56.229 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:104 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:56.240 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:109 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.012) 0:01:56.252 ******* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:113 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.014) 0:01:56.266 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.013) 0:01:56.280 ******* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:121 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.013) 0:01:56.294 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:129 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.014) 0:01:56.308 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:138 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.014) 0:01:56.323 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.014) 0:01:56.338 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:150 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.012) 0:01:56.350 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:156 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.011) 0:01:56.362 ******* 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-ciyhs6t1ye/tests/test-verify-volume-size.yml:160 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.013) 0:01:56.376 ******* ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:164 Sunday 11 February 2024 05:47:44 +0000 (0:00:00.013) 0:01:56.390 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:5 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.012) 0:01:56.403 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:13 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.014) 0:01:56.417 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:18 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.013) 0:01:56.431 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:27 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.013) 0:01:56.444 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:35 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.012) 0:01:56.457 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:41 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.012) 0:01:56.470 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-cache.yml:47 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.012) 0:01:56.482 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume.yml:27 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.013) 0:01:56.495 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:44 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.011) 0:01:56.507 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:54 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.011) 0:01:56.518 ******* 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-ciyhs6t1ye/tests/tests_lvm_one_disk_multiple_volumes.yml:119 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.011) 0:01:56.530 ******* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.037) 0:01:56.567 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.016) 0:01:56.584 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.016) 0:01:56.600 ******* 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-ciyhs6t1ye/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.031) 0:01:56.632 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.012) 0:01:56.644 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.012) 0:01:56.657 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.012) 0:01:56.670 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.011) 0:01:56.681 ******* included: /WORKDIR/git-weekly-ciyhs6t1ye/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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.026) 0:01:56.707 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.012) 0:01:56.720 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.015) 0:01:56.735 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.013) 0:01:56.749 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.014) 0:01:56.763 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.014) 0:01:56.778 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.012) 0:01:56.791 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.012) 0:01:56.803 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.020) 0:01:56.824 ******* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 February 2024 05:47:45 +0000 (0:00:00.011) 0:01:56.836 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 February 2024 05:47:48 +0000 (0:00:02.670) 0:01:59.506 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 February 2024 05:47:48 +0000 (0:00:00.012) 0:01:59.519 ******* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Sunday 11 February 2024 05:47:48 +0000 (0:00:00.010) 0:01:59.530 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 11 February 2024 05:47:48 +0000 (0:00:00.013) 0:01:59.543 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Sunday 11 February 2024 05:47:48 +0000 (0:00:00.014) 0:01:59.558 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Sunday 11 February 2024 05:47:48 +0000 (0:00:00.013) 0:01:59.571 ******* 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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Sunday 11 February 2024 05:47:48 +0000 (0:00:00.211) 0:01:59.783 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Sunday 11 February 2024 05:47:49 +0000 (0:00:00.958) 0:02:00.741 ******* TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Sunday 11 February 2024 05:47:49 +0000 (0:00:00.012) 0:02:00.754 ******* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Sunday 11 February 2024 05:47:49 +0000 (0:00:00.011) 0:02:00.765 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Sunday 11 February 2024 05:47:50 +0000 (0:00:00.948) 0:02:01.714 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707630363.2265675, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1706607372.29, "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": 1706606894.518, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "108538731", "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-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Sunday 11 February 2024 05:47:50 +0000 (0:00:00.202) 0:02:01.917 ******* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Sunday 11 February 2024 05:47:50 +0000 (0:00:00.011) 0:02:01.928 ******* ok: [sut] META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=770 changed=8 unreachable=0 failed=0 skipped=1055 rescued=0 ignored=0 Sunday 11 February 2024 05:47:51 +0000 (0:00:00.762) 0:02:02.691 ******* =============================================================================== linux-system-roles.storage : Make sure blivet is available -------------- 5.90s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 3.67s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Ensure cryptsetup is present -------------------------------------------- 3.60s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 3.59s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.92s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Ensure cryptsetup is present -------------------------------------------- 2.78s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 2.67s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Ensure cryptsetup is present -------------------------------------------- 2.57s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.50s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.50s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.49s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.49s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.49s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.49s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.48s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.48s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.48s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Make sure required packages are installed --- 2.45s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Ensure test packages ---------------------------------------------------- 2.44s /WORKDIR/git-weekly-ciyhs6t1ye/tests/get_unused_disk.yml:2 -------------------- linux-system-roles.storage : Get service facts -------------------------- 2.32s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---