# 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_scsi_generated.yml *************** 2 plays in /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_one_disk_multiple_volumes_scsi_generated.yml PLAY [Run test tests_lvm_one_disk_multiple_volumes.yml for scsi] *************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_one_disk_multiple_volumes_scsi_generated.yml:3 Sunday 11 February 2024 06:00:00 +0000 (0:00:00.011) 0:00:00.011 ******* ok: [sut] META: ran handlers TASK [Set disk interface for test] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/tests_lvm_one_disk_multiple_volumes_scsi_generated.yml:8 Sunday 11 February 2024 06:00:03 +0000 (0:00:02.414) 0:00:02.426 ******* ok: [sut] => { "ansible_facts": { "storage_test_use_interface": "scsi" }, "changed": false } META: ran handlers META: ran handlers 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 06:00:03 +0000 (0:00:00.011) 0:00:02.438 ******* 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 06:00:04 +0000 (0:00:00.839) 0:00:03.277 ******* 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 06:00:04 +0000 (0:00:00.016) 0:00:03.294 ******* 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 06:00:04 +0000 (0:00:00.023) 0:00:03.318 ******* 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 06:00:04 +0000 (0:00:00.019) 0:00:03.337 ******* 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 06:00:04 +0000 (0:00:00.032) 0:00:03.370 ******* 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 06:00:04 +0000 (0:00:00.283) 0:00:03.653 ******* 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 06:00:04 +0000 (0:00:00.021) 0:00:03.675 ******* 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 06:00:04 +0000 (0:00:00.008) 0:00:03.684 ******* 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 06:00:04 +0000 (0:00:00.008) 0:00:03.693 ******* 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 06:00:04 +0000 (0:00:00.029) 0:00:03.722 ******* 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 06:00:11 +0000 (0:00:06.706) 0:00:10.428 ******* 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 06:00:11 +0000 (0:00:00.019) 0:00:10.447 ******* 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 06:00:11 +0000 (0:00:00.018) 0:00:10.466 ******* 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 06:00:11 +0000 (0:00:00.493) 0:00:10.960 ******* 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 06:00:11 +0000 (0:00:00.035) 0:00:10.995 ******* 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 06:00:11 +0000 (0:00:00.017) 0:00:11.013 ******* 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 06:00:11 +0000 (0:00:00.010) 0:00:11.023 ******* 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 06:00:11 +0000 (0:00:00.015) 0:00:11.039 ******* 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 06:00:14 +0000 (0:00:02.697) 0:00:13.736 ******* 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 06:00:17 +0000 (0:00:02.492) 0:00:16.228 ******* 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 06:00:17 +0000 (0:00:00.020) 0:00:16.249 ******* 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 06:00:17 +0000 (0:00:00.011) 0:00:16.261 ******* 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 06:00:17 +0000 (0:00:00.397) 0:00:16.658 ******* 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 06:00:17 +0000 (0:00:00.012) 0:00:16.671 ******* 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 06:00:17 +0000 (0:00:00.011) 0:00:16.683 ******* 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 06:00:17 +0000 (0:00:00.014) 0:00:16.697 ******* 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 06:00:17 +0000 (0:00:00.013) 0:00:16.710 ******* 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 06:00:17 +0000 (0:00:00.014) 0:00:16.725 ******* 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 06:00:17 +0000 (0:00:00.011) 0:00:16.737 ******* 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 06:00:17 +0000 (0:00:00.012) 0:00:16.749 ******* 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 06:00:17 +0000 (0:00:00.012) 0:00:16.762 ******* 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 06:00:17 +0000 (0:00:00.012) 0:00:16.774 ******* 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 06:00:17 +0000 (0:00:00.012) 0:00:16.787 ******* 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 06:00:17 +0000 (0:00:00.221) 0:00:17.008 ******* 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 06:00:17 +0000 (0:00:00.011) 0:00:17.020 ******* 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 06:00:18 +0000 (0:00:00.823) 0:00:17.844 ******* 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 06:00:18 +0000 (0:00:00.015) 0:00:17.860 ******* 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 06:00:18 +0000 (0:00:00.016) 0:00:17.877 ******* 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 06:00:21 +0000 (0:00:02.588) 0:00:20.465 ******* 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 06:00:21 +0000 (0:00:00.298) 0:00:20.763 ******* 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 06:00:21 +0000 (0:00:00.014) 0:00:20.778 ******* 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 06:00:21 +0000 (0:00:00.012) 0:00:20.791 ******* 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 06:00:21 +0000 (0:00:00.013) 0:00:20.804 ******* 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 06:00:21 +0000 (0:00:00.020) 0:00:20.825 ******* 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 06:00:21 +0000 (0:00:00.016) 0:00:20.841 ******* 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 06:00:21 +0000 (0:00:00.014) 0:00:20.855 ******* 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 06:00:21 +0000 (0:00:00.031) 0:00:20.886 ******* 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 06:00:21 +0000 (0:00:00.012) 0:00:20.899 ******* 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 06:00:21 +0000 (0:00:00.012) 0:00:20.911 ******* 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 06:00:21 +0000 (0:00:00.011) 0:00:20.923 ******* 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 06:00:21 +0000 (0:00:00.010) 0:00:20.934 ******* 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 06:00:21 +0000 (0:00:00.024) 0:00:20.959 ******* 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 06:00:21 +0000 (0:00:00.012) 0:00:20.971 ******* 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 06:00:21 +0000 (0:00:00.014) 0:00:20.985 ******* 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 06:00:21 +0000 (0:00:00.012) 0:00:20.998 ******* 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 06:00:21 +0000 (0:00:00.011) 0:00:21.010 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 February 2024 06:00:21 +0000 (0:00:00.028) 0:00:21.038 ******* 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 06:00:22 +0000 (0:00:00.012) 0:00:21.051 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 February 2024 06:00:22 +0000 (0:00:00.012) 0:00:21.063 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 February 2024 06:00:22 +0000 (0:00:00.018) 0:00:21.082 ******* 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 06:00:22 +0000 (0:00:00.010) 0:00:21.092 ******* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test3", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/foo-test2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0", "/dev/mapper/foo-test1", "/dev/mapper/foo-test2", "/dev/mapper/foo-test3" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 February 2024 06:00:26 +0000 (0:00:04.360) 0:00:25.453 ******* 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 06:00:26 +0000 (0:00:00.012) 0:00:25.465 ******* 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 06:00:26 +0000 (0:00:00.010) 0:00:25.476 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test3", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/foo-test2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0", "/dev/mapper/foo-test1", "/dev/mapper/foo-test2", "/dev/mapper/foo-test3" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 11 February 2024 06:00:26 +0000 (0:00:00.016) 0:00:25.492 ******* 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 06:00:26 +0000 (0:00:00.015) 0:00:25.507 ******* 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 06:00:26 +0000 (0:00:00.014) 0:00:25.521 ******* 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 06:00:26 +0000 (0:00:00.014) 0:00:25.536 ******* 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 06:00:27 +0000 (0:00:01.167) 0:00:26.703 ******* 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 06:00:29 +0000 (0:00:01.574) 0:00:28.277 ******* 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 06:00:29 +0000 (0:00:00.022) 0:00:28.300 ******* 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 06:00:30 +0000 (0:00:01.021) 0:00:29.321 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707631217.9295177, "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 06:00:30 +0000 (0:00:00.215) 0:00:29.537 ******* 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 06:00:30 +0000 (0:00:00.011) 0:00:29.549 ******* 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 06:00:31 +0000 (0:00:00.825) 0:00:30.374 ******* 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 06:00:31 +0000 (0:00:00.019) 0:00:30.394 ******* 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 06:00:31 +0000 (0:00:00.016) 0:00:30.410 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:15 Sunday 11 February 2024 06:00:31 +0000 (0:00:00.011) 0:00:30.421 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "f11fa44d-4be5-4dac-b770-1d915c85f0a2" }, "/dev/mapper/foo-test2": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test2", "size": "3G", "type": "lvm", "uuid": "8c900572-f62a-490b-a140-4eb0b633fc21" }, "/dev/mapper/foo-test3": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test3", "size": "3G", "type": "lvm", "uuid": "d45d55fb-a5d7-46f1-8e2c-17358f5e7838" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "iwNaAl-Msl9-9z8Q-4KVW-3M8F-bapo-NDOeIy" }, "/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 06:00:31 +0000 (0:00:00.277) 0:00:30.699 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003329", "end": "2024-02-11 06:00:31.884029", "rc": 0, "start": "2024-02-11 06:00:31.880700" } 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 06:00:31 +0000 (0:00:00.254) 0:00:30.953 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003256", "end": "2024-02-11 06:00:32.090259", "failed_when_result": false, "rc": 0, "start": "2024-02-11 06:00:32.087003" } 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 06:00:32 +0000 (0:00:00.207) 0:00:31.160 ******* 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 06:00:32 +0000 (0:00:00.029) 0:00:31.190 ******* 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 06:00:32 +0000 (0:00:00.011) 0:00:31.201 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.034978", "end": "2024-02-11 06:00:32.376287", "rc": 0, "start": "2024-02-11 06:00:32.341309" } 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 06:00:32 +0000 (0:00:00.245) 0:00:31.447 ******* 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 06:00:32 +0000 (0:00:00.018) 0:00:31.465 ******* 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 06:00:32 +0000 (0:00:00.027) 0:00:31.493 ******* 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 06:00:32 +0000 (0:00:00.017) 0:00:31.510 ******* 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 06:00:32 +0000 (0:00:00.256) 0:00:31.766 ******* 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 06:00:32 +0000 (0:00:00.015) 0:00:31.781 ******* 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 06:00:32 +0000 (0:00:00.016) 0:00:31.797 ******* 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 06:00:32 +0000 (0:00:00.015) 0:00:31.813 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-pool-members.yml:48 Sunday 11 February 2024 06:00:32 +0000 (0:00:00.014) 0:00:31.827 ******* 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 06:00:32 +0000 (0:00:00.015) 0:00:31.843 ******* 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 06:00:32 +0000 (0:00:00.012) 0:00:31.855 ******* 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 06:00:32 +0000 (0:00:00.017) 0:00:31.873 ******* 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 06:00:32 +0000 (0:00:00.023) 0:00:31.897 ******* 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 06:00:32 +0000 (0:00:00.012) 0:00:31.909 ******* 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 06:00:32 +0000 (0:00:00.012) 0:00:31.922 ******* 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 06:00:32 +0000 (0:00:00.011) 0:00:31.933 ******* 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 06:00:32 +0000 (0:00:00.011) 0:00:31.944 ******* 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 06:00:32 +0000 (0:00:00.011) 0:00:31.955 ******* 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 06:00:32 +0000 (0:00:00.012) 0:00:31.968 ******* 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 06:00:32 +0000 (0:00:00.011) 0:00:31.979 ******* 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 06:00:32 +0000 (0:00:00.012) 0:00:31.991 ******* 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 06:00:32 +0000 (0:00:00.011) 0:00:32.003 ******* 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 06:00:32 +0000 (0:00:00.011) 0:00:32.014 ******* 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 06:00:32 +0000 (0:00:00.011) 0:00:32.025 ******* 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 06:00:33 +0000 (0:00:00.024) 0:00:32.049 ******* 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 06:00:33 +0000 (0:00:00.038) 0:00:32.088 ******* 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 06:00:33 +0000 (0:00:00.014) 0:00:32.102 ******* 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 06:00:33 +0000 (0:00:00.012) 0:00:32.115 ******* 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 06:00:33 +0000 (0:00:00.012) 0:00:32.128 ******* 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 06:00:33 +0000 (0:00:00.013) 0:00:32.141 ******* 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 06:00:33 +0000 (0:00:00.013) 0:00:32.155 ******* 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 06:00:33 +0000 (0:00:00.032) 0:00:32.187 ******* 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 06:00:33 +0000 (0:00:00.013) 0:00:32.200 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.212 ******* 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 06:00:33 +0000 (0:00:00.012) 0:00:32.224 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.236 ******* 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 06:00:33 +0000 (0:00:00.012) 0:00:32.248 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.259 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.271 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.282 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.293 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.304 ******* 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 06:00:33 +0000 (0:00:00.012) 0:00:32.317 ******* 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 06:00:33 +0000 (0:00:00.012) 0:00:32.329 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.340 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.352 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.363 ******* 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 06:00:33 +0000 (0:00:00.025) 0:00:32.388 ******* 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 06:00:33 +0000 (0:00:00.037) 0:00:32.426 ******* 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 06:00:33 +0000 (0:00:00.012) 0:00:32.439 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.450 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.462 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.473 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.484 ******* 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 06:00:33 +0000 (0:00:00.012) 0:00:32.496 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.508 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.519 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.530 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.541 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.552 ******* 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 06:00:33 +0000 (0:00:00.012) 0:00:32.565 ******* 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 06:00:33 +0000 (0:00:00.025) 0:00:32.590 ******* 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 06:00:33 +0000 (0:00:00.013) 0:00:32.604 ******* 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 06:00:33 +0000 (0:00:00.013) 0:00:32.617 ******* 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 06:00:33 +0000 (0:00:00.023) 0:00:32.641 ******* 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 06:00:33 +0000 (0:00:00.014) 0:00:32.656 ******* 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 06:00:33 +0000 (0:00:00.014) 0:00:32.670 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.681 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.692 ******* 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 06:00:33 +0000 (0:00:00.012) 0:00:32.705 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.716 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.727 ******* 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 06:00:33 +0000 (0:00:00.026) 0:00:32.753 ******* 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 06:00:33 +0000 (0:00:00.040) 0:00:32.794 ******* 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 06:00:33 +0000 (0:00:00.012) 0:00:32.806 ******* 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 06:00:33 +0000 (0:00:00.012) 0:00:32.819 ******* 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 06:00:33 +0000 (0:00:00.012) 0:00:32.832 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.843 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.854 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.866 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.877 ******* 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 06:00:33 +0000 (0:00:00.030) 0:00:32.907 ******* 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 06:00:33 +0000 (0:00:00.013) 0:00:32.920 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.932 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.943 ******* 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 06:00:33 +0000 (0:00:00.012) 0:00:32.956 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:32.967 ******* 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 06:00:33 +0000 (0:00:00.012) 0:00:32.980 ******* 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 06:00:33 +0000 (0:00:00.012) 0:00:32.992 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:33.004 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:33.015 ******* 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 06:00:33 +0000 (0:00:00.011) 0:00:33.026 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-vdo.yml:41 Sunday 11 February 2024 06:00:33 +0000 (0:00:00.011) 0:00:33.038 ******* 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 06:00:34 +0000 (0:00:00.013) 0:00:33.052 ******* 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 06:00:34 +0000 (0:00:00.011) 0:00:33.063 ******* 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 06:00:34 +0000 (0:00:00.011) 0:00:33.075 ******* 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 06:00:34 +0000 (0:00:00.033) 0:00:33.108 ******* 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 06:00:34 +0000 (0:00:00.014) 0:00:33.123 ******* 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 06:00:34 +0000 (0:00:00.062) 0:00:33.185 ******* 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 06:00:34 +0000 (0:00:00.016) 0:00:33.202 ******* 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": "f11fa44d-4be5-4dac-b770-1d915c85f0a2" } ], "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": "f11fa44d-4be5-4dac-b770-1d915c85f0a2" } ], "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 06:00:34 +0000 (0:00:00.019) 0:00:33.222 ******* 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 06:00:34 +0000 (0:00:00.012) 0:00:33.235 ******* 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 06:00:34 +0000 (0:00:00.016) 0:00:33.251 ******* 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 06:00:34 +0000 (0:00:00.014) 0:00:33.266 ******* 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 06:00:34 +0000 (0:00:00.012) 0:00:33.279 ******* 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 06:00:34 +0000 (0:00:00.012) 0:00:33.291 ******* 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 06:00:34 +0000 (0:00:00.011) 0:00:33.303 ******* 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 06:00:34 +0000 (0:00:00.015) 0:00:33.318 ******* 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 06:00:34 +0000 (0:00:00.013) 0:00:33.332 ******* 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 06:00:34 +0000 (0:00:00.011) 0:00:33.343 ******* 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 06:00:34 +0000 (0:00:00.012) 0:00:33.355 ******* 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 06:00:34 +0000 (0:00:00.011) 0:00:33.367 ******* 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 06:00:34 +0000 (0:00:00.024) 0:00:33.391 ******* 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 06:00:34 +0000 (0:00:00.014) 0:00:33.406 ******* 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 06:00:34 +0000 (0:00:00.015) 0:00:33.421 ******* 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 06:00:34 +0000 (0:00:00.012) 0:00:33.434 ******* 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 06:00:34 +0000 (0:00:00.011) 0:00:33.445 ******* 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 06:00:34 +0000 (0:00:00.015) 0:00:33.461 ******* 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 06:00:34 +0000 (0:00:00.016) 0:00:33.478 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707631229.2231357, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707631226.2372367, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 817, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707631226.2372367, "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 06:00:34 +0000 (0:00:00.213) 0:00:33.691 ******* 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 06:00:34 +0000 (0:00:00.015) 0:00:33.707 ******* 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 06:00:34 +0000 (0:00:00.012) 0:00:33.719 ******* 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 06:00:34 +0000 (0:00:00.015) 0:00:33.735 ******* 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 06:00:34 +0000 (0:00:00.012) 0:00:33.747 ******* 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 06:00:34 +0000 (0:00:00.011) 0:00:33.759 ******* 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 06:00:34 +0000 (0:00:00.013) 0:00:33.772 ******* 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 06:00:34 +0000 (0:00:00.011) 0:00:33.784 ******* 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 06:00:38 +0000 (0:00:03.546) 0:00:37.330 ******* 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 06:00:38 +0000 (0:00:00.013) 0:00:37.343 ******* 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 06:00:38 +0000 (0:00:00.011) 0:00:37.355 ******* 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 06:00:38 +0000 (0:00:00.017) 0:00:37.372 ******* 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 06:00:38 +0000 (0:00:00.011) 0:00:37.384 ******* 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 06:00:38 +0000 (0:00:00.011) 0:00:37.395 ******* 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 06:00:38 +0000 (0:00:00.011) 0:00:37.407 ******* 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 06:00:38 +0000 (0:00:00.011) 0:00:37.418 ******* 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 06:00:38 +0000 (0:00:00.012) 0:00:37.431 ******* 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 06:00:38 +0000 (0:00:00.017) 0:00:37.449 ******* 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 06:00:38 +0000 (0:00:00.015) 0:00:37.464 ******* 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 06:00:38 +0000 (0:00:00.013) 0:00:37.477 ******* 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 06:00:38 +0000 (0:00:00.012) 0:00:37.490 ******* 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 06:00:38 +0000 (0:00:00.013) 0:00:37.503 ******* 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 06:00:38 +0000 (0:00:00.012) 0:00:37.515 ******* 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 06:00:38 +0000 (0:00:00.014) 0:00:37.529 ******* 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 06:00:38 +0000 (0:00:00.012) 0:00:37.542 ******* 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 06:00:38 +0000 (0:00:00.012) 0:00:37.555 ******* 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 06:00:38 +0000 (0:00:00.012) 0:00:37.568 ******* 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 06:00:38 +0000 (0:00:00.012) 0:00:37.580 ******* 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 06:00:38 +0000 (0:00:00.011) 0:00:37.591 ******* 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 06:00:38 +0000 (0:00:00.012) 0:00:37.604 ******* 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 06:00:38 +0000 (0:00:00.011) 0:00:37.615 ******* 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 06:00:38 +0000 (0:00:00.011) 0:00:37.627 ******* 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 06:00:38 +0000 (0:00:00.011) 0:00:37.638 ******* 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 06:00:38 +0000 (0:00:00.283) 0:00:37.921 ******* 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 06:00:39 +0000 (0:00:00.208) 0:00:38.130 ******* 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 06:00:39 +0000 (0:00:00.017) 0:00:38.147 ******* 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 06:00:39 +0000 (0:00:00.012) 0:00:38.160 ******* 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 06:00:39 +0000 (0:00:00.206) 0:00:38.366 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:00:39 +0000 (0:00:00.015) 0:00:38.381 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:00:39 +0000 (0:00:00.014) 0:00:38.396 ******* 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 06:00:39 +0000 (0:00:00.013) 0:00:38.410 ******* 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 06:00:39 +0000 (0:00:00.013) 0:00:38.423 ******* 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 06:00:39 +0000 (0:00:00.012) 0:00:38.436 ******* 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 06:00:39 +0000 (0:00:00.011) 0:00:38.447 ******* 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 06:00:39 +0000 (0:00:00.011) 0:00:38.458 ******* 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 06:00:39 +0000 (0:00:00.011) 0:00:38.470 ******* 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 06:00:39 +0000 (0:00:00.011) 0:00:38.481 ******* 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 06:00:39 +0000 (0:00:00.011) 0:00:38.493 ******* 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 06:00:39 +0000 (0:00:00.012) 0:00:38.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 06:00:39 +0000 (0:00:00.011) 0:00:38.517 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:00:39 +0000 (0:00:00.011) 0:00:38.528 ******* 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 06:00:39 +0000 (0:00:00.011) 0:00:38.539 ******* 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 06:00:39 +0000 (0:00:00.011) 0:00:38.551 ******* 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 06:00:39 +0000 (0:00:00.011) 0:00:38.562 ******* 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 06:00:39 +0000 (0:00:00.012) 0:00:38.575 ******* 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 06:00:39 +0000 (0:00:00.011) 0:00:38.587 ******* 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 06:00:39 +0000 (0:00:00.011) 0:00:38.598 ******* 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 06:00:39 +0000 (0:00:00.013) 0:00:38.612 ******* 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 06:00:39 +0000 (0:00:00.012) 0:00:38.624 ******* 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 06:00:39 +0000 (0:00:00.018) 0:00:38.642 ******* 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.036550", "end": "2024-02-11 06:00:39.820340", "rc": 0, "start": "2024-02-11 06:00:39.783790" } 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 06:00:39 +0000 (0:00:00.248) 0:00:38.891 ******* 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 06:00:39 +0000 (0:00:00.016) 0:00:38.907 ******* 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 06:00:39 +0000 (0:00:00.016) 0:00:38.923 ******* 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 06:00:39 +0000 (0:00:00.012) 0:00:38.936 ******* 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 06:00:39 +0000 (0:00:00.012) 0:00:38.948 ******* 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 06:00:39 +0000 (0:00:00.012) 0:00:38.960 ******* 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 06:00:39 +0000 (0:00:00.012) 0:00:38.973 ******* 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 06:00:39 +0000 (0:00:00.011) 0:00:38.984 ******* 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 06:00:39 +0000 (0:00:00.015) 0:00:39.000 ******* 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 06:00:40 +0000 (0:00:00.057) 0:00:39.058 ******* 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 06:00:40 +0000 (0:00:00.015) 0:00:39.073 ******* 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": "8c900572-f62a-490b-a140-4eb0b633fc21" } ], "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": "8c900572-f62a-490b-a140-4eb0b633fc21" } ], "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 06:00:40 +0000 (0:00:00.020) 0:00:39.093 ******* 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 06:00:40 +0000 (0:00:00.013) 0:00:39.107 ******* 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 06:00:40 +0000 (0:00:00.016) 0:00:39.123 ******* 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 06:00:40 +0000 (0:00:00.014) 0:00:39.138 ******* 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 06:00:40 +0000 (0:00:00.012) 0:00:39.151 ******* 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 06:00:40 +0000 (0:00:00.012) 0:00:39.163 ******* 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 06:00:40 +0000 (0:00:00.012) 0:00:39.176 ******* 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 06:00:40 +0000 (0:00:00.017) 0:00:39.194 ******* 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 06:00:40 +0000 (0:00:00.013) 0:00:39.207 ******* 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 06:00:40 +0000 (0:00:00.012) 0:00:39.220 ******* 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 06:00:40 +0000 (0:00:00.011) 0:00:39.231 ******* 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 06:00:40 +0000 (0:00:00.014) 0:00:39.246 ******* 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 06:00:40 +0000 (0:00:00.028) 0:00:39.274 ******* 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 06:00:40 +0000 (0:00:00.016) 0:00:39.291 ******* 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 06:00:40 +0000 (0:00:00.015) 0:00:39.306 ******* 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 06:00:40 +0000 (0:00:00.012) 0:00:39.319 ******* 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 06:00:40 +0000 (0:00:00.011) 0:00:39.330 ******* 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 06:00:40 +0000 (0:00:00.017) 0:00:39.347 ******* 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 06:00:40 +0000 (0:00:00.018) 0:00:39.366 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707631229.181137, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707631225.930247, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 777, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707631225.930247, "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 06:00:40 +0000 (0:00:00.216) 0:00:39.582 ******* 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 06:00:40 +0000 (0:00:00.015) 0:00:39.598 ******* 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 06:00:40 +0000 (0:00:00.012) 0:00:39.611 ******* 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 06:00:40 +0000 (0:00:00.014) 0:00:39.626 ******* 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 06:00:40 +0000 (0:00:00.012) 0:00:39.638 ******* 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 06:00:40 +0000 (0:00:00.011) 0:00:39.650 ******* 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 06:00:40 +0000 (0:00:00.013) 0:00:39.663 ******* 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 06:00:40 +0000 (0:00:00.011) 0:00:39.674 ******* 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 06:00:43 +0000 (0:00:02.530) 0:00:42.205 ******* 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 06:00:43 +0000 (0:00:00.013) 0:00:42.218 ******* 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 06:00:43 +0000 (0:00:00.013) 0:00:42.232 ******* 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 06:00:43 +0000 (0:00:00.018) 0:00:42.250 ******* 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 06:00:43 +0000 (0:00:00.012) 0:00:42.263 ******* 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 06:00:43 +0000 (0:00:00.012) 0:00:42.276 ******* 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 06:00:43 +0000 (0:00:00.011) 0:00:42.288 ******* 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 06:00:43 +0000 (0:00:00.012) 0:00:42.300 ******* 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 06:00:43 +0000 (0:00:00.011) 0:00:42.312 ******* 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 06:00:43 +0000 (0:00:00.019) 0:00:42.331 ******* 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 06:00:43 +0000 (0:00:00.016) 0:00:42.347 ******* 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 06:00:43 +0000 (0:00:00.013) 0:00:42.360 ******* 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 06:00:43 +0000 (0:00:00.012) 0:00:42.373 ******* 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 06:00:43 +0000 (0:00:00.014) 0:00:42.387 ******* 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 06:00:43 +0000 (0:00:00.011) 0:00:42.399 ******* 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 06:00:43 +0000 (0:00:00.012) 0:00:42.412 ******* 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 06:00:43 +0000 (0:00:00.011) 0:00:42.423 ******* 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 06:00:43 +0000 (0:00:00.011) 0:00:42.435 ******* 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 06:00:43 +0000 (0:00:00.012) 0:00:42.448 ******* 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 06:00:43 +0000 (0:00:00.014) 0:00:42.462 ******* 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 06:00:43 +0000 (0:00:00.012) 0:00:42.475 ******* 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 06:00:43 +0000 (0:00:00.012) 0:00:42.488 ******* 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 06:00:43 +0000 (0:00:00.011) 0:00:42.499 ******* 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 06:00:43 +0000 (0:00:00.011) 0:00:42.511 ******* 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 06:00:43 +0000 (0:00:00.013) 0:00:42.524 ******* 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 06:00:43 +0000 (0:00:00.216) 0:00:42.740 ******* 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 06:00:43 +0000 (0:00:00.214) 0:00:42.954 ******* 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 06:00:43 +0000 (0:00:00.017) 0:00:42.972 ******* 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 06:00:43 +0000 (0:00:00.012) 0:00:42.984 ******* 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 06:00:44 +0000 (0:00:00.213) 0:00:43.197 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:00:44 +0000 (0:00:00.014) 0:00:43.212 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:00:44 +0000 (0:00:00.013) 0:00:43.226 ******* 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 06:00:44 +0000 (0:00:00.014) 0:00:43.241 ******* 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 06:00:44 +0000 (0:00:00.015) 0:00:43.256 ******* 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 06:00:44 +0000 (0:00:00.013) 0:00:43.269 ******* 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 06:00:44 +0000 (0:00:00.012) 0:00:43.282 ******* 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 06:00:44 +0000 (0:00:00.012) 0:00:43.295 ******* 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 06:00:44 +0000 (0:00:00.012) 0:00:43.308 ******* 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 06:00:44 +0000 (0:00:00.014) 0:00:43.322 ******* 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 06:00:44 +0000 (0:00:00.012) 0:00:43.334 ******* 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 06:00:44 +0000 (0:00:00.012) 0:00:43.347 ******* 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 06:00:44 +0000 (0:00:00.011) 0:00:43.359 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:00:44 +0000 (0:00:00.011) 0:00:43.371 ******* 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 06:00:44 +0000 (0:00:00.011) 0:00:43.382 ******* 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 06:00:44 +0000 (0:00:00.012) 0:00:43.395 ******* 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 06:00:44 +0000 (0:00:00.011) 0:00:43.406 ******* 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 06:00:44 +0000 (0:00:00.011) 0:00:43.417 ******* 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 06:00:44 +0000 (0:00:00.011) 0:00:43.429 ******* 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 06:00:44 +0000 (0:00:00.012) 0:00:43.441 ******* 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 06:00:44 +0000 (0:00:00.013) 0:00:43.455 ******* 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 06:00:44 +0000 (0:00:00.013) 0:00:43.469 ******* 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 06:00:44 +0000 (0:00:00.053) 0:00:43.522 ******* 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.034829", "end": "2024-02-11 06:00:44.697246", "rc": 0, "start": "2024-02-11 06:00:44.662417" } 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 06:00:44 +0000 (0:00:00.246) 0:00:43.769 ******* 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 06:00:44 +0000 (0:00:00.016) 0:00:43.786 ******* 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 06:00:44 +0000 (0:00:00.017) 0:00:43.804 ******* 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 06:00:44 +0000 (0:00:00.015) 0:00:43.819 ******* 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 06:00:44 +0000 (0:00:00.014) 0:00:43.833 ******* 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 06:00:44 +0000 (0:00:00.013) 0:00:43.847 ******* 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 06:00:44 +0000 (0:00:00.015) 0:00:43.862 ******* 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 06:00:44 +0000 (0:00:00.011) 0:00:43.874 ******* 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 06:00:44 +0000 (0:00:00.015) 0:00:43.890 ******* 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 06:00:44 +0000 (0:00:00.060) 0:00:43.950 ******* 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 06:00:44 +0000 (0:00:00.015) 0:00:43.966 ******* 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": "d45d55fb-a5d7-46f1-8e2c-17358f5e7838" } ], "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": "d45d55fb-a5d7-46f1-8e2c-17358f5e7838" } ], "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 06:00:44 +0000 (0:00:00.019) 0:00:43.985 ******* 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 06:00:44 +0000 (0:00:00.012) 0:00:43.998 ******* 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 06:00:44 +0000 (0:00:00.016) 0:00:44.014 ******* 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 06:00:44 +0000 (0:00:00.014) 0:00:44.029 ******* 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 06:00:44 +0000 (0:00:00.012) 0:00:44.042 ******* 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 06:00:45 +0000 (0:00:00.014) 0:00:44.056 ******* 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 06:00:45 +0000 (0:00:00.013) 0:00:44.069 ******* 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 06:00:45 +0000 (0:00:00.015) 0:00:44.085 ******* 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 06:00:45 +0000 (0:00:00.011) 0:00:44.097 ******* 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 06:00:45 +0000 (0:00:00.011) 0:00:44.108 ******* 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 06:00:45 +0000 (0:00:00.011) 0:00:44.119 ******* 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 06:00:45 +0000 (0:00:00.012) 0:00:44.132 ******* 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 06:00:45 +0000 (0:00:00.026) 0:00:44.159 ******* 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 06:00:45 +0000 (0:00:00.016) 0:00:44.175 ******* 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 06:00:45 +0000 (0:00:00.015) 0:00:44.191 ******* 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 06:00:45 +0000 (0:00:00.012) 0:00:44.204 ******* 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 06:00:45 +0000 (0:00:00.013) 0:00:44.217 ******* 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 06:00:45 +0000 (0:00:00.017) 0:00:44.235 ******* 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 06:00:45 +0000 (0:00:00.018) 0:00:44.253 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707631229.2331355, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707631225.6152577, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 736, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707631225.6152577, "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 06:00:45 +0000 (0:00:00.215) 0:00:44.469 ******* 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 06:00:45 +0000 (0:00:00.016) 0:00:44.485 ******* 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 06:00:45 +0000 (0:00:00.013) 0:00:44.498 ******* 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 06:00:45 +0000 (0:00:00.015) 0:00:44.513 ******* 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 06:00:45 +0000 (0:00:00.013) 0:00:44.527 ******* 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 06:00:45 +0000 (0:00:00.012) 0:00:44.540 ******* 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 06:00:45 +0000 (0:00:00.014) 0:00:44.555 ******* 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 06:00:45 +0000 (0:00:00.012) 0:00:44.568 ******* 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 06:00:48 +0000 (0:00:02.541) 0:00:47.110 ******* 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 06:00:48 +0000 (0:00:00.013) 0:00:47.123 ******* 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 06:00:48 +0000 (0:00:00.013) 0:00:47.136 ******* 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 06:00:48 +0000 (0:00:00.018) 0:00:47.155 ******* 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 06:00:48 +0000 (0:00:00.013) 0:00:47.168 ******* 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 06:00:48 +0000 (0:00:00.013) 0:00:47.181 ******* 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 06:00:48 +0000 (0:00:00.013) 0:00:47.194 ******* 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 06:00:48 +0000 (0:00:00.012) 0:00:47.207 ******* 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 06:00:48 +0000 (0:00:00.014) 0:00:47.221 ******* 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 06:00:48 +0000 (0:00:00.017) 0:00:47.239 ******* 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 06:00:48 +0000 (0:00:00.015) 0:00:47.254 ******* 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 06:00:48 +0000 (0:00:00.012) 0:00:47.267 ******* 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 06:00:48 +0000 (0:00:00.012) 0:00:47.279 ******* 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 06:00:48 +0000 (0:00:00.012) 0:00:47.292 ******* 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 06:00:48 +0000 (0:00:00.012) 0:00:47.305 ******* 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 06:00:48 +0000 (0:00:00.012) 0:00:47.318 ******* 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 06:00:48 +0000 (0:00:00.012) 0:00:47.331 ******* 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 06:00:48 +0000 (0:00:00.012) 0:00:47.343 ******* 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 06:00:48 +0000 (0:00:00.012) 0:00:47.356 ******* 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 06:00:48 +0000 (0:00:00.012) 0:00:47.369 ******* 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 06:00:48 +0000 (0:00:00.014) 0:00:47.383 ******* 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 06:00:48 +0000 (0:00:00.012) 0:00:47.396 ******* 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 06:00:48 +0000 (0:00:00.012) 0:00:47.409 ******* 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 06:00:48 +0000 (0:00:00.012) 0:00:47.422 ******* 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 06:00:48 +0000 (0:00:00.012) 0:00:47.435 ******* 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 06:00:48 +0000 (0:00:00.210) 0:00:47.645 ******* 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 06:00:48 +0000 (0:00:00.213) 0:00:47.858 ******* 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 06:00:48 +0000 (0:00:00.019) 0:00:47.878 ******* 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 06:00:48 +0000 (0:00:00.014) 0:00:47.892 ******* 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 06:00:49 +0000 (0:00:00.209) 0:00:48.101 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:00:49 +0000 (0:00:00.015) 0:00:48.116 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:00:49 +0000 (0:00:00.015) 0:00:48.132 ******* 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 06:00:49 +0000 (0:00:00.015) 0:00:48.147 ******* 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 06:00:49 +0000 (0:00:00.015) 0:00:48.163 ******* 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 06:00:49 +0000 (0:00:00.013) 0:00:48.177 ******* 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 06:00:49 +0000 (0:00:00.012) 0:00:48.189 ******* 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 06:00:49 +0000 (0:00:00.012) 0:00:48.202 ******* 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 06:00:49 +0000 (0:00:00.012) 0:00:48.215 ******* 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 06:00:49 +0000 (0:00:00.012) 0:00:48.228 ******* 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 06:00:49 +0000 (0:00:00.013) 0:00:48.242 ******* 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 06:00:49 +0000 (0:00:00.012) 0:00:48.255 ******* 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 06:00:49 +0000 (0:00:00.012) 0:00:48.267 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:00:49 +0000 (0:00:00.012) 0:00:48.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 06:00:49 +0000 (0:00:00.012) 0:00:48.293 ******* 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 06:00:49 +0000 (0:00:00.012) 0:00:48.306 ******* 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 06:00:49 +0000 (0:00:00.014) 0:00:48.320 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:142 Sunday 11 February 2024 06:00:49 +0000 (0:00:00.013) 0:00:48.333 ******* 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 06:00:49 +0000 (0:00:00.012) 0:00:48.346 ******* 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 06:00:49 +0000 (0:00:00.012) 0:00:48.359 ******* 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 06:00:49 +0000 (0:00:00.014) 0:00:48.373 ******* 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 06:00:49 +0000 (0:00:00.022) 0:00:48.396 ******* 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 06:00:49 +0000 (0:00:00.020) 0:00:48.416 ******* 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.034773", "end": "2024-02-11 06:00:49.592311", "rc": 0, "start": "2024-02-11 06:00:49.557538" } 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 06:00:49 +0000 (0:00:00.246) 0:00:48.663 ******* 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 06:00:49 +0000 (0:00:00.016) 0:00:48.679 ******* 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 06:00:49 +0000 (0:00:00.017) 0:00:48.697 ******* 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 06:00:49 +0000 (0:00:00.013) 0:00:48.710 ******* 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 06:00:49 +0000 (0:00:00.012) 0:00:48.723 ******* 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 06:00:49 +0000 (0:00:00.013) 0:00:48.737 ******* 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 06:00:49 +0000 (0:00:00.013) 0:00:48.750 ******* 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 06:00:49 +0000 (0:00:00.011) 0:00:48.762 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:54 Sunday 11 February 2024 06:00:49 +0000 (0:00:00.011) 0:00:48.773 ******* 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 06:00:49 +0000 (0:00:00.011) 0:00:48.785 ******* 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 06:00:49 +0000 (0:00:00.022) 0:00:48.807 ******* 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 06:00:49 +0000 (0:00:00.019) 0:00:48.827 ******* 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 06:00:49 +0000 (0:00:00.015) 0:00:48.843 ******* 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 06:00:49 +0000 (0:00:00.032) 0:00:48.875 ******* 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 06:00:49 +0000 (0:00:00.013) 0:00:48.888 ******* 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 06:00:49 +0000 (0:00:00.013) 0:00:48.902 ******* 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 06:00:49 +0000 (0:00:00.011) 0:00:48.914 ******* 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 06:00:49 +0000 (0:00:00.011) 0:00:48.925 ******* 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 06:00:49 +0000 (0:00:00.024) 0:00:48.950 ******* 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 06:00:49 +0000 (0:00:00.013) 0:00:48.964 ******* 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 06:00:49 +0000 (0:00:00.014) 0:00:48.979 ******* 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 06:00:49 +0000 (0:00:00.012) 0:00:48.991 ******* 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 06:00:49 +0000 (0:00:00.012) 0:00:49.003 ******* 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 06:00:49 +0000 (0:00:00.011) 0:00:49.015 ******* 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 06:00:49 +0000 (0:00:00.012) 0:00:49.027 ******* 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 06:00:49 +0000 (0:00:00.012) 0:00:49.040 ******* 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 06:00:50 +0000 (0:00:00.020) 0:00:49.060 ******* 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 06:00:50 +0000 (0:00:00.010) 0:00:49.070 ******* 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 06:00:52 +0000 (0:00:02.943) 0:00:52.013 ******* 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 06:00:52 +0000 (0:00:00.012) 0:00:52.026 ******* 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 06:00:52 +0000 (0:00:00.010) 0:00:52.037 ******* 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 06:00:53 +0000 (0:00:00.016) 0:00:52.053 ******* 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 06:00:53 +0000 (0:00:00.018) 0:00:52.072 ******* 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 06:00:53 +0000 (0:00:00.013) 0:00:52.085 ******* 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 06:00:53 +0000 (0:00:00.011) 0:00:52.097 ******* 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 06:00:54 +0000 (0:00:01.032) 0:00:53.129 ******* 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 06:00:54 +0000 (0:00:00.625) 0:00:53.755 ******* 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 06:00:54 +0000 (0:00:00.022) 0:00:53.777 ******* 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 06:00:55 +0000 (0:00:01.025) 0:00:54.803 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707631217.9295177, "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 06:00:55 +0000 (0:00:00.215) 0:00:55.019 ******* 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 06:00:55 +0000 (0:00:00.011) 0:00:55.031 ******* 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 06:00:56 +0000 (0:00:00.812) 0:00:55.843 ******* 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 06:00:56 +0000 (0:00:00.020) 0:00:55.864 ******* 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 06:00:56 +0000 (0:00:00.017) 0:00:55.881 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:15 Sunday 11 February 2024 06:00:56 +0000 (0:00:00.011) 0:00:55.893 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "f11fa44d-4be5-4dac-b770-1d915c85f0a2" }, "/dev/mapper/foo-test2": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test2", "size": "3G", "type": "lvm", "uuid": "8c900572-f62a-490b-a140-4eb0b633fc21" }, "/dev/mapper/foo-test3": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test3", "size": "3G", "type": "lvm", "uuid": "d45d55fb-a5d7-46f1-8e2c-17358f5e7838" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "iwNaAl-Msl9-9z8Q-4KVW-3M8F-bapo-NDOeIy" }, "/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 06:00:57 +0000 (0:00:00.211) 0:00:56.104 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003382", "end": "2024-02-11 06:00:57.244336", "rc": 0, "start": "2024-02-11 06:00:57.240954" } 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 06:00:57 +0000 (0:00:00.210) 0:00:56.315 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003493", "end": "2024-02-11 06:00:57.454301", "failed_when_result": false, "rc": 0, "start": "2024-02-11 06:00:57.450808" } 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 06:00:57 +0000 (0:00:00.208) 0:00:56.524 ******* 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 06:00:57 +0000 (0:00:00.028) 0:00:56.553 ******* 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 06:00:57 +0000 (0:00:00.011) 0:00:56.564 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.036555", "end": "2024-02-11 06:00:57.740079", "rc": 0, "start": "2024-02-11 06:00:57.703524" } 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 06:00:57 +0000 (0:00:00.246) 0:00:56.811 ******* 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 06:00:57 +0000 (0:00:00.017) 0:00:56.829 ******* 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 06:00:57 +0000 (0:00:00.026) 0:00:56.855 ******* 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 06:00:57 +0000 (0:00:00.016) 0:00:56.872 ******* 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 06:00:58 +0000 (0:00:00.223) 0:00:57.095 ******* 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 06:00:58 +0000 (0:00:00.015) 0:00:57.110 ******* 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 06:00:58 +0000 (0:00:00.015) 0:00:57.126 ******* 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 06:00:58 +0000 (0:00:00.015) 0:00:57.142 ******* 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 06:00:58 +0000 (0:00:00.013) 0:00:57.155 ******* 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 06:00:58 +0000 (0:00:00.015) 0:00:57.171 ******* 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 06:00:58 +0000 (0:00:00.012) 0:00:57.184 ******* 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 06:00:58 +0000 (0:00:00.018) 0:00:57.202 ******* 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 06:00:58 +0000 (0:00:00.022) 0:00:57.224 ******* 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 06:00:58 +0000 (0:00:00.013) 0:00:57.238 ******* 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 06:00:58 +0000 (0:00:00.012) 0:00:57.250 ******* 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 06:00:58 +0000 (0:00:00.012) 0:00:57.263 ******* 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 06:00:58 +0000 (0:00:00.012) 0:00:57.276 ******* 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 06:00:58 +0000 (0:00:00.012) 0:00:57.288 ******* 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 06:00:58 +0000 (0:00:00.012) 0:00:57.301 ******* 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 06:00:58 +0000 (0:00:00.013) 0:00:57.315 ******* 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 06:00:58 +0000 (0:00:00.014) 0:00:57.329 ******* 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 06:00:58 +0000 (0:00:00.012) 0:00:57.342 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:57.353 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:57.364 ******* 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 06:00:58 +0000 (0:00:00.024) 0:00:57.389 ******* 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 06:00:58 +0000 (0:00:00.035) 0:00:57.425 ******* 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 06:00:58 +0000 (0:00:00.012) 0:00:57.437 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:57.448 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:57.460 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:57.471 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:57.482 ******* 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 06:00:58 +0000 (0:00:00.012) 0:00:57.495 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:57.506 ******* 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 06:00:58 +0000 (0:00:00.014) 0:00:57.521 ******* 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 06:00:58 +0000 (0:00:00.014) 0:00:57.535 ******* 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 06:00:58 +0000 (0:00:00.012) 0:00:57.548 ******* 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 06:00:58 +0000 (0:00:00.012) 0:00:57.560 ******* 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 06:00:58 +0000 (0:00:00.013) 0:00:57.574 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:57.586 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:57.597 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:57.609 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:57.620 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:57.632 ******* 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 06:00:58 +0000 (0:00:00.014) 0:00:57.646 ******* 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 06:00:58 +0000 (0:00:00.012) 0:00:57.659 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:57.670 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:57.682 ******* 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 06:00:58 +0000 (0:00:00.024) 0:00:57.707 ******* 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 06:00:58 +0000 (0:00:00.037) 0:00:57.744 ******* 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 06:00:58 +0000 (0:00:00.012) 0:00:57.757 ******* 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 06:00:58 +0000 (0:00:00.013) 0:00:57.771 ******* 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 06:00:58 +0000 (0:00:00.013) 0:00:57.784 ******* 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 06:00:58 +0000 (0:00:00.015) 0:00:57.800 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:57.812 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:57.823 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:57.834 ******* 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 06:00:58 +0000 (0:00:00.012) 0:00:57.846 ******* 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 06:00:58 +0000 (0:00:00.029) 0:00:57.876 ******* 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 06:00:58 +0000 (0:00:00.012) 0:00:57.889 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:57.900 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:57.912 ******* 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 06:00:58 +0000 (0:00:00.026) 0:00:57.939 ******* 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 06:00:58 +0000 (0:00:00.015) 0:00:57.954 ******* 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 06:00:58 +0000 (0:00:00.016) 0:00:57.970 ******* 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 06:00:58 +0000 (0:00:00.023) 0:00:57.994 ******* 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 06:00:58 +0000 (0:00:00.015) 0:00:58.010 ******* 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 06:00:58 +0000 (0:00:00.014) 0:00:58.025 ******* 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 06:00:58 +0000 (0:00:00.011) 0:00:58.036 ******* 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 06:00:59 +0000 (0:00:00.011) 0:00:58.048 ******* 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 06:00:59 +0000 (0:00:00.011) 0:00:58.059 ******* 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 06:00:59 +0000 (0:00:00.011) 0:00:58.070 ******* 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 06:00:59 +0000 (0:00:00.013) 0:00:58.084 ******* 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 06:00:59 +0000 (0:00:00.027) 0:00:58.112 ******* 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 06:00:59 +0000 (0:00:00.039) 0:00:58.151 ******* 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 06:00:59 +0000 (0:00:00.012) 0:00:58.164 ******* 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 06:00:59 +0000 (0:00:00.012) 0:00:58.176 ******* 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 06:00:59 +0000 (0:00:00.012) 0:00:58.189 ******* 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 06:00:59 +0000 (0:00:00.014) 0:00:58.203 ******* 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 06:00:59 +0000 (0:00:00.013) 0:00:58.217 ******* 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 06:00:59 +0000 (0:00:00.012) 0:00:58.230 ******* 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 06:00:59 +0000 (0:00:00.012) 0:00:58.243 ******* 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 06:00:59 +0000 (0:00:00.017) 0:00:58.260 ******* 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 06:00:59 +0000 (0:00:00.013) 0:00:58.274 ******* 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 06:00:59 +0000 (0:00:00.014) 0:00:58.288 ******* 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 06:00:59 +0000 (0:00:00.012) 0:00:58.301 ******* 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 06:00:59 +0000 (0:00:00.012) 0:00:58.313 ******* 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 06:00:59 +0000 (0:00:00.011) 0:00:58.325 ******* 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 06:00:59 +0000 (0:00:00.011) 0:00:58.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 06:00:59 +0000 (0:00:00.011) 0:00:58.348 ******* 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 06:00:59 +0000 (0:00:00.015) 0:00:58.364 ******* 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 06:00:59 +0000 (0:00:00.012) 0:00:58.377 ******* 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 06:00:59 +0000 (0:00:00.012) 0:00:58.390 ******* 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 06:00:59 +0000 (0:00:00.012) 0:00:58.402 ******* 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 06:00:59 +0000 (0:00:00.012) 0:00:58.415 ******* 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 06:00:59 +0000 (0:00:00.011) 0:00:58.426 ******* 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 06:00:59 +0000 (0:00:00.012) 0:00:58.439 ******* 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 06:00:59 +0000 (0:00:00.032) 0:00:58.471 ******* 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 06:00:59 +0000 (0:00:00.018) 0:00:58.490 ******* 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 06:00:59 +0000 (0:00:00.060) 0:00:58.551 ******* 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 06:00:59 +0000 (0:00:00.015) 0:00:58.566 ******* 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": "f11fa44d-4be5-4dac-b770-1d915c85f0a2" } ], "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": "f11fa44d-4be5-4dac-b770-1d915c85f0a2" } ], "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 06:00:59 +0000 (0:00:00.019) 0:00:58.586 ******* 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 06:00:59 +0000 (0:00:00.013) 0:00:58.600 ******* 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 06:00:59 +0000 (0:00:00.064) 0:00:58.664 ******* 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 06:00:59 +0000 (0:00:00.016) 0:00:58.681 ******* 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 06:00:59 +0000 (0:00:00.021) 0:00:58.702 ******* 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 06:00:59 +0000 (0:00:00.018) 0:00:58.721 ******* 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 06:00:59 +0000 (0:00:00.021) 0:00:58.742 ******* 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 06:00:59 +0000 (0:00:00.020) 0:00:58.762 ******* 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 06:00:59 +0000 (0:00:00.015) 0:00:58.778 ******* 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 06:00:59 +0000 (0:00:00.013) 0:00:58.791 ******* 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 06:00:59 +0000 (0:00:00.012) 0:00:58.804 ******* 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 06:00:59 +0000 (0:00:00.011) 0:00:58.815 ******* 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 06:00:59 +0000 (0:00:00.026) 0:00:58.841 ******* 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 06:00:59 +0000 (0:00:00.016) 0:00:58.858 ******* 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 06:00:59 +0000 (0:00:00.016) 0:00:58.874 ******* 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 06:00:59 +0000 (0:00:00.016) 0:00:58.890 ******* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-fs.yml:3 Sunday 11 February 2024 06:00:59 +0000 (0:00:00.013) 0:00:58.903 ******* 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 06:00:59 +0000 (0:00:00.019) 0:00:58.923 ******* 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 06:00:59 +0000 (0:00:00.019) 0:00:58.943 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707631229.2231357, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707631226.2372367, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 817, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707631226.2372367, "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 06:01:00 +0000 (0:00:00.215) 0:00:59.159 ******* 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 06:01:00 +0000 (0:00:00.018) 0:00:59.177 ******* 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 06:01:00 +0000 (0:00:00.013) 0:00:59.191 ******* 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 06:01:00 +0000 (0:00:00.015) 0:00:59.207 ******* 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 06:01:00 +0000 (0:00:00.014) 0:00:59.221 ******* 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 06:01:00 +0000 (0:00:00.013) 0:00:59.234 ******* 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 06:01:00 +0000 (0:00:00.015) 0:00:59.249 ******* 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 06:01:00 +0000 (0:00:00.012) 0:00:59.262 ******* 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 06:01:02 +0000 (0:00:02.536) 0:01:01.799 ******* 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 06:01:02 +0000 (0:00:00.015) 0:01:01.815 ******* 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 06:01:02 +0000 (0:00:00.011) 0:01:01.827 ******* 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 06:01:02 +0000 (0:00:00.018) 0:01:01.845 ******* 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 06:01:02 +0000 (0:00:00.012) 0:01:01.858 ******* 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 06:01:02 +0000 (0:00:00.012) 0:01:01.871 ******* 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 06:01:02 +0000 (0:00:00.012) 0:01:01.883 ******* 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 06:01:02 +0000 (0:00:00.014) 0:01:01.898 ******* 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 06:01:02 +0000 (0:00:00.013) 0:01:01.911 ******* 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 06:01:02 +0000 (0:00:00.016) 0:01:01.927 ******* 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 06:01:02 +0000 (0:00:00.015) 0:01:01.942 ******* 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 06:01:02 +0000 (0:00:00.012) 0:01:01.955 ******* 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 06:01:02 +0000 (0:00:00.012) 0:01:01.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 06:01:02 +0000 (0:00:00.014) 0:01:01.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 06:01:02 +0000 (0:00:00.012) 0:01:01.995 ******* 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 06:01:02 +0000 (0:00:00.015) 0:01:02.011 ******* 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 06:01:02 +0000 (0:00:00.013) 0:01:02.024 ******* 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 06:01:02 +0000 (0:00:00.017) 0:01:02.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 06:01:03 +0000 (0:00:00.012) 0:01:02.054 ******* 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 06:01:03 +0000 (0:00:00.014) 0:01:02.068 ******* 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 06:01:03 +0000 (0:00:00.013) 0:01:02.081 ******* 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 06:01:03 +0000 (0:00:00.012) 0:01:02.094 ******* 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 06:01:03 +0000 (0:00:00.012) 0:01:02.107 ******* 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 06:01:03 +0000 (0:00:00.011) 0:01:02.119 ******* 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 06:01:03 +0000 (0:00:00.011) 0:01:02.131 ******* 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 06:01:03 +0000 (0:00:00.208) 0:01:02.339 ******* 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 06:01:03 +0000 (0:00:00.214) 0:01:02.554 ******* 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 06:01:03 +0000 (0:00:00.018) 0:01:02.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 06:01:03 +0000 (0:00:00.014) 0:01:02.588 ******* 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 06:01:03 +0000 (0:00:00.241) 0:01:02.829 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:01:03 +0000 (0:00:00.017) 0:01:02.846 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:01:03 +0000 (0:00:00.018) 0:01:02.865 ******* 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 06:01:03 +0000 (0:00:00.015) 0:01:02.881 ******* 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 06:01:03 +0000 (0:00:00.018) 0:01:02.899 ******* 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 06:01:03 +0000 (0:00:00.012) 0:01:02.912 ******* 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 06:01:03 +0000 (0:00:00.014) 0:01:02.926 ******* 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 06:01:03 +0000 (0:00:00.012) 0:01:02.939 ******* 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 06:01:03 +0000 (0:00:00.014) 0:01:02.953 ******* 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 06:01:03 +0000 (0:00:00.014) 0:01:02.967 ******* 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 06:01:03 +0000 (0:00:00.013) 0:01:02.980 ******* 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 06:01:03 +0000 (0:00:00.012) 0:01:02.993 ******* 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 06:01:03 +0000 (0:00:00.013) 0:01:03.007 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:01:03 +0000 (0:00:00.013) 0:01:03.020 ******* 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 06:01:03 +0000 (0:00:00.013) 0:01:03.033 ******* 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 06:01:04 +0000 (0:00:00.013) 0:01:03.046 ******* 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 06:01:04 +0000 (0:00:00.014) 0:01:03.061 ******* 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 06:01:04 +0000 (0:00:00.013) 0:01:03.074 ******* 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 06:01:04 +0000 (0:00:00.016) 0:01:03.091 ******* 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 06:01:04 +0000 (0:00:00.013) 0:01:03.104 ******* 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 06:01:04 +0000 (0:00:00.014) 0:01:03.118 ******* 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 06:01:04 +0000 (0:00:00.013) 0:01:03.131 ******* 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 06:01:04 +0000 (0:00:00.018) 0:01:03.150 ******* 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.035491", "end": "2024-02-11 06:01:04.326305", "rc": 0, "start": "2024-02-11 06:01:04.290814" } 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 06:01:04 +0000 (0:00:00.248) 0:01:03.398 ******* 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 06:01:04 +0000 (0:00:00.016) 0:01:03.414 ******* 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 06:01:04 +0000 (0:00:00.016) 0:01:03.430 ******* 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 06:01:04 +0000 (0:00:00.016) 0:01:03.446 ******* 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 06:01:04 +0000 (0:00:00.014) 0:01:03.460 ******* 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 06:01:04 +0000 (0:00:00.014) 0:01:03.475 ******* 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 06:01:04 +0000 (0:00:00.014) 0:01:03.489 ******* 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 06:01:04 +0000 (0:00:00.012) 0:01:03.501 ******* 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 06:01:04 +0000 (0:00:00.020) 0:01:03.522 ******* 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 06:01:04 +0000 (0:00:00.066) 0:01:03.588 ******* 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 06:01:04 +0000 (0:00:00.015) 0:01:03.604 ******* 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": "8c900572-f62a-490b-a140-4eb0b633fc21" } ], "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": "8c900572-f62a-490b-a140-4eb0b633fc21" } ], "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 06:01:04 +0000 (0:00:00.021) 0:01:03.625 ******* 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 06:01:04 +0000 (0:00:00.016) 0:01:03.642 ******* 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 06:01:04 +0000 (0:00:00.017) 0:01:03.660 ******* 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 06:01:04 +0000 (0:00:00.015) 0:01:03.675 ******* 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 06:01:04 +0000 (0:00:00.013) 0:01:03.688 ******* 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 06:01:04 +0000 (0:00:00.013) 0:01:03.702 ******* 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 06:01:04 +0000 (0:00:00.012) 0:01:03.715 ******* 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 06:01:04 +0000 (0:00:00.016) 0:01:03.731 ******* 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 06:01:04 +0000 (0:00:00.014) 0:01:03.745 ******* 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 06:01:04 +0000 (0:00:00.012) 0:01:03.757 ******* 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 06:01:04 +0000 (0:00:00.012) 0:01:03.770 ******* 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 06:01:04 +0000 (0:00:00.012) 0:01:03.783 ******* 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 06:01:04 +0000 (0:00:00.027) 0:01:03.811 ******* 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 06:01:04 +0000 (0:00:00.016) 0:01:03.828 ******* 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 06:01:04 +0000 (0:00:00.015) 0:01:03.843 ******* 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 06:01:04 +0000 (0:00:00.012) 0:01:03.855 ******* 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 06:01:04 +0000 (0:00:00.012) 0:01:03.867 ******* 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 06:01:04 +0000 (0:00:00.017) 0:01:03.885 ******* 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 06:01:04 +0000 (0:00:00.019) 0:01:03.905 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707631229.181137, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707631225.930247, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 777, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707631225.930247, "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 06:01:05 +0000 (0:00:00.222) 0:01:04.127 ******* 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 06:01:05 +0000 (0:00:00.017) 0:01:04.145 ******* 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 06:01:05 +0000 (0:00:00.018) 0:01:04.164 ******* 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 06:01:05 +0000 (0:00:00.030) 0:01:04.195 ******* 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 06:01:05 +0000 (0:00:00.015) 0:01:04.211 ******* 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 06:01:05 +0000 (0:00:00.017) 0:01:04.228 ******* 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 06:01:05 +0000 (0:00:00.015) 0:01:04.243 ******* 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 06:01:05 +0000 (0:00:00.019) 0:01:04.262 ******* 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 06:01:07 +0000 (0:00:02.615) 0:01:06.878 ******* 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 06:01:07 +0000 (0:00:00.013) 0:01:06.891 ******* 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 06:01:07 +0000 (0:00:00.011) 0:01:06.903 ******* 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 06:01:07 +0000 (0:00:00.023) 0:01:06.926 ******* 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 06:01:07 +0000 (0:00:00.013) 0:01:06.939 ******* 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 06:01:07 +0000 (0:00:00.016) 0:01:06.956 ******* 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 06:01:07 +0000 (0:00:00.013) 0:01:06.970 ******* 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 06:01:07 +0000 (0:00:00.035) 0:01:07.005 ******* 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 06:01:07 +0000 (0:00:00.029) 0:01:07.034 ******* 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 06:01:08 +0000 (0:00:00.026) 0:01:07.061 ******* 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 06:01:08 +0000 (0:00:00.017) 0:01:07.079 ******* 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 06:01:08 +0000 (0:00:00.014) 0:01:07.094 ******* 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 06:01:08 +0000 (0:00:00.012) 0:01:07.106 ******* 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 06:01:08 +0000 (0:00:00.021) 0:01:07.128 ******* 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 06:01:08 +0000 (0:00:00.035) 0:01:07.164 ******* 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 06:01:08 +0000 (0:00:00.024) 0:01:07.189 ******* 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 06:01:08 +0000 (0:00:00.013) 0:01:07.202 ******* 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 06:01:08 +0000 (0:00:00.026) 0:01:07.228 ******* 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 06:01:08 +0000 (0:00:00.035) 0:01:07.264 ******* 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 06:01:08 +0000 (0:00:00.027) 0:01:07.292 ******* 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 06:01:08 +0000 (0:00:00.024) 0:01:07.317 ******* 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 06:01:08 +0000 (0:00:00.013) 0:01:07.330 ******* 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 06:01:08 +0000 (0:00:00.024) 0:01:07.355 ******* 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 06:01:08 +0000 (0:00:00.021) 0:01:07.377 ******* 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 06:01:08 +0000 (0:00:00.013) 0:01:07.391 ******* 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 06:01:08 +0000 (0:00:00.225) 0:01:07.616 ******* 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 06:01:08 +0000 (0:00:00.244) 0:01:07.861 ******* 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 06:01:08 +0000 (0:00:00.020) 0:01:07.881 ******* 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 06:01:08 +0000 (0:00:00.016) 0:01:07.897 ******* 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 06:01:09 +0000 (0:00:00.223) 0:01:08.121 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:01:09 +0000 (0:00:00.015) 0:01:08.137 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:01:09 +0000 (0:00:00.019) 0:01:08.156 ******* 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 06:01:09 +0000 (0:00:00.016) 0:01:08.172 ******* 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 06:01:09 +0000 (0:00:00.015) 0:01:08.188 ******* 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 06:01:09 +0000 (0:00:00.015) 0:01:08.204 ******* 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 06:01:09 +0000 (0:00:00.022) 0:01:08.226 ******* 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 06:01:09 +0000 (0:00:00.032) 0:01:08.259 ******* 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 06:01:09 +0000 (0:00:00.013) 0:01:08.272 ******* 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 06:01:09 +0000 (0:00:00.012) 0:01:08.285 ******* 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 06:01:09 +0000 (0:00:00.011) 0:01:08.297 ******* 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 06:01:09 +0000 (0:00:00.012) 0:01:08.309 ******* 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 06:01:09 +0000 (0:00:00.012) 0:01:08.322 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:01:09 +0000 (0:00:00.011) 0:01:08.334 ******* 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 06:01:09 +0000 (0:00:00.011) 0:01:08.345 ******* 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 06:01:09 +0000 (0:00:00.011) 0:01:08.357 ******* 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 06:01:09 +0000 (0:00:00.017) 0:01:08.374 ******* 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 06:01:09 +0000 (0:00:00.021) 0:01:08.396 ******* 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 06:01:09 +0000 (0:00:00.015) 0:01:08.411 ******* 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 06:01:09 +0000 (0:00:00.013) 0:01:08.425 ******* 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 06:01:09 +0000 (0:00:00.023) 0:01:08.448 ******* 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 06:01:09 +0000 (0:00:00.024) 0:01:08.472 ******* 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 06:01:09 +0000 (0:00:00.028) 0:01:08.500 ******* 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.038141", "end": "2024-02-11 06:01:09.712280", "rc": 0, "start": "2024-02-11 06:01:09.674139" } 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 06:01:09 +0000 (0:00:00.299) 0:01:08.800 ******* 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 06:01:09 +0000 (0:00:00.025) 0:01:08.825 ******* 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 06:01:09 +0000 (0:00:00.027) 0:01:08.852 ******* 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 06:01:09 +0000 (0:00:00.014) 0:01:08.867 ******* 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 06:01:09 +0000 (0:00:00.013) 0:01:08.881 ******* 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 06:01:09 +0000 (0:00:00.013) 0:01:08.895 ******* 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 06:01:09 +0000 (0:00:00.012) 0:01:08.907 ******* 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 06:01:09 +0000 (0:00:00.011) 0:01:08.919 ******* 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 06:01:09 +0000 (0:00:00.014) 0:01:08.933 ******* 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 06:01:09 +0000 (0:00:00.059) 0:01:08.993 ******* 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 06:01:09 +0000 (0:00:00.015) 0:01:09.008 ******* 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": "d45d55fb-a5d7-46f1-8e2c-17358f5e7838" } ], "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": "d45d55fb-a5d7-46f1-8e2c-17358f5e7838" } ], "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 06:01:09 +0000 (0:00:00.019) 0:01:09.027 ******* 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 06:01:09 +0000 (0:00:00.013) 0:01:09.041 ******* 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 06:01:10 +0000 (0:00:00.015) 0:01:09.057 ******* 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 06:01:10 +0000 (0:00:00.014) 0:01:09.071 ******* 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 06:01:10 +0000 (0:00:00.011) 0:01:09.083 ******* 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 06:01:10 +0000 (0:00:00.011) 0:01:09.094 ******* 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 06:01:10 +0000 (0:00:00.012) 0:01:09.106 ******* 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 06:01:10 +0000 (0:00:00.017) 0:01:09.124 ******* 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 06:01:10 +0000 (0:00:00.013) 0:01:09.137 ******* 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 06:01:10 +0000 (0:00:00.012) 0:01:09.150 ******* 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 06:01:10 +0000 (0:00:00.013) 0:01:09.163 ******* 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 06:01:10 +0000 (0:00:00.012) 0:01:09.176 ******* 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 06:01:10 +0000 (0:00:00.026) 0:01:09.202 ******* 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 06:01:10 +0000 (0:00:00.017) 0:01:09.220 ******* 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 06:01:10 +0000 (0:00:00.015) 0:01:09.235 ******* 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 06:01:10 +0000 (0:00:00.012) 0:01:09.248 ******* 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 06:01:10 +0000 (0:00:00.012) 0:01:09.261 ******* 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 06:01:10 +0000 (0:00:00.016) 0:01:09.278 ******* 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 06:01:10 +0000 (0:00:00.018) 0:01:09.296 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707631229.2331355, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707631225.6152577, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 736, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707631225.6152577, "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 06:01:10 +0000 (0:00:00.222) 0:01:09.518 ******* 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 06:01:10 +0000 (0:00:00.017) 0:01:09.535 ******* 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 06:01:10 +0000 (0:00:00.013) 0:01:09.549 ******* 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 06:01:10 +0000 (0:00:00.036) 0:01:09.586 ******* 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 06:01:10 +0000 (0:00:00.014) 0:01:09.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 06:01:10 +0000 (0:00:00.014) 0:01:09.615 ******* 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 06:01:10 +0000 (0:00:00.017) 0:01:09.633 ******* 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 06:01:10 +0000 (0:00:00.023) 0:01:09.656 ******* 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 06:01:13 +0000 (0:00:02.625) 0:01:12.282 ******* 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 06:01:13 +0000 (0:00:00.021) 0:01:12.303 ******* 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 06:01:13 +0000 (0:00:00.014) 0:01:12.318 ******* 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 06:01:13 +0000 (0:00:00.020) 0:01:12.338 ******* 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 06:01:13 +0000 (0:00:00.013) 0:01:12.351 ******* 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 06:01:13 +0000 (0:00:00.015) 0:01:12.367 ******* 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 06:01:13 +0000 (0:00:00.014) 0:01:12.382 ******* 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 06:01:13 +0000 (0:00:00.014) 0:01:12.396 ******* 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 06:01:13 +0000 (0:00:00.013) 0:01:12.409 ******* 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 06:01:13 +0000 (0:00:00.030) 0:01:12.440 ******* 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 06:01:13 +0000 (0:00:00.017) 0:01:12.457 ******* 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 06:01:13 +0000 (0:00:00.014) 0:01:12.472 ******* 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 06:01:13 +0000 (0:00:00.017) 0:01:12.490 ******* 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 06:01:13 +0000 (0:00:00.018) 0:01:12.508 ******* 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 06:01:13 +0000 (0:00:00.016) 0:01:12.525 ******* 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 06:01:13 +0000 (0:00:00.013) 0:01:12.538 ******* 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 06:01:13 +0000 (0:00:00.033) 0:01:12.572 ******* 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 06:01:13 +0000 (0:00:00.038) 0:01:12.611 ******* 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 06:01:13 +0000 (0:00:00.033) 0:01:12.644 ******* 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 06:01:13 +0000 (0:00:00.041) 0:01:12.685 ******* 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 06:01:13 +0000 (0:00:00.023) 0:01:12.709 ******* 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 06:01:13 +0000 (0:00:00.013) 0:01:12.722 ******* 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 06:01:13 +0000 (0:00:00.034) 0:01:12.757 ******* 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 06:01:13 +0000 (0:00:00.032) 0:01:12.790 ******* 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 06:01:13 +0000 (0:00:00.017) 0:01:12.807 ******* 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 06:01:13 +0000 (0:00:00.214) 0:01:13.021 ******* 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 06:01:14 +0000 (0:00:00.209) 0:01:13.231 ******* 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 06:01:14 +0000 (0:00:00.017) 0:01:13.248 ******* 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 06:01:14 +0000 (0:00:00.014) 0:01:13.263 ******* 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 06:01:14 +0000 (0:00:00.207) 0:01:13.470 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:01:14 +0000 (0:00:00.014) 0:01:13.485 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:01:14 +0000 (0:00:00.013) 0:01:13.499 ******* 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 06:01:14 +0000 (0:00:00.014) 0:01:13.514 ******* 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 06:01:14 +0000 (0:00:00.016) 0:01:13.530 ******* 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 06:01:14 +0000 (0:00:00.012) 0:01:13.543 ******* 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 06:01:14 +0000 (0:00:00.013) 0:01:13.556 ******* 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 06:01:14 +0000 (0:00:00.012) 0:01:13.569 ******* 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 06:01:14 +0000 (0:00:00.012) 0:01:13.582 ******* 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 06:01:14 +0000 (0:00:00.014) 0:01:13.596 ******* 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 06:01:14 +0000 (0:00:00.012) 0:01:13.609 ******* 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 06:01:14 +0000 (0:00:00.011) 0:01:13.620 ******* 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 06:01:14 +0000 (0:00:00.011) 0:01:13.632 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:01:14 +0000 (0:00:00.011) 0:01:13.643 ******* 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 06:01:14 +0000 (0:00:00.011) 0:01:13.655 ******* 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 06:01:14 +0000 (0:00:00.012) 0:01:13.667 ******* 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 06:01:14 +0000 (0:00:00.032) 0:01:13.700 ******* 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 06:01:14 +0000 (0:00:00.013) 0:01:13.713 ******* 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 06:01:14 +0000 (0:00:00.013) 0:01:13.726 ******* 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 06:01:14 +0000 (0:00:00.011) 0:01:13.738 ******* 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 06:01:14 +0000 (0:00:00.013) 0:01:13.752 ******* 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 06:01:14 +0000 (0:00:00.013) 0:01:13.765 ******* 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 06:01:14 +0000 (0:00:00.016) 0:01:13.782 ******* 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.038236", "end": "2024-02-11 06:01:14.960350", "rc": 0, "start": "2024-02-11 06:01:14.922114" } 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 06:01:14 +0000 (0:00:00.250) 0:01:14.033 ******* 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 06:01:15 +0000 (0:00:00.017) 0:01:14.050 ******* 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 06:01:15 +0000 (0:00:00.017) 0:01:14.068 ******* 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 06:01:15 +0000 (0:00:00.013) 0:01:14.082 ******* 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 06:01:15 +0000 (0:00:00.014) 0:01:14.097 ******* 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 06:01:15 +0000 (0:00:00.013) 0:01:14.111 ******* 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 06:01:15 +0000 (0:00:00.015) 0:01:14.126 ******* 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 06:01:15 +0000 (0:00:00.012) 0:01:14.139 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:54 Sunday 11 February 2024 06:01:15 +0000 (0:00:00.011) 0:01:14.151 ******* 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 06:01:15 +0000 (0:00:00.011) 0:01:14.162 ******* 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 06:01:15 +0000 (0:00:00.028) 0:01:14.191 ******* 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 06:01:15 +0000 (0:00:00.017) 0:01:14.208 ******* 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 06:01:15 +0000 (0:00:00.015) 0:01:14.223 ******* 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 06:01:15 +0000 (0:00:00.033) 0:01:14.256 ******* 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 06:01:15 +0000 (0:00:00.013) 0:01:14.270 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 February 2024 06:01:15 +0000 (0:00:00.014) 0:01:14.284 ******* 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 06:01:15 +0000 (0:00:00.011) 0:01:14.296 ******* 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 06:01:15 +0000 (0:00:00.011) 0:01:14.307 ******* 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 06:01:15 +0000 (0:00:00.026) 0:01:14.333 ******* 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 06:01:15 +0000 (0:00:00.012) 0:01:14.346 ******* 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 06:01:15 +0000 (0:00:00.014) 0:01:14.361 ******* 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 06:01:15 +0000 (0:00:00.012) 0:01:14.374 ******* 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 06:01:15 +0000 (0:00:00.011) 0:01:14.385 ******* 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 06:01:15 +0000 (0:00:00.013) 0:01:14.399 ******* 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 06:01:15 +0000 (0:00:00.012) 0:01:14.412 ******* 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 06:01:15 +0000 (0:00:00.013) 0:01:14.425 ******* 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 06:01:15 +0000 (0:00:00.020) 0:01:14.446 ******* 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 06:01:15 +0000 (0:00:00.011) 0:01:14.458 ******* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test3", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/foo-test2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test2", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "absent" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 February 2024 06:01:19 +0000 (0:00:03.693) 0:01:18.152 ******* 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 06:01:19 +0000 (0:00:00.021) 0:01:18.173 ******* 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 06:01:19 +0000 (0:00:00.013) 0:01:18.186 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test3", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/foo-test2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test2", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/zram0" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/foo-test3", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "absent" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test3", "_mount_id": "/dev/mapper/foo-test3", "_raw_device": "/dev/mapper/foo-test3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "test3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Sunday 11 February 2024 06:01:19 +0000 (0:00:00.048) 0:01:18.235 ******* 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 06:01:19 +0000 (0:00:00.037) 0:01:18.273 ******* 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 06:01:19 +0000 (0:00:00.017) 0:01:18.291 ******* 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 06:01:19 +0000 (0:00:00.434) 0:01:18.725 ******* 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 06:01:20 +0000 (0:00:01.003) 0:01:19.729 ******* 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 06:01:20 +0000 (0:00:00.218) 0:01:19.948 ******* 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 06:01:20 +0000 (0:00:00.018) 0:01:19.966 ******* 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 06:01:21 +0000 (0:00:01.013) 0:01:20.980 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707631217.9295177, "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 06:01:22 +0000 (0:00:00.218) 0:01:21.198 ******* 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 06:01:22 +0000 (0:00:00.011) 0:01:21.210 ******* 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 06:01:22 +0000 (0:00:00.825) 0:01:22.036 ******* 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 06:01:23 +0000 (0:00:00.021) 0:01:22.058 ******* 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 06:01:23 +0000 (0:00:00.017) 0:01:22.075 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:15 Sunday 11 February 2024 06:01:23 +0000 (0:00:00.011) 0:01:22.087 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "f11fa44d-4be5-4dac-b770-1d915c85f0a2" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "iwNaAl-Msl9-9z8Q-4KVW-3M8F-bapo-NDOeIy" }, "/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 06:01:23 +0000 (0:00:00.216) 0:01:22.304 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003553", "end": "2024-02-11 06:01:23.444762", "rc": 0, "start": "2024-02-11 06:01:23.441209" } 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 06:01:23 +0000 (0:00:00.212) 0:01:22.516 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003477", "end": "2024-02-11 06:01:23.656976", "failed_when_result": false, "rc": 0, "start": "2024-02-11 06:01:23.653499" } 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 06:01:23 +0000 (0:00:00.211) 0:01:22.728 ******* 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 06:01:23 +0000 (0:00:00.026) 0:01:22.754 ******* 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 06:01:23 +0000 (0:00:00.011) 0:01:22.765 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.035457", "end": "2024-02-11 06:01:23.941303", "rc": 0, "start": "2024-02-11 06:01:23.905846" } 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 06:01:23 +0000 (0:00:00.246) 0:01:23.012 ******* 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 06:01:23 +0000 (0:00:00.017) 0:01:23.030 ******* 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 06:01:24 +0000 (0:00:00.044) 0:01:23.074 ******* 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 06:01:24 +0000 (0:00:00.018) 0:01:23.093 ******* 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 06:01:24 +0000 (0:00:00.211) 0:01:23.304 ******* 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 06:01:24 +0000 (0:00:00.014) 0:01:23.319 ******* 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 06:01:24 +0000 (0:00:00.015) 0:01:23.335 ******* 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 06:01:24 +0000 (0:00:00.015) 0:01:23.350 ******* 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 06:01:24 +0000 (0:00:00.014) 0:01:23.364 ******* 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 06:01:24 +0000 (0:00:00.014) 0:01:23.379 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.390 ******* 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 06:01:24 +0000 (0:00:00.017) 0:01:23.407 ******* 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 06:01:24 +0000 (0:00:00.022) 0:01:23.430 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.442 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.453 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.464 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.475 ******* 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 06:01:24 +0000 (0:00:00.010) 0:01:23.486 ******* 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 06:01:24 +0000 (0:00:00.012) 0:01:23.499 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.510 ******* 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 06:01:24 +0000 (0:00:00.010) 0:01:23.521 ******* 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 06:01:24 +0000 (0:00:00.010) 0:01:23.532 ******* 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 06:01:24 +0000 (0:00:00.010) 0:01:23.543 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.554 ******* 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 06:01:24 +0000 (0:00:00.024) 0:01:23.578 ******* 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 06:01:24 +0000 (0:00:00.035) 0:01:23.614 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.625 ******* 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 06:01:24 +0000 (0:00:00.010) 0:01:23.636 ******* 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 06:01:24 +0000 (0:00:00.010) 0:01:23.647 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.658 ******* 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 06:01:24 +0000 (0:00:00.010) 0:01:23.669 ******* 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 06:01:24 +0000 (0:00:00.012) 0:01:23.681 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.692 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.703 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.714 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.725 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.736 ******* 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 06:01:24 +0000 (0:00:00.012) 0:01:23.748 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.759 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.771 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.782 ******* 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 06:01:24 +0000 (0:00:00.010) 0:01:23.793 ******* 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 06:01:24 +0000 (0:00:00.012) 0:01:23.805 ******* 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 06:01:24 +0000 (0:00:00.012) 0:01:23.818 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.829 ******* 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 06:01:24 +0000 (0:00:00.010) 0:01:23.840 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.851 ******* 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 06:01:24 +0000 (0:00:00.024) 0:01:23.876 ******* 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 06:01:24 +0000 (0:00:00.034) 0:01:23.911 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.922 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.934 ******* 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 06:01:24 +0000 (0:00:00.029) 0:01:23.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 06:01:24 +0000 (0:00:00.011) 0:01:23.975 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.986 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:23.998 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:24.009 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:24.020 ******* 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 06:01:24 +0000 (0:00:00.012) 0:01:24.032 ******* 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 06:01:24 +0000 (0:00:00.011) 0:01:24.043 ******* 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 06:01:25 +0000 (0:00:00.011) 0:01:24.054 ******* 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 06:01:25 +0000 (0:00:00.011) 0:01:24.065 ******* 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 06:01:25 +0000 (0:00:00.027) 0:01:24.092 ******* 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 06:01:25 +0000 (0:00:00.018) 0:01:24.111 ******* 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 06:01:25 +0000 (0:00:00.015) 0:01:24.126 ******* 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 06:01:25 +0000 (0:00:00.023) 0:01:24.150 ******* 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 06:01:25 +0000 (0:00:00.018) 0:01:24.168 ******* 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 06:01:25 +0000 (0:00:00.016) 0:01:24.184 ******* 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 06:01:25 +0000 (0:00:00.012) 0:01:24.197 ******* 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 06:01:25 +0000 (0:00:00.012) 0:01:24.210 ******* 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 06:01:25 +0000 (0:00:00.012) 0:01:24.222 ******* 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 06:01:25 +0000 (0:00:00.011) 0:01:24.233 ******* 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 06:01:25 +0000 (0:00:00.012) 0:01:24.246 ******* 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 06:01:25 +0000 (0:00:00.025) 0:01:24.271 ******* 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 06:01:25 +0000 (0:00:00.037) 0:01:24.309 ******* 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 06:01:25 +0000 (0:00:00.012) 0:01:24.322 ******* 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 06:01:25 +0000 (0:00:00.012) 0:01:24.334 ******* 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 06:01:25 +0000 (0:00:00.012) 0:01:24.346 ******* 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 06:01:25 +0000 (0:00:00.012) 0:01:24.359 ******* 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 06:01:25 +0000 (0:00:00.011) 0:01:24.370 ******* 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 06:01:25 +0000 (0:00:00.011) 0:01:24.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 06:01:25 +0000 (0:00:00.011) 0:01:24.392 ******* 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 06:01:25 +0000 (0:00:00.011) 0:01:24.403 ******* 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 06:01:25 +0000 (0:00:00.011) 0:01:24.415 ******* 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 06:01:25 +0000 (0:00:00.013) 0:01:24.429 ******* 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 06:01:25 +0000 (0:00:00.012) 0:01:24.441 ******* 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 06:01:25 +0000 (0:00:00.012) 0:01:24.453 ******* 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 06:01:25 +0000 (0:00:00.011) 0:01:24.464 ******* 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 06:01:25 +0000 (0:00:00.011) 0:01:24.475 ******* 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 06:01:25 +0000 (0:00:00.012) 0:01:24.488 ******* 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 06:01:25 +0000 (0:00:00.013) 0:01:24.501 ******* 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 06:01:25 +0000 (0:00:00.012) 0:01:24.514 ******* 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 06:01:25 +0000 (0:00:00.012) 0:01:24.526 ******* 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 06:01:25 +0000 (0:00:00.011) 0:01:24.537 ******* 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 06:01:25 +0000 (0:00:00.012) 0:01:24.550 ******* 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 06:01:25 +0000 (0:00:00.011) 0:01:24.561 ******* 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 06:01:25 +0000 (0:00:00.012) 0:01:24.573 ******* 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 06:01:25 +0000 (0:00:00.031) 0:01:24.604 ******* 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 06:01:25 +0000 (0:00:00.014) 0:01:24.619 ******* 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 06:01:25 +0000 (0:00:00.078) 0:01:24.697 ******* 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 06:01:25 +0000 (0:00:00.015) 0:01:24.712 ******* 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": "f11fa44d-4be5-4dac-b770-1d915c85f0a2" } ], "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": "f11fa44d-4be5-4dac-b770-1d915c85f0a2" } ], "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 06:01:25 +0000 (0:00:00.019) 0:01:24.731 ******* 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 06:01:25 +0000 (0:00:00.012) 0:01:24.744 ******* 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 06:01:25 +0000 (0:00:00.016) 0:01:24.760 ******* 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 06:01:25 +0000 (0:00:00.017) 0:01:24.777 ******* 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 06:01:25 +0000 (0:00:00.012) 0:01:24.790 ******* 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 06:01:25 +0000 (0:00:00.012) 0:01:24.803 ******* 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 06:01:25 +0000 (0:00:00.013) 0:01:24.816 ******* 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 06:01:25 +0000 (0:00:00.017) 0:01:24.834 ******* 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 06:01:25 +0000 (0:00:00.013) 0:01:24.848 ******* 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 06:01:25 +0000 (0:00:00.011) 0:01:24.859 ******* 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 06:01:25 +0000 (0:00:00.011) 0:01:24.870 ******* 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 06:01:25 +0000 (0:00:00.011) 0:01:24.881 ******* 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 06:01:25 +0000 (0:00:00.024) 0:01:24.905 ******* 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 06:01:25 +0000 (0:00:00.014) 0:01:24.920 ******* 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 06:01:25 +0000 (0:00:00.015) 0:01:24.936 ******* 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 06:01:25 +0000 (0:00:00.011) 0:01:24.947 ******* 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 06:01:25 +0000 (0:00:00.011) 0:01:24.958 ******* 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 06:01:25 +0000 (0:00:00.015) 0:01:24.974 ******* 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 06:01:25 +0000 (0:00:00.017) 0:01:24.991 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707631279.661457, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707631226.2372367, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 817, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707631226.2372367, "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 06:01:26 +0000 (0:00:00.214) 0:01:25.205 ******* 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 06:01:26 +0000 (0:00:00.015) 0:01:25.221 ******* 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 06:01:26 +0000 (0:00:00.012) 0:01:25.233 ******* 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 06:01:26 +0000 (0:00:00.016) 0:01:25.250 ******* 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 06:01:26 +0000 (0:00:00.013) 0:01:25.264 ******* 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 06:01:26 +0000 (0:00:00.018) 0:01:25.282 ******* 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 06:01:26 +0000 (0:00:00.015) 0:01:25.298 ******* 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 06:01:26 +0000 (0:00:00.011) 0:01:25.309 ******* 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 06:01:28 +0000 (0:00:02.550) 0:01:27.860 ******* 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 06:01:28 +0000 (0:00:00.013) 0:01:27.873 ******* 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 06:01:28 +0000 (0:00:00.012) 0:01:27.886 ******* 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 06:01:28 +0000 (0:00:00.017) 0:01:27.903 ******* 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 06:01:28 +0000 (0:00:00.011) 0:01:27.914 ******* 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 06:01:28 +0000 (0:00:00.011) 0:01:27.926 ******* 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 06:01:28 +0000 (0:00:00.011) 0:01:27.937 ******* 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 06:01:28 +0000 (0:00:00.012) 0:01:27.949 ******* 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 06:01:28 +0000 (0:00:00.010) 0:01:27.960 ******* 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 06:01:28 +0000 (0:00:00.015) 0:01:27.975 ******* 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 06:01:28 +0000 (0:00:00.013) 0:01:27.989 ******* 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 06:01:28 +0000 (0:00:00.011) 0:01:28.000 ******* 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 06:01:28 +0000 (0:00:00.011) 0:01:28.011 ******* 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 06:01:28 +0000 (0:00:00.013) 0:01:28.025 ******* 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 06:01:28 +0000 (0:00:00.011) 0:01:28.036 ******* 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 06:01:29 +0000 (0:00:00.011) 0:01:28.047 ******* 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 06:01:29 +0000 (0:00:00.011) 0:01:28.058 ******* 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 06:01:29 +0000 (0:00:00.011) 0:01:28.069 ******* 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 06:01:29 +0000 (0:00:00.011) 0:01:28.080 ******* 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 06:01:29 +0000 (0:00:00.012) 0:01:28.092 ******* 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 06:01:29 +0000 (0:00:00.011) 0:01:28.104 ******* 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 06:01:29 +0000 (0:00:00.012) 0:01:28.116 ******* 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 06:01:29 +0000 (0:00:00.013) 0:01:28.130 ******* 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 06:01:29 +0000 (0:00:00.012) 0:01:28.143 ******* 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 06:01:29 +0000 (0:00:00.012) 0:01:28.156 ******* 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 06:01:29 +0000 (0:00:00.205) 0:01:28.362 ******* 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 06:01:29 +0000 (0:00:00.210) 0:01:28.572 ******* 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 06:01:29 +0000 (0:00:00.017) 0:01:28.590 ******* 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 06:01:29 +0000 (0:00:00.013) 0:01:28.603 ******* 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 06:01:29 +0000 (0:00:00.211) 0:01:28.814 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:01:29 +0000 (0:00:00.015) 0:01:28.829 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:01:29 +0000 (0:00:00.015) 0:01:28.844 ******* 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 06:01:29 +0000 (0:00:00.016) 0:01:28.861 ******* 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 06:01:29 +0000 (0:00:00.014) 0:01:28.876 ******* 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 06:01:29 +0000 (0:00:00.012) 0:01:28.889 ******* 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 06:01:29 +0000 (0:00:00.014) 0:01:28.903 ******* 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 06:01:29 +0000 (0:00:00.012) 0:01:28.916 ******* 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 06:01:29 +0000 (0:00:00.012) 0:01:28.928 ******* 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 06:01:29 +0000 (0:00:00.011) 0:01:28.940 ******* 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 06:01:29 +0000 (0:00:00.012) 0:01:28.953 ******* 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 06:01:29 +0000 (0:00:00.013) 0:01:28.967 ******* 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 06:01:29 +0000 (0:00:00.017) 0:01:28.984 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:01:29 +0000 (0:00:00.012) 0:01:28.996 ******* 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 06:01:29 +0000 (0:00:00.011) 0:01:29.008 ******* 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 06:01:29 +0000 (0:00:00.012) 0:01:29.020 ******* 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 06:01:29 +0000 (0:00:00.011) 0:01:29.032 ******* 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 06:01:30 +0000 (0:00:00.019) 0:01:29.052 ******* 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 06:01:30 +0000 (0:00:00.012) 0:01:29.065 ******* 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 06:01:30 +0000 (0:00:00.013) 0:01:29.078 ******* 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 06:01:30 +0000 (0:00:00.015) 0:01:29.093 ******* 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 06:01:30 +0000 (0:00:00.021) 0:01:29.115 ******* 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 06:01:30 +0000 (0:00:00.019) 0:01:29.134 ******* 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.039982", "end": "2024-02-11 06:01:30.313033", "rc": 0, "start": "2024-02-11 06:01:30.273051" } 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 06:01:30 +0000 (0:00:00.251) 0:01:29.386 ******* 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 06:01:30 +0000 (0:00:00.017) 0:01:29.404 ******* 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 06:01:30 +0000 (0:00:00.019) 0:01:29.423 ******* 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 06:01:30 +0000 (0:00:00.021) 0:01:29.444 ******* 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 06:01:30 +0000 (0:00:00.022) 0:01:29.467 ******* 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 06:01:30 +0000 (0:00:00.014) 0:01:29.481 ******* 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 06:01:30 +0000 (0:00:00.016) 0:01:29.497 ******* 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 06:01:30 +0000 (0:00:00.013) 0:01:29.510 ******* 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 06:01:30 +0000 (0:00:00.017) 0:01:29.528 ******* 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 06:01:30 +0000 (0:00:00.065) 0:01:29.594 ******* 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 06:01:30 +0000 (0:00:00.016) 0:01:29.610 ******* 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 06:01:30 +0000 (0:00:00.019) 0:01:29.630 ******* 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 06:01:30 +0000 (0:00:00.012) 0:01:29.643 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-mount.yml:63 Sunday 11 February 2024 06:01:30 +0000 (0:00:00.014) 0:01:29.657 ******* 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 06:01:30 +0000 (0:00:00.016) 0:01:29.674 ******* 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 06:01:30 +0000 (0:00:00.021) 0:01:29.695 ******* 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 06:01:30 +0000 (0:00:00.024) 0:01:29.720 ******* 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 06:01:30 +0000 (0:00:00.016) 0:01:29.736 ******* 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 06:01:30 +0000 (0:00:00.024) 0:01:29.760 ******* 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 06:01:30 +0000 (0:00:00.014) 0:01:29.775 ******* 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 06:01:30 +0000 (0:00:00.017) 0:01:29.792 ******* 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 06:01:30 +0000 (0:00:00.013) 0:01:29.806 ******* 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 06:01:30 +0000 (0:00:00.011) 0:01:29.818 ******* 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 06:01:30 +0000 (0:00:00.025) 0:01:29.844 ******* 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 06:01:30 +0000 (0:00:00.027) 0:01:29.872 ******* 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 06:01:30 +0000 (0:00:00.049) 0:01:29.921 ******* 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 06:01:30 +0000 (0:00:00.020) 0:01:29.941 ******* 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 06:01:30 +0000 (0:00:00.013) 0:01:29.954 ******* 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 06:01:30 +0000 (0:00:00.015) 0:01:29.970 ******* 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 06:01:30 +0000 (0:00:00.012) 0:01:29.983 ******* 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 06:01:31 +0000 (0:00:00.201) 0:01:30.184 ******* 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 06:01:31 +0000 (0:00:00.012) 0:01:30.197 ******* 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 06:01:31 +0000 (0:00:00.016) 0:01:30.213 ******* 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 06:01:31 +0000 (0:00:00.010) 0:01:30.223 ******* 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 06:01:31 +0000 (0:00:00.013) 0:01:30.237 ******* 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 06:01:31 +0000 (0:00:00.012) 0:01:30.250 ******* 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 06:01:31 +0000 (0:00:00.010) 0:01:30.261 ******* 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 06:01:31 +0000 (0:00:00.018) 0:01:30.279 ******* 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 06:01:33 +0000 (0:00:02.445) 0:01:32.725 ******* 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 06:01:33 +0000 (0:00:00.012) 0:01:32.737 ******* 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 06:01:33 +0000 (0:00:00.011) 0:01:32.749 ******* 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 06:01:33 +0000 (0:00:00.009) 0:01:32.758 ******* 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 06:01:33 +0000 (0:00:00.011) 0:01:32.769 ******* 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 06:01:33 +0000 (0:00:00.011) 0:01:32.780 ******* 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 06:01:33 +0000 (0:00:00.008) 0:01:32.789 ******* 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 06:01:33 +0000 (0:00:00.008) 0:01:32.798 ******* 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 06:01:33 +0000 (0:00:00.008) 0:01:32.807 ******* 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 06:01:33 +0000 (0:00:00.016) 0:01:32.823 ******* 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 06:01:33 +0000 (0:00:00.014) 0:01:32.838 ******* 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 06:01:33 +0000 (0:00:00.011) 0:01:32.849 ******* 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 06:01:33 +0000 (0:00:00.011) 0:01:32.860 ******* 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 06:01:33 +0000 (0:00:00.011) 0:01:32.871 ******* 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 06:01:33 +0000 (0:00:00.011) 0:01:32.882 ******* 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 06:01:33 +0000 (0:00:00.012) 0:01:32.895 ******* 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 06:01:33 +0000 (0:00:00.011) 0:01:32.906 ******* 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 06:01:33 +0000 (0:00:00.011) 0:01:32.917 ******* 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 06:01:33 +0000 (0:00:00.011) 0:01:32.928 ******* 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 06:01:33 +0000 (0:00:00.010) 0:01:32.939 ******* 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 06:01:33 +0000 (0:00:00.011) 0:01:32.950 ******* 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 06:01:33 +0000 (0:00:00.012) 0:01:32.963 ******* 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 06:01:33 +0000 (0:00:00.010) 0:01:32.974 ******* 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 06:01:33 +0000 (0:00:00.011) 0:01:32.985 ******* 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 06:01:33 +0000 (0:00:00.011) 0:01:32.996 ******* 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 06:01:33 +0000 (0:00:00.011) 0:01:33.007 ******* 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 06:01:33 +0000 (0:00:00.012) 0:01:33.020 ******* 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 06:01:33 +0000 (0:00:00.012) 0:01:33.033 ******* 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 06:01:34 +0000 (0:00:00.014) 0:01:33.047 ******* 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 06:01:34 +0000 (0:00:00.013) 0:01:33.060 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:01:34 +0000 (0:00:00.012) 0:01:33.073 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:01:34 +0000 (0:00:00.012) 0:01:33.086 ******* 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 06:01:34 +0000 (0:00:00.012) 0:01:33.099 ******* 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 06:01:34 +0000 (0:00:00.014) 0:01:33.114 ******* 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 06:01:34 +0000 (0:00:00.012) 0:01:33.126 ******* 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 06:01:34 +0000 (0:00:00.011) 0:01:33.138 ******* 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 06:01:34 +0000 (0:00:00.011) 0:01:33.150 ******* 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 06:01:34 +0000 (0:00:00.019) 0:01:33.169 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 06:01:34 +0000 (0:00:00.014) 0:01:33.184 ******* 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 06:01:34 +0000 (0:00:00.014) 0:01:33.198 ******* 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 06:01:34 +0000 (0:00:00.033) 0:01:33.232 ******* 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 06:01:34 +0000 (0:00:00.013) 0:01:33.245 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:01:34 +0000 (0:00:00.012) 0:01:33.258 ******* 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 06:01:34 +0000 (0:00:00.011) 0:01:33.269 ******* 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 06:01:34 +0000 (0:00:00.013) 0:01:33.283 ******* 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 06:01:34 +0000 (0:00:00.012) 0:01:33.295 ******* 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 06:01:34 +0000 (0:00:00.014) 0:01:33.309 ******* 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 06:01:34 +0000 (0:00:00.012) 0:01:33.322 ******* 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 06:01:34 +0000 (0:00:00.012) 0:01:33.335 ******* 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 06:01:34 +0000 (0:00:00.020) 0:01:33.356 ******* 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 06:01:34 +0000 (0:00:00.015) 0:01:33.371 ******* 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 06:01:34 +0000 (0:00:00.012) 0:01:33.384 ******* 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 06:01:34 +0000 (0:00:00.017) 0:01:33.401 ******* 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 06:01:34 +0000 (0:00:00.013) 0:01:33.415 ******* 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 06:01:34 +0000 (0:00:00.014) 0:01:33.430 ******* 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 06:01:34 +0000 (0:00:00.027) 0:01:33.458 ******* 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 06:01:34 +0000 (0:00:00.012) 0:01:33.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 06:01:34 +0000 (0:00:00.013) 0:01:33.484 ******* 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 06:01:34 +0000 (0:00:00.013) 0:01:33.498 ******* 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 06:01:34 +0000 (0:00:00.011) 0:01:33.510 ******* 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 06:01:34 +0000 (0:00:00.015) 0:01:33.526 ******* 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 06:01:34 +0000 (0:00:00.062) 0:01:33.588 ******* 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 06:01:34 +0000 (0:00:00.017) 0:01:33.605 ******* 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 06:01:34 +0000 (0:00:00.020) 0:01:33.625 ******* 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 06:01:34 +0000 (0:00:00.013) 0:01:33.638 ******* 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 06:01:34 +0000 (0:00:00.012) 0:01:33.651 ******* 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 06:01:34 +0000 (0:00:00.016) 0:01:33.667 ******* 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 06:01:34 +0000 (0:00:00.013) 0:01:33.681 ******* 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 06:01:34 +0000 (0:00:00.015) 0:01:33.696 ******* 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 06:01:34 +0000 (0:00:00.013) 0:01:33.710 ******* 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 06:01:34 +0000 (0:00:00.012) 0:01:33.723 ******* 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 06:01:34 +0000 (0:00:00.012) 0:01:33.735 ******* 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 06:01:34 +0000 (0:00:00.012) 0:01:33.748 ******* 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 06:01:34 +0000 (0:00:00.012) 0:01:33.760 ******* 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 06:01:34 +0000 (0:00:00.012) 0:01:33.773 ******* 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 06:01:34 +0000 (0:00:00.025) 0:01:33.799 ******* 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 06:01:34 +0000 (0:00:00.012) 0:01:33.811 ******* 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 06:01:34 +0000 (0:00:00.014) 0:01:33.826 ******* 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 06:01:34 +0000 (0:00:00.011) 0:01:33.837 ******* 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 06:01:34 +0000 (0:00:00.012) 0:01:33.850 ******* 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 06:01:34 +0000 (0:00:00.012) 0:01:33.862 ******* 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 06:01:34 +0000 (0:00:00.011) 0:01:33.873 ******* 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 06:01:35 +0000 (0:00:00.202) 0:01:34.075 ******* 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 06:01:35 +0000 (0:00:00.012) 0:01:34.088 ******* 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 06:01:35 +0000 (0:00:00.015) 0:01:34.103 ******* 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 06:01:35 +0000 (0:00:00.009) 0:01:34.113 ******* 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 06:01:35 +0000 (0:00:00.012) 0:01:34.125 ******* 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 06:01:35 +0000 (0:00:00.010) 0:01:34.135 ******* 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 06:01:35 +0000 (0:00:00.010) 0:01:34.146 ******* 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 06:01:35 +0000 (0:00:00.012) 0:01:34.158 ******* 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 06:01:37 +0000 (0:00:02.509) 0:01:36.668 ******* 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 06:01:37 +0000 (0:00:00.012) 0:01:36.681 ******* 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 06:01:37 +0000 (0:00:00.011) 0:01:36.692 ******* 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 06:01:37 +0000 (0:00:00.008) 0:01:36.701 ******* 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 06:01:37 +0000 (0:00:00.012) 0:01:36.713 ******* 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 06:01:37 +0000 (0:00:00.010) 0:01:36.724 ******* 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 06:01:37 +0000 (0:00:00.010) 0:01:36.734 ******* 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 06:01:37 +0000 (0:00:00.008) 0:01:36.743 ******* 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 06:01:37 +0000 (0:00:00.008) 0:01:36.752 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:106 Sunday 11 February 2024 06:01:37 +0000 (0:00:00.015) 0:01:36.767 ******* 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 06:01:37 +0000 (0:00:00.013) 0:01:36.781 ******* 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 06:01:37 +0000 (0:00:00.011) 0:01:36.792 ******* 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 06:01:37 +0000 (0:00:00.012) 0:01:36.804 ******* 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 06:01:37 +0000 (0:00:00.011) 0:01:36.815 ******* 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 06:01:37 +0000 (0:00:00.011) 0:01:36.826 ******* 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 06:01:37 +0000 (0:00:00.011) 0:01:36.837 ******* 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 06:01:37 +0000 (0:00:00.011) 0:01:36.848 ******* 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 06:01:37 +0000 (0:00:00.011) 0:01:36.859 ******* 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 06:01:37 +0000 (0:00:00.012) 0:01:36.872 ******* 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 06:01:37 +0000 (0:00:00.011) 0:01:36.883 ******* 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 06:01:37 +0000 (0:00:00.011) 0:01:36.894 ******* 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 06:01:37 +0000 (0:00:00.011) 0:01:36.905 ******* 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 06:01:37 +0000 (0:00:00.011) 0:01:36.916 ******* 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 06:01:37 +0000 (0:00:00.011) 0:01:36.927 ******* 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 06:01:37 +0000 (0:00:00.012) 0:01:36.940 ******* 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 06:01:37 +0000 (0:00:00.011) 0:01:36.951 ******* 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 06:01:37 +0000 (0:00:00.011) 0:01:36.962 ******* 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 06:01:37 +0000 (0:00:00.011) 0:01:36.973 ******* 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 06:01:37 +0000 (0:00:00.012) 0:01:36.985 ******* 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 06:01:37 +0000 (0:00:00.011) 0:01:36.996 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:01:37 +0000 (0:00:00.012) 0:01:37.008 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:01:37 +0000 (0:00:00.011) 0:01:37.019 ******* 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 06:01:37 +0000 (0:00:00.011) 0:01:37.031 ******* 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 06:01:37 +0000 (0:00:00.011) 0:01:37.042 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.053 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.064 ******* 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 06:01:38 +0000 (0:00:00.012) 0:01:37.076 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.087 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.098 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.110 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.121 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.132 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:01:38 +0000 (0:00:00.012) 0:01:37.144 ******* 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 06:01:38 +0000 (0:00:00.010) 0:01:37.155 ******* 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 06:01:38 +0000 (0:00:00.010) 0:01:37.166 ******* 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 06:01:38 +0000 (0:00:00.012) 0:01:37.178 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.189 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.200 ******* 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 06:01:38 +0000 (0:00:00.012) 0:01:37.213 ******* 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 06:01:38 +0000 (0:00:00.030) 0:01:37.244 ******* 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 06:01:38 +0000 (0:00:00.013) 0:01:37.257 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.269 ******* 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 06:01:38 +0000 (0:00:00.012) 0:01:37.281 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.292 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.303 ******* 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 06:01:38 +0000 (0:00:00.012) 0:01:37.316 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.327 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.338 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.349 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.360 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:54 Sunday 11 February 2024 06:01:38 +0000 (0:00:00.009) 0:01:37.370 ******* 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 06:01:38 +0000 (0:00:00.012) 0:01:37.382 ******* 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 06:01:38 +0000 (0:00:00.027) 0:01:37.410 ******* 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 06:01:38 +0000 (0:00:00.017) 0:01:37.427 ******* 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 06:01:38 +0000 (0:00:00.013) 0:01:37.441 ******* 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 06:01:38 +0000 (0:00:00.029) 0:01:37.470 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.482 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.493 ******* 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 06:01:38 +0000 (0:00:00.012) 0:01:37.505 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.516 ******* 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 06:01:38 +0000 (0:00:00.023) 0:01:37.539 ******* 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 06:01:38 +0000 (0:00:00.013) 0:01:37.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", "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 06:01:38 +0000 (0:00:00.014) 0:01:37.567 ******* 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 06:01:38 +0000 (0:00:00.012) 0:01:37.579 ******* 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 06:01:38 +0000 (0:00:00.012) 0:01:37.591 ******* 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 06:01:38 +0000 (0:00:00.012) 0:01:37.604 ******* 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 06:01:38 +0000 (0:00:00.011) 0:01:37.615 ******* 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 06:01:38 +0000 (0:00:00.012) 0:01:37.627 ******* 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 06:01:38 +0000 (0:00:00.018) 0:01:37.646 ******* 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 06:01:38 +0000 (0:00:00.009) 0:01:37.656 ******* 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 06:01:40 +0000 (0:00:02.236) 0:01:39.892 ******* 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 06:01:40 +0000 (0:00:00.012) 0:01:39.905 ******* 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 06:01:40 +0000 (0:00:00.010) 0:01:39.916 ******* 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 06:01:40 +0000 (0:00:00.016) 0:01:39.932 ******* 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 06:01:40 +0000 (0:00:00.015) 0:01:39.947 ******* 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 06:01:40 +0000 (0:00:00.013) 0:01:39.961 ******* 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 06:01:40 +0000 (0:00:00.011) 0:01:39.972 ******* 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 06:01:41 +0000 (0:00:01.011) 0:01:40.983 ******* 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 06:01:42 +0000 (0:00:00.219) 0:01:41.202 ******* 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 06:01:42 +0000 (0:00:00.017) 0:01:41.220 ******* 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 06:01:43 +0000 (0:00:01.002) 0:01:42.222 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707631217.9295177, "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 06:01:43 +0000 (0:00:00.215) 0:01:42.437 ******* 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 06:01:43 +0000 (0:00:00.011) 0:01:42.449 ******* 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 06:01:44 +0000 (0:00:00.820) 0:01:43.269 ******* 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 06:01:44 +0000 (0:00:00.024) 0:01:43.293 ******* 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 06:01:44 +0000 (0:00:00.017) 0:01:43.311 ******* skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:15 Sunday 11 February 2024 06:01:44 +0000 (0:00:00.013) 0:01:43.325 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "3G", "type": "lvm", "uuid": "f11fa44d-4be5-4dac-b770-1d915c85f0a2" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "iwNaAl-Msl9-9z8Q-4KVW-3M8F-bapo-NDOeIy" }, "/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 06:01:44 +0000 (0:00:00.214) 0:01:43.540 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003409", "end": "2024-02-11 06:01:44.684410", "rc": 0, "start": "2024-02-11 06:01:44.681001" } 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 06:01:44 +0000 (0:00:00.217) 0:01:43.757 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003385", "end": "2024-02-11 06:01:44.900341", "failed_when_result": false, "rc": 0, "start": "2024-02-11 06:01:44.896956" } 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 06:01:44 +0000 (0:00:00.215) 0:01:43.973 ******* 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 06:01:44 +0000 (0:00:00.031) 0:01:44.004 ******* 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 06:01:44 +0000 (0:00:00.013) 0:01:44.017 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.041164", "end": "2024-02-11 06:01:45.199232", "rc": 0, "start": "2024-02-11 06:01:45.158068" } 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 06:01:45 +0000 (0:00:00.252) 0:01:44.269 ******* 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 06:01:45 +0000 (0:00:00.018) 0:01:44.287 ******* 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 06:01:45 +0000 (0:00:00.025) 0:01:44.313 ******* 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 06:01:45 +0000 (0:00:00.016) 0:01:44.330 ******* 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 06:01:45 +0000 (0:00:00.213) 0:01:44.544 ******* 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 06:01:45 +0000 (0:00:00.016) 0:01:44.560 ******* 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 06:01:45 +0000 (0:00:00.015) 0:01:44.576 ******* 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 06:01:45 +0000 (0:00:00.015) 0:01:44.591 ******* 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 06:01:45 +0000 (0:00:00.014) 0:01:44.606 ******* 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 06:01:45 +0000 (0:00:00.033) 0:01:44.639 ******* 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 06:01:45 +0000 (0:00:00.012) 0:01:44.651 ******* 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 06:01:45 +0000 (0:00:00.017) 0:01:44.669 ******* 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 06:01:45 +0000 (0:00:00.021) 0:01:44.691 ******* 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 06:01:45 +0000 (0:00:00.012) 0:01:44.703 ******* 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 06:01:45 +0000 (0:00:00.011) 0:01:44.714 ******* 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 06:01:45 +0000 (0:00:00.011) 0:01:44.725 ******* 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 06:01:45 +0000 (0:00:00.010) 0:01:44.736 ******* 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 06:01:45 +0000 (0:00:00.010) 0:01:44.747 ******* 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 06:01:45 +0000 (0:00:00.011) 0:01:44.758 ******* 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 06:01:45 +0000 (0:00:00.012) 0:01:44.771 ******* 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 06:01:45 +0000 (0:00:00.012) 0:01:44.783 ******* 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 06:01:45 +0000 (0:00:00.012) 0:01:44.796 ******* 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 06:01:45 +0000 (0:00:00.013) 0:01:44.810 ******* 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 06:01:45 +0000 (0:00:00.012) 0:01:44.823 ******* 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 06:01:45 +0000 (0:00:00.025) 0:01:44.848 ******* 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 06:01:45 +0000 (0:00:00.037) 0:01:44.885 ******* 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 06:01:45 +0000 (0:00:00.013) 0:01:44.899 ******* 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 06:01:45 +0000 (0:00:00.012) 0:01:44.912 ******* 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 06:01:45 +0000 (0:00:00.012) 0:01:44.925 ******* 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 06:01:45 +0000 (0:00:00.012) 0:01:44.937 ******* 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 06:01:45 +0000 (0:00:00.012) 0:01:44.950 ******* 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 06:01:45 +0000 (0:00:00.012) 0:01:44.963 ******* 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 06:01:45 +0000 (0:00:00.013) 0:01:44.976 ******* 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 06:01:45 +0000 (0:00:00.012) 0:01:44.989 ******* 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 06:01:45 +0000 (0:00:00.012) 0:01:45.001 ******* 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 06:01:45 +0000 (0:00:00.013) 0:01:45.014 ******* 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 06:01:45 +0000 (0:00:00.013) 0:01:45.027 ******* 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 06:01:45 +0000 (0:00:00.012) 0:01:45.040 ******* 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 06:01:46 +0000 (0:00:00.014) 0:01:45.054 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.067 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.080 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.092 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.105 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.118 ******* 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 06:01:46 +0000 (0:00:00.014) 0:01:45.132 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.145 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.158 ******* 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 06:01:46 +0000 (0:00:00.024) 0:01:45.182 ******* 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 06:01:46 +0000 (0:00:00.037) 0:01:45.220 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.232 ******* 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 06:01:46 +0000 (0:00:00.011) 0:01:45.243 ******* 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 06:01:46 +0000 (0:00:00.011) 0:01:45.255 ******* 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 06:01:46 +0000 (0:00:00.011) 0:01:45.266 ******* 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 06:01:46 +0000 (0:00:00.011) 0:01:45.277 ******* 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 06:01:46 +0000 (0:00:00.010) 0:01:45.288 ******* 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 06:01:46 +0000 (0:00:00.010) 0:01:45.299 ******* 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 06:01:46 +0000 (0:00:00.011) 0:01:45.311 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-member-thin.yml:16 Sunday 11 February 2024 06:01:46 +0000 (0:00:00.012) 0:01:45.323 ******* 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 06:01:46 +0000 (0:00:00.011) 0:01:45.334 ******* 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 06:01:46 +0000 (0:00:00.011) 0:01:45.345 ******* 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 06:01:46 +0000 (0:00:00.011) 0:01:45.356 ******* 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 06:01:46 +0000 (0:00:00.025) 0:01:45.382 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-pool-members-encryption.yml:13 Sunday 11 February 2024 06:01:46 +0000 (0:00:00.039) 0:01:45.421 ******* 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 06:01:46 +0000 (0:00:00.016) 0:01:45.438 ******* 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 06:01:46 +0000 (0:00:00.025) 0:01:45.463 ******* 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 06:01:46 +0000 (0:00:00.015) 0:01:45.478 ******* 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 06:01:46 +0000 (0:00:00.015) 0:01:45.494 ******* 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 06:01:46 +0000 (0:00:00.013) 0:01:45.508 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.521 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.534 ******* 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 06:01:46 +0000 (0:00:00.011) 0:01:45.545 ******* 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 06:01:46 +0000 (0:00:00.011) 0:01:45.557 ******* 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 06:01:46 +0000 (0:00:00.028) 0:01:45.585 ******* 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 06:01:46 +0000 (0:00:00.037) 0:01:45.623 ******* 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 06:01:46 +0000 (0:00:00.013) 0:01:45.636 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.649 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.661 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.674 ******* 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 06:01:46 +0000 (0:00:00.016) 0:01:45.690 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.703 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.716 ******* 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 06:01:46 +0000 (0:00:00.014) 0:01:45.731 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.743 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.755 ******* 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 06:01:46 +0000 (0:00:00.013) 0:01:45.769 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.782 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.794 ******* 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 06:01:46 +0000 (0:00:00.011) 0:01:45.806 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.819 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.832 ******* 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 06:01:46 +0000 (0:00:00.014) 0:01:45.846 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.859 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.871 ******* 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 06:01:46 +0000 (0:00:00.012) 0:01:45.884 ******* 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 06:01:46 +0000 (0:00:00.011) 0:01:45.895 ******* 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 06:01:46 +0000 (0:00:00.011) 0:01:45.907 ******* 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 06:01:46 +0000 (0:00:00.035) 0:01:45.943 ******* 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 06:01:46 +0000 (0:00:00.016) 0:01:45.959 ******* 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 06:01:46 +0000 (0:00:00.061) 0:01:46.020 ******* 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 06:01:46 +0000 (0:00:00.015) 0:01:46.035 ******* 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": "f11fa44d-4be5-4dac-b770-1d915c85f0a2" } ], "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": "f11fa44d-4be5-4dac-b770-1d915c85f0a2" } ], "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 06:01:47 +0000 (0:00:00.019) 0:01:46.055 ******* 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 06:01:47 +0000 (0:00:00.013) 0:01:46.068 ******* 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 06:01:47 +0000 (0:00:00.015) 0:01:46.083 ******* 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 06:01:47 +0000 (0:00:00.015) 0:01:46.099 ******* 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 06:01:47 +0000 (0:00:00.011) 0:01:46.110 ******* 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 06:01:47 +0000 (0:00:00.011) 0:01:46.121 ******* 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 06:01:47 +0000 (0:00:00.011) 0:01:46.132 ******* 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 06:01:47 +0000 (0:00:00.015) 0:01:46.147 ******* 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 06:01:47 +0000 (0:00:00.010) 0:01:46.158 ******* 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 06:01:47 +0000 (0:00:00.012) 0:01:46.171 ******* 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 06:01:47 +0000 (0:00:00.034) 0:01:46.205 ******* 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 06:01:47 +0000 (0:00:00.011) 0:01:46.217 ******* 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 06:01:47 +0000 (0:00:00.025) 0:01:46.243 ******* 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 06:01:47 +0000 (0:00:00.014) 0:01:46.257 ******* 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 06:01:47 +0000 (0:00:00.014) 0:01:46.272 ******* 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 06:01:47 +0000 (0:00:00.012) 0:01:46.284 ******* 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 06:01:47 +0000 (0:00:00.011) 0:01:46.295 ******* 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 06:01:47 +0000 (0:00:00.015) 0:01:46.311 ******* 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 06:01:47 +0000 (0:00:00.016) 0:01:46.328 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707631279.661457, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707631226.2372367, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 817, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1707631226.2372367, "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 06:01:47 +0000 (0:00:00.214) 0:01:46.542 ******* 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 06:01:47 +0000 (0:00:00.015) 0:01:46.558 ******* 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 06:01:47 +0000 (0:00:00.012) 0:01:46.570 ******* 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 06:01:47 +0000 (0:00:00.014) 0:01:46.584 ******* 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 06:01:47 +0000 (0:00:00.012) 0:01:46.597 ******* 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 06:01:47 +0000 (0:00:00.012) 0:01:46.609 ******* 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 06:01:47 +0000 (0:00:00.013) 0:01:46.622 ******* 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 06:01:47 +0000 (0:00:00.011) 0:01:46.633 ******* 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 06:01:50 +0000 (0:00:02.519) 0:01:49.153 ******* 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 06:01:50 +0000 (0:00:00.012) 0:01:49.165 ******* 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 06:01:50 +0000 (0:00:00.011) 0:01:49.177 ******* 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 06:01:50 +0000 (0:00:00.017) 0:01:49.194 ******* 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 06:01:50 +0000 (0:00:00.012) 0:01:49.207 ******* 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 06:01:50 +0000 (0:00:00.011) 0:01:49.218 ******* 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 06:01:50 +0000 (0:00:00.011) 0:01:49.229 ******* 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 06:01:50 +0000 (0:00:00.011) 0:01:49.240 ******* 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 06:01:50 +0000 (0:00:00.011) 0:01:49.251 ******* 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 06:01:50 +0000 (0:00:00.016) 0:01:49.268 ******* 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 06:01:50 +0000 (0:00:00.014) 0:01:49.283 ******* 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 06:01:50 +0000 (0:00:00.011) 0:01:49.294 ******* 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 06:01:50 +0000 (0:00:00.011) 0:01:49.305 ******* 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 06:01:50 +0000 (0:00:00.011) 0:01:49.316 ******* 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 06:01:50 +0000 (0:00:00.011) 0:01:49.327 ******* 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 06:01:50 +0000 (0:00:00.012) 0:01:49.340 ******* 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 06:01:50 +0000 (0:00:00.011) 0:01:49.351 ******* 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 06:01:50 +0000 (0:00:00.011) 0:01:49.363 ******* 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 06:01:50 +0000 (0:00:00.011) 0:01:49.374 ******* 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 06:01:50 +0000 (0:00:00.011) 0:01:49.385 ******* 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 06:01:50 +0000 (0:00:00.011) 0:01:49.396 ******* 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 06:01:50 +0000 (0:00:00.012) 0:01:49.408 ******* 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 06:01:50 +0000 (0:00:00.011) 0:01:49.420 ******* 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 06:01:50 +0000 (0:00:00.011) 0:01:49.431 ******* 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 06:01:50 +0000 (0:00:00.011) 0:01:49.442 ******* 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 06:01:50 +0000 (0:00:00.208) 0:01:49.651 ******* 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 06:01:50 +0000 (0:00:00.215) 0:01:49.866 ******* 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 06:01:50 +0000 (0:00:00.017) 0:01:49.883 ******* 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 06:01:50 +0000 (0:00:00.012) 0:01:49.896 ******* 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 06:01:51 +0000 (0:00:00.228) 0:01:50.124 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:01:51 +0000 (0:00:00.015) 0:01:50.140 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:01:51 +0000 (0:00:00.014) 0:01:50.154 ******* 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 06:01:51 +0000 (0:00:00.013) 0:01:50.168 ******* 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 06:01:51 +0000 (0:00:00.013) 0:01:50.181 ******* 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 06:01:51 +0000 (0:00:00.011) 0:01:50.193 ******* 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 06:01:51 +0000 (0:00:00.012) 0:01:50.205 ******* 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 06:01:51 +0000 (0:00:00.011) 0:01:50.216 ******* 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 06:01:51 +0000 (0:00:00.011) 0:01:50.227 ******* 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 06:01:51 +0000 (0:00:00.011) 0:01:50.239 ******* 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 06:01:51 +0000 (0:00:00.011) 0:01:50.250 ******* 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 06:01:51 +0000 (0:00:00.011) 0:01:50.261 ******* 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 06:01:51 +0000 (0:00:00.013) 0:01:50.275 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:01:51 +0000 (0:00:00.011) 0:01:50.286 ******* 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 06:01:51 +0000 (0:00:00.011) 0:01:50.297 ******* 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 06:01:51 +0000 (0:00:00.011) 0:01:50.309 ******* 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 06:01:51 +0000 (0:00:00.012) 0:01:50.321 ******* 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 06:01:51 +0000 (0:00:00.011) 0:01:50.332 ******* 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 06:01:51 +0000 (0:00:00.014) 0:01:50.347 ******* 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 06:01:51 +0000 (0:00:00.012) 0:01:50.360 ******* 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 06:01:51 +0000 (0:00:00.013) 0:01:50.373 ******* 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 06:01:51 +0000 (0:00:00.012) 0:01:50.386 ******* 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 06:01:51 +0000 (0:00:00.016) 0:01:50.403 ******* 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.037204", "end": "2024-02-11 06:01:51.578294", "rc": 0, "start": "2024-02-11 06:01:51.541090" } 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 06:01:51 +0000 (0:00:00.245) 0:01:50.649 ******* 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 06:01:51 +0000 (0:00:00.016) 0:01:50.665 ******* 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 06:01:51 +0000 (0:00:00.015) 0:01:50.681 ******* 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 06:01:51 +0000 (0:00:00.013) 0:01:50.694 ******* 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 06:01:51 +0000 (0:00:00.012) 0:01:50.706 ******* 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 06:01:51 +0000 (0:00:00.012) 0:01:50.718 ******* 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 06:01:51 +0000 (0:00:00.012) 0:01:50.731 ******* 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 06:01:51 +0000 (0:00:00.011) 0:01:50.742 ******* 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 06:01:51 +0000 (0:00:00.014) 0:01:50.756 ******* 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 06:01:51 +0000 (0:00:00.060) 0:01:50.817 ******* 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 06:01:51 +0000 (0:00:00.014) 0:01:50.832 ******* 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 06:01:51 +0000 (0:00:00.017) 0:01:50.850 ******* 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 06:01:51 +0000 (0:00:00.012) 0:01:50.862 ******* 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 06:01:51 +0000 (0:00:00.012) 0:01:50.874 ******* 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 06:01:51 +0000 (0:00:00.014) 0:01:50.889 ******* 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 06:01:51 +0000 (0:00:00.011) 0:01:50.900 ******* 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 06:01:51 +0000 (0:00:00.011) 0:01:50.911 ******* 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 06:01:51 +0000 (0:00:00.011) 0:01:50.922 ******* 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 06:01:51 +0000 (0:00:00.011) 0:01:50.933 ******* 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 06:01:51 +0000 (0:00:00.012) 0:01:50.945 ******* 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 06:01:51 +0000 (0:00:00.011) 0:01:50.957 ******* 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 06:01:51 +0000 (0:00:00.011) 0:01:50.968 ******* 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 06:01:51 +0000 (0:00:00.011) 0:01:50.979 ******* 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 06:01:51 +0000 (0:00:00.024) 0:01:51.003 ******* 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 06:01:51 +0000 (0:00:00.011) 0:01:51.014 ******* 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 06:01:51 +0000 (0:00:00.015) 0:01:51.030 ******* 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 06:01:51 +0000 (0:00:00.011) 0:01:51.041 ******* 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 06:01:52 +0000 (0:00:00.011) 0:01:51.052 ******* 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 06:01:52 +0000 (0:00:00.011) 0:01:51.064 ******* 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 06:01:52 +0000 (0:00:00.011) 0:01:51.075 ******* 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 06:01:52 +0000 (0:00:00.204) 0:01:51.279 ******* 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 06:01:52 +0000 (0:00:00.012) 0:01:51.292 ******* 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 06:01:52 +0000 (0:00:00.015) 0:01:51.308 ******* 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 06:01:52 +0000 (0:00:00.008) 0:01:51.317 ******* 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 06:01:52 +0000 (0:00:00.013) 0:01:51.330 ******* 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 06:01:52 +0000 (0:00:00.012) 0:01:51.342 ******* 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 06:01:52 +0000 (0:00:00.009) 0:01:51.351 ******* 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 06:01:52 +0000 (0:00:00.011) 0:01:51.362 ******* 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 06:01:54 +0000 (0:00:02.490) 0:01:53.853 ******* 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 06:01:54 +0000 (0:00:00.013) 0:01:53.866 ******* 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 06:01:54 +0000 (0:00:00.012) 0:01:53.879 ******* 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 06:01:54 +0000 (0:00:00.009) 0:01:53.889 ******* 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 06:01:54 +0000 (0:00:00.012) 0:01:53.901 ******* 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 06:01:54 +0000 (0:00:00.012) 0:01:53.913 ******* 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 06:01:54 +0000 (0:00:00.008) 0:01:53.922 ******* 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 06:01:54 +0000 (0:00:00.008) 0:01:53.931 ******* 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 06:01:54 +0000 (0:00:00.008) 0:01:53.940 ******* 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 06:01:54 +0000 (0:00:00.016) 0:01:53.957 ******* 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 06:01:54 +0000 (0:00:00.014) 0:01:53.971 ******* 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 06:01:54 +0000 (0:00:00.011) 0:01:53.983 ******* 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 06:01:54 +0000 (0:00:00.011) 0:01:53.994 ******* 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 06:01:54 +0000 (0:00:00.011) 0:01:54.005 ******* 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 06:01:54 +0000 (0:00:00.011) 0:01:54.016 ******* 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 06:01:54 +0000 (0:00:00.012) 0:01:54.028 ******* 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 06:01:54 +0000 (0:00:00.011) 0:01:54.040 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.051 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.062 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.073 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.084 ******* 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 06:01:55 +0000 (0:00:00.012) 0:01:54.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 06:01:55 +0000 (0:00:00.011) 0:01:54.108 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.119 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.130 ******* 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 06:01:55 +0000 (0:00:00.012) 0:01:54.142 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.153 ******* 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 06:01:55 +0000 (0:00:00.012) 0:01:54.165 ******* 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 06:01:55 +0000 (0:00:00.012) 0:01:54.178 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.189 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:01:55 +0000 (0:00:00.011) 0:01:54.200 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:01:55 +0000 (0:00:00.011) 0:01:54.211 ******* 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 06:01:55 +0000 (0:00:00.010) 0:01:54.222 ******* 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 06:01:55 +0000 (0:00:00.012) 0:01:54.235 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.246 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.257 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.268 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.279 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.290 ******* 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 06:01:55 +0000 (0:00:00.012) 0:01:54.302 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.314 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.325 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:01:55 +0000 (0:00:00.011) 0:01:54.336 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.347 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.358 ******* 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 06:01:55 +0000 (0:00:00.012) 0:01:54.370 ******* 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 06:01:55 +0000 (0:00:00.012) 0:01:54.383 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.394 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.405 ******* 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 06:01:55 +0000 (0:00:00.013) 0:01:54.419 ******* 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 06:01:55 +0000 (0:00:00.012) 0:01:54.431 ******* 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 06:01:55 +0000 (0:00:00.012) 0:01:54.444 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.455 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.466 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.477 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.488 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.499 ******* 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 06:01:55 +0000 (0:00:00.033) 0:01:54.533 ******* 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 06:01:55 +0000 (0:00:00.012) 0:01:54.545 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.557 ******* 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 06:01:55 +0000 (0:00:00.014) 0:01:54.571 ******* 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 06:01:55 +0000 (0:00:00.057) 0:01:54.628 ******* 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 06:01:55 +0000 (0:00:00.014) 0:01:54.643 ******* 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 06:01:55 +0000 (0:00:00.017) 0:01:54.661 ******* 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 06:01:55 +0000 (0:00:00.012) 0:01:54.673 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.684 ******* 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 06:01:55 +0000 (0:00:00.013) 0:01:54.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 06:01:55 +0000 (0:00:00.012) 0:01:54.710 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.721 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.733 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.744 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.755 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.766 ******* 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 06:01:55 +0000 (0:00:00.012) 0:01:54.778 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.789 ******* 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 06:01:55 +0000 (0:00:00.024) 0:01:54.813 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.825 ******* 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 06:01:55 +0000 (0:00:00.014) 0:01:54.839 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.850 ******* 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 06:01:55 +0000 (0:00:00.012) 0:01:54.862 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.874 ******* 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 06:01:55 +0000 (0:00:00.011) 0:01:54.885 ******* 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 06:01:56 +0000 (0:00:00.199) 0:01:55.085 ******* 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 06:01:56 +0000 (0:00:00.012) 0:01:55.097 ******* 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 06:01:56 +0000 (0:00:00.015) 0:01:55.113 ******* 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 06:01:56 +0000 (0:00:00.009) 0:01:55.123 ******* 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 06:01:56 +0000 (0:00:00.012) 0:01:55.135 ******* 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 06:01:56 +0000 (0:00:00.011) 0:01:55.146 ******* 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 06:01:56 +0000 (0:00:00.010) 0:01:55.156 ******* 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 06:01:56 +0000 (0:00:00.012) 0:01:55.169 ******* 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 06:01:58 +0000 (0:00:02.505) 0:01:57.674 ******* 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 06:01:58 +0000 (0:00:00.013) 0:01:57.687 ******* 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 06:01:58 +0000 (0:00:00.012) 0:01:57.700 ******* 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 06:01:58 +0000 (0:00:00.011) 0:01:57.712 ******* 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 06:01:58 +0000 (0:00:00.013) 0:01:57.725 ******* 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 06:01:58 +0000 (0:00:00.012) 0:01:57.738 ******* 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 06:01:58 +0000 (0:00:00.009) 0:01:57.748 ******* 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 06:01:58 +0000 (0:00:00.009) 0:01:57.758 ******* 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 06:01:58 +0000 (0:00:00.010) 0:01:57.768 ******* 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 06:01:58 +0000 (0:00:00.016) 0:01:57.785 ******* 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 06:01:58 +0000 (0:00:00.015) 0:01:57.800 ******* 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 06:01:58 +0000 (0:00:00.033) 0:01:57.833 ******* 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 06:01:58 +0000 (0:00:00.012) 0:01:57.846 ******* 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 06:01:58 +0000 (0:00:00.012) 0:01:57.859 ******* 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 06:01:58 +0000 (0:00:00.011) 0:01:57.870 ******* 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 06:01:58 +0000 (0:00:00.011) 0:01:57.881 ******* 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 06:01:58 +0000 (0:00:00.011) 0:01:57.892 ******* 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 06:01:58 +0000 (0:00:00.012) 0:01:57.905 ******* 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 06:01:58 +0000 (0:00:00.011) 0:01:57.916 ******* 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 06:01:58 +0000 (0:00:00.011) 0:01:57.927 ******* 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 06:01:58 +0000 (0:00:00.011) 0:01:57.938 ******* 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 06:01:58 +0000 (0:00:00.011) 0:01:57.949 ******* 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 06:01:58 +0000 (0:00:00.011) 0:01:57.960 ******* 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 06:01:58 +0000 (0:00:00.012) 0:01:57.973 ******* 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 06:01:58 +0000 (0:00:00.011) 0:01:57.984 ******* 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 06:01:58 +0000 (0:00:00.012) 0:01:57.996 ******* 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 06:01:58 +0000 (0:00:00.013) 0:01:58.010 ******* 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 06:01:58 +0000 (0:00:00.012) 0:01:58.023 ******* 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 06:01:58 +0000 (0:00:00.013) 0:01:58.037 ******* 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 06:01:59 +0000 (0:00:00.014) 0:01:58.051 ******* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:50 Sunday 11 February 2024 06:01:59 +0000 (0:00:00.012) 0:01:58.064 ******* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:54 Sunday 11 February 2024 06:01:59 +0000 (0:00:00.012) 0:01:58.077 ******* 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 06:01:59 +0000 (0:00:00.012) 0:01:58.090 ******* 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 06:01:59 +0000 (0:00:00.012) 0:01:58.103 ******* 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 06:01:59 +0000 (0:00:00.012) 0:01:58.116 ******* 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 06:01:59 +0000 (0:00:00.013) 0:01:58.130 ******* 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 06:01:59 +0000 (0:00:00.012) 0:01:58.142 ******* 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 06:01:59 +0000 (0:00:00.011) 0:01:58.154 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:96 Sunday 11 February 2024 06:01:59 +0000 (0:00:00.011) 0:01:58.165 ******* 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 06:01:59 +0000 (0:00:00.011) 0:01:58.176 ******* 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 06:01:59 +0000 (0:00:00.011) 0:01:58.187 ******* 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 06:01:59 +0000 (0:00:00.012) 0:01:58.200 ******* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-size.yml:117 Sunday 11 February 2024 06:01:59 +0000 (0:00:00.011) 0:01:58.212 ******* 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 06:01:59 +0000 (0:00:00.011) 0:01:58.223 ******* 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 06:01:59 +0000 (0:00:00.011) 0:01:58.234 ******* 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 06:01:59 +0000 (0:00:00.011) 0:01:58.246 ******* 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 06:01:59 +0000 (0:00:00.011) 0:01:58.257 ******* 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 06:01:59 +0000 (0:00:00.012) 0:01:58.270 ******* 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 06:01:59 +0000 (0:00:00.011) 0:01:58.281 ******* 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 06:01:59 +0000 (0:00:00.013) 0:01:58.295 ******* 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 06:01:59 +0000 (0:00:00.012) 0:01:58.307 ******* 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 06:01:59 +0000 (0:00:00.012) 0:01:58.319 ******* 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 06:01:59 +0000 (0:00:00.011) 0:01:58.331 ******* 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 06:01:59 +0000 (0:00:00.012) 0:01:58.343 ******* 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 06:01:59 +0000 (0:00:00.012) 0:01:58.355 ******* 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 06:01:59 +0000 (0:00:00.011) 0:01:58.367 ******* 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 06:01:59 +0000 (0:00:00.011) 0:01:58.378 ******* 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 06:01:59 +0000 (0:00:00.011) 0:01:58.389 ******* 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 06:01:59 +0000 (0:00:00.011) 0:01:58.401 ******* 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 06:01:59 +0000 (0:00:00.012) 0:01:58.413 ******* TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciyhs6t1ye/tests/verify-role-results.yml:54 Sunday 11 February 2024 06:01:59 +0000 (0:00:00.010) 0:01:58.424 ******* 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 06:01:59 +0000 (0:00:00.011) 0:01:58.435 ******* 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 06:01:59 +0000 (0:00:00.034) 0:01:58.470 ******* 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 06:01:59 +0000 (0:00:00.016) 0:01:58.487 ******* 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 06:01:59 +0000 (0:00:00.014) 0:01:58.501 ******* 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 06:01:59 +0000 (0:00:00.032) 0:01:58.534 ******* 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 06:01:59 +0000 (0:00:00.011) 0:01:58.545 ******* 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 06:01:59 +0000 (0:00:00.011) 0:01:58.557 ******* 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 06:01:59 +0000 (0:00:00.011) 0:01:58.568 ******* 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 06:01:59 +0000 (0:00:00.011) 0:01:58.579 ******* 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 06:01:59 +0000 (0:00:00.049) 0:01:58.629 ******* 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 06:01:59 +0000 (0:00:00.012) 0:01:58.641 ******* 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 06:01:59 +0000 (0:00:00.013) 0:01:58.655 ******* 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 06:01:59 +0000 (0:00:00.012) 0:01:58.667 ******* 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 06:01:59 +0000 (0:00:00.012) 0:01:58.679 ******* 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 06:01:59 +0000 (0:00:00.012) 0:01:58.691 ******* 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 06:01:59 +0000 (0:00:00.012) 0:01:58.703 ******* 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 06:01:59 +0000 (0:00:00.012) 0:01:58.715 ******* 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 06:01:59 +0000 (0:00:00.018) 0:01:58.734 ******* 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 06:01:59 +0000 (0:00:00.009) 0:01:58.744 ******* 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 06:02:02 +0000 (0:00:02.730) 0:02:01.475 ******* 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 06:02:02 +0000 (0:00:00.013) 0:02:01.488 ******* 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 06:02:02 +0000 (0:00:00.011) 0:02:01.500 ******* 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 06:02:02 +0000 (0:00:00.014) 0:02:01.514 ******* 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 06:02:02 +0000 (0:00:00.013) 0:02:01.528 ******* 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 06:02:02 +0000 (0:00:00.013) 0:02:01.542 ******* 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 06:02:02 +0000 (0:00:00.218) 0:02:01.760 ******* 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 06:02:03 +0000 (0:00:01.003) 0:02:02.764 ******* 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 06:02:03 +0000 (0:00:00.013) 0:02:02.777 ******* 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 06:02:03 +0000 (0:00:00.016) 0:02:02.793 ******* 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 06:02:04 +0000 (0:00:01.016) 0:02:03.810 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707631217.9295177, "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 06:02:05 +0000 (0:00:00.337) 0:02:04.147 ******* 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 06:02:05 +0000 (0:00:00.011) 0:02:04.159 ******* ok: [sut] META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=772 changed=8 unreachable=0 failed=0 skipped=1055 rescued=0 ignored=0 Sunday 11 February 2024 06:02:06 +0000 (0:00:01.092) 0:02:05.252 ******* =============================================================================== linux-system-roles.storage : Make sure blivet is available -------------- 6.71s /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 --- 4.36s /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 --- 3.69s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Ensure cryptsetup is present -------------------------------------------- 3.55s /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.94s /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.73s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Make sure required packages are installed --- 2.70s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Ensure cryptsetup is present -------------------------------------------- 2.63s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.62s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- Ensure test packages ---------------------------------------------------- 2.59s /WORKDIR/git-weekly-ciyhs6t1ye/tests/get_unused_disk.yml:2 -------------------- Ensure cryptsetup is present -------------------------------------------- 2.55s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.54s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.54s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.53s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.52s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.51s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.51s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Get service facts -------------------------- 2.49s /WORKDIR/git-weekly-ciyhs6t1ye/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Ensure cryptsetup is present -------------------------------------------- 2.49s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.45s /WORKDIR/git-weekly-ciyhs6t1ye/tests/test-verify-volume-encryption.yml:10 ----- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---