# 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_swap.yml ******************************************************* 1 plays in /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml PLAY [Test management of swap] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml:2 Sunday 11 August 2024 10:00:27 +0000 (0:00:00.012) 0:00:00.012 ********* ok: [sut] META: ran handlers TASK [Include role to ensure packages are installed] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml:10 Sunday 11 August 2024 10:00:28 +0000 (0:00:00.680) 0:00:00.692 ********* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 August 2024 10:00:28 +0000 (0:00:00.017) 0:00:00.710 ********* included: /WORKDIR/git-weekly-cioghmkigt/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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 August 2024 10:00:28 +0000 (0:00:00.023) 0:00:00.733 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 August 2024 10:00:28 +0000 (0:00:00.020) 0:00:00.754 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 August 2024 10:00:28 +0000 (0:00:00.037) 0:00:00.792 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 August 2024 10:00:28 +0000 (0:00:00.244) 0:00:01.036 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 August 2024 10:00:28 +0000 (0:00:00.020) 0:00:01.056 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 August 2024 10:00:28 +0000 (0:00:00.009) 0:00:01.066 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 August 2024 10:00:28 +0000 (0:00:00.009) 0:00:01.075 ********* included: /WORKDIR/git-weekly-cioghmkigt/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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 August 2024 10:00:28 +0000 (0:00:00.043) 0:00:01.118 ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libblockdev-utils-2.28-6.el8.x86_64", "Installed: libblockdev-crypto-2.28-6.el8.x86_64", "Installed: device-mapper-multipath-libs-0.8.4-41.el8.x86_64", "Installed: libblockdev-dm-2.28-6.el8.x86_64", "Installed: libbytesize-1.4-3.el8.x86_64", "Installed: python3-justbases-0.14-4.el8.noarch", "Installed: python3-justbytes-0.14-2.el8.noarch", "Installed: userspace-rcu-0.10.1-4.el8.x86_64", "Installed: libblockdev-fs-2.28-6.el8.x86_64", "Installed: volume_key-libs-0.3.11-6.el8.x86_64", "Installed: libblockdev-kbd-2.28-6.el8.x86_64", "Installed: luksmeta-9-4.el8.x86_64", "Installed: daxctl-libs-71.1-7.el8.x86_64", "Installed: clevis-15-15.el8.x86_64", "Installed: blivet-data-1:3.6.0-8.el8.noarch", "Installed: python3-blivet-1:3.6.0-8.el8.noarch", "Installed: python3-into-dbus-python-0.06-2.el8.noarch", "Installed: vdo-6.2.9.7-14.el8.x86_64", "Installed: libblockdev-loop-2.28-6.el8.x86_64", "Installed: python3-blockdev-2.28-6.el8.x86_64", "Installed: mdadm-4.2-14.el8.x86_64", "Installed: clevis-luks-15-15.el8.x86_64", "Installed: python3-bytesize-1.4-3.el8.x86_64", "Installed: libblockdev-lvm-2.28-6.el8.x86_64", "Installed: libjose-10-2.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: tpm2-tools-4.1.1-5.el8.x86_64", "Installed: libblockdev-mdraid-2.28-6.el8.x86_64", "Installed: oniguruma-6.8.2-3.el8.x86_64", "Installed: cryptsetup-2.3.7-7.el8.x86_64", "Installed: device-mapper-event-8:1.02.181-14.el8.x86_64", "Installed: kmod-kvdo-6.2.8.7-94.el8.x86_64", "Installed: libblockdev-mpath-2.28-6.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.181-14.el8.x86_64", "Installed: libblockdev-nvdimm-2.28-6.el8.x86_64", "Installed: jose-10-2.el8.x86_64", "Installed: python3-psutil-5.4.3-11.el8.x86_64", "Installed: lsof-4.93.2-1.el8.x86_64", "Installed: libluksmeta-9-4.el8.x86_64", "Installed: stratis-cli-2.4.2-1.el8.noarch", "Installed: libblockdev-part-2.28-6.el8.x86_64", "Installed: jq-1.6-9.el8.x86_64", "Installed: stratisd-2.4.2-2.el8.x86_64", "Installed: lvm2-8:2.03.14-14.el8.x86_64", "Installed: device-mapper-multipath-0.8.4-41.el8.x86_64", "Installed: python3-dbus-client-gen-0.4-1.el8.noarch", "Installed: python3-dbus-python-client-gen-0.7-3.el8.noarch", "Installed: python3-dbus-signature-pyparsing-0.03-2.el8.noarch", "Installed: libblockdev-swap-2.28-6.el8.x86_64", "Installed: python3-pyparted-1:3.11.7-4.el8.x86_64", "Installed: lvm2-libs-8:2.03.14-14.el8.x86_64", "Installed: libblockdev-2.28-6.el8.x86_64", "Installed: ndctl-71.1-7.el8.x86_64", "Installed: ndctl-libs-71.1-7.el8.x86_64", "Installed: device-mapper-persistent-data-0.9.0-7.el8.x86_64" ] } lsrpackages: kmod-kvdo libblockdev libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 August 2024 10:01:17 +0000 (0:00:48.266) 0:00:49.385 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 August 2024 10:01:17 +0000 (0:00:00.019) 0:00:49.404 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 August 2024 10:01:17 +0000 (0:00:00.019) 0:00:49.423 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 August 2024 10:01:17 +0000 (0:00:00.526) 0:00:49.949 ********* included: /WORKDIR/git-weekly-cioghmkigt/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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Sunday 11 August 2024 10:01:17 +0000 (0:00:00.034) 0:00:49.984 ********* TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Sunday 11 August 2024 10:01:17 +0000 (0:00:00.009) 0:00:49.994 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Sunday 11 August 2024 10:01:17 +0000 (0:00:00.012) 0:00:50.006 ********* TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 August 2024 10:01:17 +0000 (0:00:00.009) 0:00:50.015 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 August 2024 10:01:20 +0000 (0:00:02.559) 0:00:52.575 ********* ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "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" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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": "running", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "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-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-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-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": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "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-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "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" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 August 2024 10:01:21 +0000 (0:00:01.443) 0:00:54.018 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 August 2024 10:01:21 +0000 (0:00:00.018) 0:00:54.037 ********* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 August 2024 10:01:21 +0000 (0:00:00.011) 0:00:54.049 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 August 2024 10:01:22 +0000 (0:00:00.337) 0:00:54.386 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if /etc/fstab is present] ************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 11 August 2024 10:01:22 +0000 (0:00:00.012) 0:00:54.398 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723369724.1174507, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4644c54c9838cbc512975c626cc4f46832c5b181", "ctime": 1716969427.210901, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716969427.210901, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1321, "uid": 0, "version": "1528175122", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 August 2024 10:01:22 +0000 (0:00:00.173) 0:00:54.572 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:128 Sunday 11 August 2024 10:01:22 +0000 (0:00:00.013) 0:00:54.585 ********* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Sunday 11 August 2024 10:01:22 +0000 (0:00:00.011) 0:00:54.597 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:143 Sunday 11 August 2024 10:01:22 +0000 (0:00:00.013) 0:00:54.611 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 11 August 2024 10:01:22 +0000 (0:00:00.013) 0:00:54.624 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Sunday 11 August 2024 10:01:22 +0000 (0:00:00.013) 0:00:54.637 ********* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:175 Sunday 11 August 2024 10:01:22 +0000 (0:00:00.012) 0:00:54.650 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:180 Sunday 11 August 2024 10:01:22 +0000 (0:00:00.012) 0:00:54.662 ********* TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:192 Sunday 11 August 2024 10:01:22 +0000 (0:00:00.013) 0:00:54.676 ********* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:207 Sunday 11 August 2024 10:01:22 +0000 (0:00:00.012) 0:00:54.688 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:215 Sunday 11 August 2024 10:01:22 +0000 (0:00:00.012) 0:00:54.700 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370144.0327826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 11 August 2024 10:01:22 +0000 (0:00:00.170) 0:00:54.871 ********* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:242 Sunday 11 August 2024 10:01:22 +0000 (0:00:00.011) 0:00:54.883 ********* ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml:14 Sunday 11 August 2024 10:01:23 +0000 (0:00:00.543) 0:00:55.427 ********* ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks for swap] *********************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml:24 Sunday 11 August 2024 10:01:23 +0000 (0:00:00.015) 0:00:55.443 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/get_unused_disk.yml:2 Sunday 11 August 2024 10:01:23 +0000 (0:00:00.017) 0:00:55.460 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/get_unused_disk.yml:16 Sunday 11 August 2024 10:01:25 +0000 (0:00:02.563) 0:00:58.024 ********* ok: [sut] => { "changed": false, "disks": [ "sda" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/get_unused_disk.yml:25 Sunday 11 August 2024 10:01:25 +0000 (0:00:00.269) 0:00:58.293 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/get_unused_disk.yml:34 Sunday 11 August 2024 10:01:25 +0000 (0:00:00.012) 0:00:58.306 ********* 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-cioghmkigt/tests/get_unused_disk.yml:39 Sunday 11 August 2024 10:01:25 +0000 (0:00:00.015) 0:00:58.321 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/get_unused_disk.yml:44 Sunday 11 August 2024 10:01:25 +0000 (0:00:00.012) 0:00:58.334 ********* ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Save disk used for swap] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml:34 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.013) 0:00:58.347 ********* ok: [sut] => { "ansible_facts": { "__swap_disk": "sda" }, "changed": false } TASK [Create a disk device with swap] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml:38 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.012) 0:00:58.359 ********* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.022) 0:00:58.382 ********* included: /WORKDIR/git-weekly-cioghmkigt/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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.036) 0:00:58.418 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.014) 0:00:58.433 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.032) 0:00:58.465 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.012) 0:00:58.478 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.013) 0:00:58.491 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.011) 0:00:58.502 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.011) 0:00:58.514 ********* included: /WORKDIR/git-weekly-cioghmkigt/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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.024) 0:00:58.538 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.013) 0:00:58.552 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.012) 0:00:58.564 ********* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.013) 0:00:58.578 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.012) 0:00:58.590 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.012) 0:00:58.603 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.012) 0:00:58.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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.013) 0:00:58.629 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.020) 0:00:58.650 ********* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 August 2024 10:01:26 +0000 (0:00:00.011) 0:00:58.661 ********* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=13802ef4-361a-4f1d-b90c-d8c2a70d7127", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=13802ef4-361a-4f1d-b90c-d8c2a70d7127", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 August 2024 10:01:30 +0000 (0:00:04.169) 0:01:02.830 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if /etc/fstab is present] ************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 11 August 2024 10:01:30 +0000 (0:00:00.012) 0:01:02.842 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723369724.1174507, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4644c54c9838cbc512975c626cc4f46832c5b181", "ctime": 1716969427.210901, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 134, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716969427.210901, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1321, "uid": 0, "version": "1528175122", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 August 2024 10:01:30 +0000 (0:00:00.174) 0:01:03.017 ********* changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:128 Sunday 11 August 2024 10:01:30 +0000 (0:00:00.242) 0:01:03.259 ********* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Sunday 11 August 2024 10:01:30 +0000 (0:00:00.011) 0:01:03.271 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=13802ef4-361a-4f1d-b90c-d8c2a70d7127", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=13802ef4-361a-4f1d-b90c-d8c2a70d7127", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:143 Sunday 11 August 2024 10:01:30 +0000 (0:00:00.013) 0:01:03.284 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 11 August 2024 10:01:30 +0000 (0:00:00.014) 0:01:03.299 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=13802ef4-361a-4f1d-b90c-d8c2a70d7127", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Sunday 11 August 2024 10:01:30 +0000 (0:00:00.013) 0:01:03.312 ********* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:175 Sunday 11 August 2024 10:01:30 +0000 (0:00:00.012) 0:01:03.325 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:180 Sunday 11 August 2024 10:01:31 +0000 (0:00:00.576) 0:01:03.901 ********* changed: [sut] => (item={'src': 'UUID=13802ef4-361a-4f1d-b90c-d8c2a70d7127', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=13802ef4-361a-4f1d-b90c-d8c2a70d7127", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=13802ef4-361a-4f1d-b90c-d8c2a70d7127" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:192 Sunday 11 August 2024 10:01:31 +0000 (0:00:00.255) 0:01:04.156 ********* skipping: [sut] => (item={'src': 'UUID=13802ef4-361a-4f1d-b90c-d8c2a70d7127', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=13802ef4-361a-4f1d-b90c-d8c2a70d7127", "state": "present" }, "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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:207 Sunday 11 August 2024 10:01:31 +0000 (0:00:00.017) 0:01:04.174 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:215 Sunday 11 August 2024 10:01:32 +0000 (0:00:00.403) 0:01:04.578 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370144.0327826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 11 August 2024 10:01:32 +0000 (0:00:00.170) 0:01:04.748 ********* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:242 Sunday 11 August 2024 10:01:32 +0000 (0:00:00.011) 0:01:04.760 ********* ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml:48 Sunday 11 August 2024 10:01:32 +0000 (0:00:00.573) 0:01:05.333 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:2 Sunday 11 August 2024 10:01:33 +0000 (0:00:00.019) 0:01:05.353 ********* skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:7 Sunday 11 August 2024 10:01:33 +0000 (0:00:00.012) 0:01:05.365 ********* ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=13802ef4-361a-4f1d-b90c-d8c2a70d7127", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:15 Sunday 11 August 2024 10:01:33 +0000 (0:00:00.015) 0:01:05.381 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "13802ef4-361a-4f1d-b90c-d8c2a70d7127" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:20 Sunday 11 August 2024 10:01:33 +0000 (0:00:00.220) 0:01:05.601 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002097", "end": "2024-08-11 10:01:33.487428", "rc": 0, "start": "2024-08-11 10:01:33.485331" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=13802ef4-361a-4f1d-b90c-d8c2a70d7127 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:25 Sunday 11 August 2024 10:01:33 +0000 (0:00:00.240) 0:01:05.841 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.001974", "end": "2024-08-11 10:01:33.651758", "failed_when_result": false, "rc": 0, "start": "2024-08-11 10:01:33.649784" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:34 Sunday 11 August 2024 10:01:33 +0000 (0:00:00.163) 0:01:06.005 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:44 Sunday 11 August 2024 10:01:33 +0000 (0:00:00.011) 0:01:06.017 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml:2 Sunday 11 August 2024 10:01:33 +0000 (0:00:00.025) 0:01:06.042 ********* 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-cioghmkigt/tests/test-verify-volume.yml:21 Sunday 11 August 2024 10:01:33 +0000 (0:00:00.015) 0:01:06.058 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:7 Sunday 11 August 2024 10:01:33 +0000 (0:00:00.054) 0:01:06.112 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:16 Sunday 11 August 2024 10:01:33 +0000 (0:00:00.015) 0:01:06.127 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "1" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:31 Sunday 11 August 2024 10:01:33 +0000 (0:00:00.015) 0:01:06.143 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:44 Sunday 11 August 2024 10:01:33 +0000 (0:00:00.012) 0:01:06.156 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:53 Sunday 11 August 2024 10:01:33 +0000 (0:00:00.014) 0:01:06.170 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:65 Sunday 11 August 2024 10:01:33 +0000 (0:00:00.012) 0:01:06.182 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:77 Sunday 11 August 2024 10:01:33 +0000 (0:00:00.012) 0:01:06.194 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:92 Sunday 11 August 2024 10:01:33 +0000 (0:00:00.013) 0:01:06.207 ********* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002108", "end": "2024-08-11 10:01:34.027412", "rc": 0, "start": "2024-08-11 10:01:34.025304" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:98 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.173) 0:01:06.381 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.001989", "end": "2024-08-11 10:01:34.193925", "rc": 0, "start": "2024-08-11 10:01:34.191936" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:104 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.178) 0:01:06.560 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:116 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.017) 0:01:06.577 ********* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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-cioghmkigt/tests/test-verify-volume-fstab.yml:2 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.011) 0:01:06.588 ********* 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": "0", "storage_test_fstab_id_matches": [ "UUID=13802ef4-361a-4f1d-b90c-d8c2a70d7127 " ], "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-cioghmkigt/tests/test-verify-volume-fstab.yml:40 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.024) 0:01:06.612 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:48 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.015) 0:01:06.628 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:58 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.015) 0:01:06.644 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:71 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.012) 0:01:06.656 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:77 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.013) 0:01:06.670 ********* 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-cioghmkigt/tests/test-verify-volume-fs.yml:6 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.011) 0:01:06.682 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fs.yml:17 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.017) 0:01:06.700 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:3 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.018) 0:01:06.718 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370490.425354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1723370490.4073539, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 46434, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1723370490.4073539, "nlink": 1, "path": "/dev/sda", "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-cioghmkigt/tests/test-verify-volume-device.yml:9 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.172) 0:01:06.890 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:16 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.017) 0:01:06.908 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:24 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.014) 0:01:06.922 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:30 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.016) 0:01:06.939 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:34 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.015) 0:01:06.954 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:39 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.013) 0:01:06.968 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:3 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.015) 0:01:06.983 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:10 Sunday 11 August 2024 10:01:34 +0000 (0:00:00.013) 0:01:06.997 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:17 Sunday 11 August 2024 10:01:37 +0000 (0:00:02.362) 0:01:09.359 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:23 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.013) 0:01:09.372 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:32 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.385 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:45 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.018) 0:01:09.403 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:51 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.415 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:56 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.013) 0:01:09.429 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:69 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.441 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:81 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.454 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:94 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.466 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:106 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.015) 0:01:09.482 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:114 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.014) 0:01:09.496 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:122 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.013) 0:01:09.510 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:131 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.523 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:140 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.535 ********* 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-cioghmkigt/tests/test-verify-volume-md.yml:8 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.011) 0:01:09.547 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:14 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.559 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:21 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.571 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:28 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.013) 0:01:09.585 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:35 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.597 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:45 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.610 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:54 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.623 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:63 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.635 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:72 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.647 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:81 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.013) 0:01:09.661 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:3 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.673 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:11 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.013) 0:01:09.687 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:20 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.013) 0:01:09.700 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:28 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.013) 0:01:09.714 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:32 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.726 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:46 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.014) 0:01:09.741 ********* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:50 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.013) 0:01:09.754 ********* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:54 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.013) 0:01:09.768 ********* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:58 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.013) 0:01:09.781 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:68 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.013) 0:01:09.794 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:72 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.011) 0:01:09.805 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:77 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.013) 0:01:09.819 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:83 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.832 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:88 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.013) 0:01:09.845 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:96 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.858 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:104 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.870 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:109 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.883 ********* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:113 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.013) 0:01:09.897 ********* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:117 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.909 ********* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:121 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.921 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:129 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.934 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:138 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.946 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:142 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:09.958 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:150 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.035) 0:01:09.994 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:156 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:10.006 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:160 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.013) 0:01:10.020 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:164 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:10.032 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:5 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.013) 0:01:10.046 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:13 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:10.058 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:18 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.013) 0:01:10.072 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:27 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:10.084 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:35 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:10.097 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:41 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:10.109 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:47 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:10.121 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml:27 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:10.133 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:54 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.012) 0:01:10.146 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get disk to use for non-swap device] ************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml:51 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.011) 0:01:10.157 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/get_unused_disk.yml:2 Sunday 11 August 2024 10:01:37 +0000 (0:00:00.019) 0:01:10.176 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/get_unused_disk.yml:16 Sunday 11 August 2024 10:01:40 +0000 (0:00:02.469) 0:01:12.646 ********* ok: [sut] => { "changed": false, "disks": [ "sdb" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"swap\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Disk [/dev/sda] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': 'swap', 'ssize': '512'}] has fstype", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/get_unused_disk.yml:25 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.198) 0:01:12.844 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/get_unused_disk.yml:34 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.012) 0:01:12.857 ********* ok: [sut] => { "ansible_facts": { "unused_disks": [ "sdb" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-weekly-cioghmkigt/tests/get_unused_disk.yml:39 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.014) 0:01:12.872 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/get_unused_disk.yml:44 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.012) 0:01:12.884 ********* ok: [sut] => { "unused_disks": [ "sdb" ] } TASK [Save non-swap disk] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml:58 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.013) 0:01:12.898 ********* ok: [sut] => { "ansible_facts": { "__non_swap_disk": "sdb" }, "changed": false } TASK [Format second disk as ext3] ********************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml:62 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.013) 0:01:12.912 ********* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.026) 0:01:12.938 ********* included: /WORKDIR/git-weekly-cioghmkigt/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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.018) 0:01:12.956 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.014) 0:01:12.971 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.031) 0:01:13.003 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.012) 0:01:13.016 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.012) 0:01:13.028 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.011) 0:01:13.039 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.012) 0:01:13.051 ********* included: /WORKDIR/git-weekly-cioghmkigt/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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.023) 0:01:13.075 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.012) 0:01:13.087 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.013) 0:01:13.101 ********* ok: [sut] => { "storage_volumes": [ { "disks": [ "sdb" ], "fs_type": "ext3", "mount_point": "none", "name": "test2", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.039) 0:01:13.140 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.013) 0:01:13.154 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.012) 0:01:13.166 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.012) 0:01:13.179 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.013) 0:01:13.192 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.018) 0:01:13.211 ********* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 August 2024 10:01:40 +0000 (0:00:00.012) 0:01:13.224 ********* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=13936282-41ac-42b7-ad9b-461f6d0bc67b", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 August 2024 10:01:48 +0000 (0:00:07.654) 0:01:20.878 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if /etc/fstab is present] ************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 11 August 2024 10:01:48 +0000 (0:00:00.012) 0:01:20.891 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370492.1233616, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "12b286840cf793d790826977ebd256b54d41a0cc", "ctime": 1723370491.79936, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 58720769, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723370491.79936, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "1654724224", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 August 2024 10:01:48 +0000 (0:00:00.176) 0:01:21.067 ********* ok: [sut] => { "backup": "", "changed": false } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:128 Sunday 11 August 2024 10:01:48 +0000 (0:00:00.170) 0:01:21.238 ********* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Sunday 11 August 2024 10:01:48 +0000 (0:00:00.011) 0:01:21.250 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=13936282-41ac-42b7-ad9b-461f6d0bc67b", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:143 Sunday 11 August 2024 10:01:48 +0000 (0:00:00.016) 0:01:21.266 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 11 August 2024 10:01:48 +0000 (0:00:00.014) 0:01:21.281 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=13936282-41ac-42b7-ad9b-461f6d0bc67b", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Sunday 11 August 2024 10:01:48 +0000 (0:00:00.015) 0:01:21.296 ********* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:175 Sunday 11 August 2024 10:01:48 +0000 (0:00:00.013) 0:01:21.309 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:180 Sunday 11 August 2024 10:01:48 +0000 (0:00:00.012) 0:01:21.322 ********* TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:192 Sunday 11 August 2024 10:01:48 +0000 (0:00:00.012) 0:01:21.335 ********* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:207 Sunday 11 August 2024 10:01:49 +0000 (0:00:00.014) 0:01:21.349 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:215 Sunday 11 August 2024 10:01:49 +0000 (0:00:00.013) 0:01:21.362 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370144.0327826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 11 August 2024 10:01:49 +0000 (0:00:00.170) 0:01:21.533 ********* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:242 Sunday 11 August 2024 10:01:49 +0000 (0:00:00.012) 0:01:21.546 ********* ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml:73 Sunday 11 August 2024 10:01:49 +0000 (0:00:00.524) 0:01:22.071 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:2 Sunday 11 August 2024 10:01:49 +0000 (0:00:00.023) 0:01:22.095 ********* skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:7 Sunday 11 August 2024 10:01:49 +0000 (0:00:00.013) 0:01:22.108 ********* ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=13936282-41ac-42b7-ad9b-461f6d0bc67b", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:15 Sunday 11 August 2024 10:01:49 +0000 (0:00:00.016) 0:01:22.124 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "13802ef4-361a-4f1d-b90c-d8c2a70d7127" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "13936282-41ac-42b7-ad9b-461f6d0bc67b" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:20 Sunday 11 August 2024 10:01:49 +0000 (0:00:00.171) 0:01:22.295 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.001985", "end": "2024-08-11 10:01:50.105489", "rc": 0, "start": "2024-08-11 10:01:50.103504" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=13802ef4-361a-4f1d-b90c-d8c2a70d7127 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:25 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.163) 0:01:22.459 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002340", "end": "2024-08-11 10:01:50.268284", "failed_when_result": false, "rc": 0, "start": "2024-08-11 10:01:50.265944" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:34 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.163) 0:01:22.622 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:44 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.011) 0:01:22.634 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml:2 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.024) 0:01:22.659 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml:21 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.017) 0:01:22.677 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:7 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.086) 0:01:22.763 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:16 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.016) 0:01:22.779 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:31 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.017) 0:01:22.797 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:44 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.013) 0:01:22.811 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:53 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.015) 0:01:22.826 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:65 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.013) 0:01:22.840 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:77 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.014) 0:01:22.854 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:92 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.012) 0:01:22.868 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:98 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.012) 0:01:22.880 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:104 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.013) 0:01:22.894 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:116 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.014) 0:01:22.908 ********* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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-cioghmkigt/tests/test-verify-volume-fstab.yml:2 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.013) 0:01:22.921 ********* ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:40 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.031) 0:01:22.952 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:48 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.016) 0:01:22.969 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:58 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.016) 0:01:22.985 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:71 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.012) 0:01:22.998 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:77 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.015) 0:01:23.014 ********* 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-cioghmkigt/tests/test-verify-volume-fs.yml:6 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.011) 0:01:23.025 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fs.yml:17 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.021) 0:01:23.047 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:3 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.020) 0:01:23.068 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370508.4794345, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1723370508.4794345, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 46621, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1723370508.4794345, "nlink": 1, "path": "/dev/sdb", "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-cioghmkigt/tests/test-verify-volume-device.yml:9 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.176) 0:01:23.244 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:16 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.018) 0:01:23.263 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:24 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.013) 0:01:23.276 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:30 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.015) 0:01:23.291 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:34 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.014) 0:01:23.306 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:39 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.012) 0:01:23.319 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:3 Sunday 11 August 2024 10:01:50 +0000 (0:00:00.015) 0:01:23.334 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:10 Sunday 11 August 2024 10:01:51 +0000 (0:00:00.014) 0:01:23.348 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:17 Sunday 11 August 2024 10:01:53 +0000 (0:00:02.557) 0:01:25.905 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:23 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.012) 0:01:25.918 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:32 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.012) 0:01:25.931 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:45 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.018) 0:01:25.949 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:51 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.012) 0:01:25.962 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:56 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.014) 0:01:25.976 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:69 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.012) 0:01:25.989 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:81 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.012) 0:01:26.002 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:94 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.012) 0:01:26.015 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:106 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.015) 0:01:26.030 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:114 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.014) 0:01:26.045 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:122 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.014) 0:01:26.060 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:131 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.032) 0:01:26.092 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:140 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.012) 0:01:26.105 ********* 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-cioghmkigt/tests/test-verify-volume-md.yml:8 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.011) 0:01:26.116 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:14 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.012) 0:01:26.129 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:21 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.012) 0:01:26.141 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:28 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.012) 0:01:26.153 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:35 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.013) 0:01:26.167 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:45 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.012) 0:01:26.180 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:54 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.012) 0:01:26.192 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:63 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.012) 0:01:26.205 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:72 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.012) 0:01:26.217 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:81 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.012) 0:01:26.229 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:3 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.013) 0:01:26.243 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:11 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.013) 0:01:26.257 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:20 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.013) 0:01:26.270 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:28 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.013) 0:01:26.284 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:32 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.012) 0:01:26.296 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:46 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.013) 0:01:26.310 ********* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:50 Sunday 11 August 2024 10:01:53 +0000 (0:00:00.015) 0:01:26.325 ********* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:54 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.013) 0:01:26.339 ********* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:58 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.013) 0:01:26.353 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:68 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.013) 0:01:26.366 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:72 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:26.379 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:77 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:26.392 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:83 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.014) 0:01:26.406 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:88 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.013) 0:01:26.419 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:96 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.014) 0:01:26.434 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:104 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:26.446 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:109 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:26.459 ********* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:113 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:26.472 ********* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:117 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.014) 0:01:26.486 ********* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:121 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:26.499 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:129 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:26.511 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:138 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:26.524 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:142 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:26.537 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:150 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:26.550 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:156 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.014) 0:01:26.564 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:160 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.014) 0:01:26.578 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:164 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.014) 0:01:26.593 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:5 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.017) 0:01:26.610 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:13 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.013) 0:01:26.624 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:18 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.013) 0:01:26.637 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:27 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.014) 0:01:26.652 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:35 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:26.664 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:41 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:26.677 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:47 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:26.690 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml:27 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:26.702 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:54 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.011) 0:01:26.713 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change the disk device file system type from swap to ext3] *************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml:76 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.013) 0:01:26.727 ********* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.031) 0:01:26.758 ********* included: /WORKDIR/git-weekly-cioghmkigt/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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.019) 0:01:26.778 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.015) 0:01:26.793 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.033) 0:01:26.826 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:26.839 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:26.852 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:26.864 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.011) 0:01:26.876 ********* included: /WORKDIR/git-weekly-cioghmkigt/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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.024) 0:01:26.901 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.013) 0:01:26.914 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.046) 0:01:26.960 ********* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.016) 0:01:26.977 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:26.989 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:27.001 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:27.014 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.012) 0:01:27.026 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.022) 0:01:27.049 ********* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 August 2024 10:01:54 +0000 (0:00:00.013) 0:01:27.062 ********* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sda", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=13802ef4-361a-4f1d-b90c-d8c2a70d7127", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 August 2024 10:02:02 +0000 (0:00:07.369) 0:01:34.431 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if /etc/fstab is present] ************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 11 August 2024 10:02:02 +0000 (0:00:00.013) 0:01:34.445 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370492.1233616, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "12b286840cf793d790826977ebd256b54d41a0cc", "ctime": 1723370491.79936, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 58720769, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723370491.79936, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "1654724224", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 August 2024 10:02:02 +0000 (0:00:00.177) 0:01:34.622 ********* ok: [sut] => { "backup": "", "changed": false } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:128 Sunday 11 August 2024 10:02:02 +0000 (0:00:00.171) 0:01:34.793 ********* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Sunday 11 August 2024 10:02:02 +0000 (0:00:00.012) 0:01:34.805 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sda", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=13802ef4-361a-4f1d-b90c-d8c2a70d7127", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:143 Sunday 11 August 2024 10:02:02 +0000 (0:00:00.015) 0:01:34.821 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 11 August 2024 10:02:02 +0000 (0:00:00.014) 0:01:34.835 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Sunday 11 August 2024 10:02:02 +0000 (0:00:00.015) 0:01:34.851 ********* changed: [sut] => (item={'src': 'UUID=13802ef4-361a-4f1d-b90c-d8c2a70d7127', 'path': 'none', 'state': 'absent', 'fstype': 'swap'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "fstype": "swap", "path": "none", "src": "UUID=13802ef4-361a-4f1d-b90c-d8c2a70d7127", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=13802ef4-361a-4f1d-b90c-d8c2a70d7127" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:175 Sunday 11 August 2024 10:02:02 +0000 (0:00:00.179) 0:01:35.030 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:180 Sunday 11 August 2024 10:02:03 +0000 (0:00:00.406) 0:01:35.436 ********* changed: [sut] => (item={'src': 'UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd', 'path': '/opt/test', 'fstype': 'ext3', '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": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:192 Sunday 11 August 2024 10:02:03 +0000 (0:00:00.236) 0:01:35.673 ********* skipping: [sut] => (item={'src': 'UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd', 'path': '/opt/test', 'fstype': 'ext3', '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": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd", "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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:207 Sunday 11 August 2024 10:02:03 +0000 (0:00:00.017) 0:01:35.691 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:215 Sunday 11 August 2024 10:02:03 +0000 (0:00:00.405) 0:01:36.096 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370144.0327826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 11 August 2024 10:02:03 +0000 (0:00:00.168) 0:01:36.264 ********* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:242 Sunday 11 August 2024 10:02:03 +0000 (0:00:00.012) 0:01:36.277 ********* ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml:87 Sunday 11 August 2024 10:02:04 +0000 (0:00:00.541) 0:01:36.819 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:2 Sunday 11 August 2024 10:02:04 +0000 (0:00:00.023) 0:01:36.842 ********* skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:7 Sunday 11 August 2024 10:02:04 +0000 (0:00:00.013) 0:01:36.855 ********* ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:15 Sunday 11 August 2024 10:02:04 +0000 (0:00:00.015) 0:01:36.871 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "d5f75414-6eb6-4519-ab26-0f6087b2ccbd" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "13936282-41ac-42b7-ad9b-461f6d0bc67b" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:20 Sunday 11 August 2024 10:02:04 +0000 (0:00:00.169) 0:01:37.040 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002034", "end": "2024-08-11 10:02:04.851142", "rc": 0, "start": "2024-08-11 10:02:04.849108" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:25 Sunday 11 August 2024 10:02:04 +0000 (0:00:00.165) 0:01:37.205 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002088", "end": "2024-08-11 10:02:05.016417", "failed_when_result": false, "rc": 0, "start": "2024-08-11 10:02:05.014329" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:34 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.164) 0:01:37.370 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:44 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.031) 0:01:37.401 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml:2 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.024) 0:01:37.426 ********* 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-cioghmkigt/tests/test-verify-volume.yml:21 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.015) 0:01:37.441 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:7 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.048) 0:01:37.490 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:16 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.013) 0:01:37.504 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:31 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.016) 0:01:37.520 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:44 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.012) 0:01:37.533 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:53 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.014) 0:01:37.547 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:65 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.012) 0:01:37.560 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:77 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.012) 0:01:37.572 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:92 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.012) 0:01:37.584 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:98 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.012) 0:01:37.597 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:104 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.012) 0:01:37.609 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:116 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.012) 0:01:37.622 ********* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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-cioghmkigt/tests/test-verify-volume-fstab.yml:2 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.011) 0:01:37.633 ********* 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": [ "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd " ], "storage_test_fstab_mount_options_matches": [ " /opt/test ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:40 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.025) 0:01:37.659 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:48 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.016) 0:01:37.676 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:58 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.016) 0:01:37.692 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:71 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.012) 0:01:37.704 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:77 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.013) 0:01:37.718 ********* 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-cioghmkigt/tests/test-verify-volume-fs.yml:6 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.011) 0:01:37.729 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fs.yml:17 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.016) 0:01:37.746 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:3 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.017) 0:01:37.764 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370522.031496, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1723370522.031496, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 46434, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1723370522.031496, "nlink": 1, "path": "/dev/sda", "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-cioghmkigt/tests/test-verify-volume-device.yml:9 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.173) 0:01:37.937 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:16 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.016) 0:01:37.953 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:24 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.012) 0:01:37.966 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:30 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.014) 0:01:37.980 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:34 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.013) 0:01:37.993 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:39 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.012) 0:01:38.006 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:3 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.014) 0:01:38.020 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:10 Sunday 11 August 2024 10:02:05 +0000 (0:00:00.012) 0:01:38.033 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:17 Sunday 11 August 2024 10:02:08 +0000 (0:00:02.635) 0:01:40.669 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:23 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:40.682 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:32 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:40.694 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:45 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.017) 0:01:40.711 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:51 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:40.724 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:56 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:40.736 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:69 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.013) 0:01:40.750 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:81 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.032) 0:01:40.783 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:94 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:40.796 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:106 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.015) 0:01:40.812 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:114 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.014) 0:01:40.826 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:122 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:40.839 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:131 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:40.851 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:140 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.014) 0:01:40.866 ********* 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-cioghmkigt/tests/test-verify-volume-md.yml:8 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.011) 0:01:40.878 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:14 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:40.890 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:21 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:40.903 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:28 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:40.916 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:35 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:40.929 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:45 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.013) 0:01:40.942 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:54 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:40.955 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:63 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.013) 0:01:40.968 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:72 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:40.981 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:81 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:40.993 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:3 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.013) 0:01:41.007 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:11 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.015) 0:01:41.023 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:20 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.013) 0:01:41.036 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:28 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.013) 0:01:41.050 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:32 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:41.062 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:46 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.013) 0:01:41.076 ********* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:50 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.013) 0:01:41.089 ********* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:54 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.014) 0:01:41.104 ********* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:58 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.013) 0:01:41.117 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:68 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.013) 0:01:41.131 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:72 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:41.143 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:77 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:41.156 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:83 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.011) 0:01:41.167 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:88 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:41.180 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:96 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:41.192 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:104 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:41.205 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:109 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:41.217 ********* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:113 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:41.229 ********* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:117 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:41.242 ********* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:121 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.013) 0:01:41.255 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:129 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:41.268 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:138 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:41.280 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:142 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:41.293 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:150 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.012) 0:01:41.306 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:156 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.014) 0:01:41.320 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:160 Sunday 11 August 2024 10:02:08 +0000 (0:00:00.015) 0:01:41.335 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:164 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.012) 0:01:41.348 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:5 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.013) 0:01:41.362 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:13 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.012) 0:01:41.375 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:18 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.012) 0:01:41.387 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:27 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.012) 0:01:41.399 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:35 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.013) 0:01:41.413 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:41 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.012) 0:01:41.426 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:47 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.012) 0:01:41.438 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml:27 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.012) 0:01:41.451 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:54 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.011) 0:01:41.462 ********* 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-cioghmkigt/tests/tests_swap.yml:90 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.011) 0:01:41.473 ********* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.031) 0:01:41.504 ********* included: /WORKDIR/git-weekly-cioghmkigt/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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.018) 0:01:41.523 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.014) 0:01:41.538 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.032) 0:01:41.570 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.012) 0:01:41.582 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.012) 0:01:41.595 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.011) 0:01:41.606 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.039) 0:01:41.646 ********* included: /WORKDIR/git-weekly-cioghmkigt/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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.024) 0:01:41.670 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.013) 0:01:41.684 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.014) 0:01:41.699 ********* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.016) 0:01:41.716 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.012) 0:01:41.728 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.012) 0:01:41.741 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.012) 0:01:41.753 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.012) 0:01:41.766 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.018) 0:01:41.784 ********* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 August 2024 10:02:09 +0000 (0:00:00.012) 0:01:41.797 ********* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 August 2024 10:02:13 +0000 (0:00:04.132) 0:01:45.930 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if /etc/fstab is present] ************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 11 August 2024 10:02:13 +0000 (0:00:00.012) 0:01:45.942 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370523.2615016, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c72dc0190c76a23e4ec3ca5a78912f3a0108eadf", "ctime": 1723370523.2585015, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 58720769, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723370523.2585015, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1413, "uid": 0, "version": "1654724224", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 August 2024 10:02:13 +0000 (0:00:00.175) 0:01:46.118 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:128 Sunday 11 August 2024 10:02:13 +0000 (0:00:00.014) 0:01:46.132 ********* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Sunday 11 August 2024 10:02:13 +0000 (0:00:00.011) 0:01:46.143 ********* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:143 Sunday 11 August 2024 10:02:13 +0000 (0:00:00.014) 0:01:46.158 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 11 August 2024 10:02:13 +0000 (0:00:00.015) 0:01:46.173 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Sunday 11 August 2024 10:02:13 +0000 (0:00:00.014) 0:01:46.187 ********* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:175 Sunday 11 August 2024 10:02:13 +0000 (0:00:00.012) 0:01:46.200 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:180 Sunday 11 August 2024 10:02:14 +0000 (0:00:00.410) 0:01:46.611 ********* ok: [sut] => (item={'src': 'UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd', 'path': '/opt/test', 'fstype': 'ext3', '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": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:192 Sunday 11 August 2024 10:02:14 +0000 (0:00:00.179) 0:01:46.790 ********* skipping: [sut] => (item={'src': 'UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd', 'path': '/opt/test', 'fstype': 'ext3', '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": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd", "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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:207 Sunday 11 August 2024 10:02:14 +0000 (0:00:00.017) 0:01:46.808 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:215 Sunday 11 August 2024 10:02:14 +0000 (0:00:00.401) 0:01:47.209 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370144.0327826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 11 August 2024 10:02:15 +0000 (0:00:00.169) 0:01:47.378 ********* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:242 Sunday 11 August 2024 10:02:15 +0000 (0:00:00.012) 0:01:47.390 ********* ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml:101 Sunday 11 August 2024 10:02:15 +0000 (0:00:00.530) 0:01:47.921 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:2 Sunday 11 August 2024 10:02:15 +0000 (0:00:00.024) 0:01:47.946 ********* skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:7 Sunday 11 August 2024 10:02:15 +0000 (0:00:00.012) 0:01:47.959 ********* ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:15 Sunday 11 August 2024 10:02:15 +0000 (0:00:00.017) 0:01:47.976 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "d5f75414-6eb6-4519-ab26-0f6087b2ccbd" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "13936282-41ac-42b7-ad9b-461f6d0bc67b" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:20 Sunday 11 August 2024 10:02:15 +0000 (0:00:00.169) 0:01:48.145 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.001983", "end": "2024-08-11 10:02:15.957075", "rc": 0, "start": "2024-08-11 10:02:15.955092" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:25 Sunday 11 August 2024 10:02:15 +0000 (0:00:00.165) 0:01:48.311 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.001952", "end": "2024-08-11 10:02:16.122048", "failed_when_result": false, "rc": 0, "start": "2024-08-11 10:02:16.120096" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:34 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.164) 0:01:48.476 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:44 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.011) 0:01:48.487 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml:2 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.024) 0:01:48.511 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml:21 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.015) 0:01:48.527 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:7 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.050) 0:01:48.577 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:16 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.015) 0:01:48.593 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:31 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.017) 0:01:48.610 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:44 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.012) 0:01:48.623 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:53 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.015) 0:01:48.639 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:65 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.012) 0:01:48.651 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:77 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.012) 0:01:48.663 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:92 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.012) 0:01:48.676 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:98 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.012) 0:01:48.689 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:104 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.012) 0:01:48.701 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:116 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.013) 0:01:48.715 ********* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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-cioghmkigt/tests/test-verify-volume-fstab.yml:2 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.011) 0:01:48.727 ********* 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": [ "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd " ], "storage_test_fstab_mount_options_matches": [ " /opt/test ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:40 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.025) 0:01:48.753 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:48 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.015) 0:01:48.768 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:58 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.014) 0:01:48.783 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:71 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.012) 0:01:48.796 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:77 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.014) 0:01:48.810 ********* 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-cioghmkigt/tests/test-verify-volume-fs.yml:6 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.011) 0:01:48.821 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fs.yml:17 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.016) 0:01:48.838 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:3 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.017) 0:01:48.856 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370522.031496, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1723370522.031496, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 46434, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1723370522.031496, "nlink": 1, "path": "/dev/sda", "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-cioghmkigt/tests/test-verify-volume-device.yml:9 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.173) 0:01:49.030 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:16 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.015) 0:01:49.046 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:24 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.012) 0:01:49.058 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:30 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.014) 0:01:49.073 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:34 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.013) 0:01:49.086 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:39 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.013) 0:01:49.099 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:3 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.014) 0:01:49.114 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:10 Sunday 11 August 2024 10:02:16 +0000 (0:00:00.012) 0:01:49.127 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:17 Sunday 11 August 2024 10:02:19 +0000 (0:00:02.481) 0:01:51.609 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:23 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.014) 0:01:51.623 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:32 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:51.636 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:45 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.018) 0:01:51.654 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:51 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:51.667 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:56 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.013) 0:01:51.680 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:69 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:51.693 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:81 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:51.705 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:94 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:51.718 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:106 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.016) 0:01:51.734 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:114 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.015) 0:01:51.749 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:122 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.014) 0:01:51.764 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:131 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:51.776 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:140 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:51.789 ********* 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-cioghmkigt/tests/test-verify-volume-md.yml:8 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.011) 0:01:51.801 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:14 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:51.813 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:21 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:51.825 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:28 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.013) 0:01:51.839 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:35 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:51.851 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:45 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:51.864 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:54 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:51.877 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:63 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:51.889 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:72 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:51.902 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:81 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.013) 0:01:51.916 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:3 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:51.928 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:11 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.013) 0:01:51.941 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:20 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.013) 0:01:51.955 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:28 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.013) 0:01:51.969 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:32 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:51.982 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:46 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.015) 0:01:51.997 ********* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:50 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.013) 0:01:52.011 ********* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:54 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.013) 0:01:52.024 ********* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:58 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.013) 0:01:52.038 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:68 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.013) 0:01:52.052 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:72 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:52.064 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:77 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.013) 0:01:52.078 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:83 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:52.091 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:88 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:52.103 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:96 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:52.116 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:104 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:52.128 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:109 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:52.141 ********* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:113 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.014) 0:01:52.156 ********* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:117 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:52.168 ********* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:121 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:52.181 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:129 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:52.193 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:138 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:52.206 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:142 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:52.218 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:150 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.013) 0:01:52.232 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:156 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:52.245 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:160 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.013) 0:01:52.258 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:164 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:52.271 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:5 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.013) 0:01:52.285 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:13 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.012) 0:01:52.297 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:18 Sunday 11 August 2024 10:02:19 +0000 (0:00:00.013) 0:01:52.311 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:27 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.037) 0:01:52.349 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:35 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.012) 0:01:52.362 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:41 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.012) 0:01:52.375 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:47 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.012) 0:01:52.387 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml:27 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.012) 0:01:52.400 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:54 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.011) 0:01:52.411 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change it back to swap] ************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml:104 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.012) 0:01:52.424 ********* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.035) 0:01:52.459 ********* included: /WORKDIR/git-weekly-cioghmkigt/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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.019) 0:01:52.478 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.015) 0:01:52.493 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.032) 0:01:52.526 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.012) 0:01:52.539 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.013) 0:01:52.553 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.011) 0:01:52.564 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.011) 0:01:52.576 ********* included: /WORKDIR/git-weekly-cioghmkigt/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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.023) 0:01:52.600 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.013) 0:01:52.614 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.012) 0:01:52.626 ********* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.014) 0:01:52.641 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.012) 0:01:52.654 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.012) 0:01:52.666 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.012) 0:01:52.679 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.014) 0:01:52.693 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.019) 0:01:52.712 ********* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 August 2024 10:02:20 +0000 (0:00:00.011) 0:01:52.724 ********* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd", "state": "absent" }, { "path": "/opt/test", "state": "absent" }, { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 August 2024 10:02:24 +0000 (0:00:04.296) 0:01:57.020 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if /etc/fstab is present] ************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 11 August 2024 10:02:24 +0000 (0:00:00.012) 0:01:57.033 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370523.2615016, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c72dc0190c76a23e4ec3ca5a78912f3a0108eadf", "ctime": 1723370523.2585015, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 58720769, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723370523.2585015, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1413, "uid": 0, "version": "1654724224", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 August 2024 10:02:24 +0000 (0:00:00.175) 0:01:57.208 ********* ok: [sut] => { "backup": "", "changed": false } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:128 Sunday 11 August 2024 10:02:25 +0000 (0:00:00.171) 0:01:57.380 ********* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Sunday 11 August 2024 10:02:25 +0000 (0:00:00.011) 0:01:57.391 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd", "state": "absent" }, { "path": "/opt/test", "state": "absent" }, { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:143 Sunday 11 August 2024 10:02:25 +0000 (0:00:00.016) 0:01:57.408 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 11 August 2024 10:02:25 +0000 (0:00:00.014) 0:01:57.422 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Sunday 11 August 2024 10:02:25 +0000 (0:00:00.014) 0:01:57.437 ********* changed: [sut] => (item={'src': 'UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd', 'path': '/opt/test', 'state': 'absent', 'fstype': 'ext3'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "fstype": "ext3", "path": "/opt/test", "src": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=d5f75414-6eb6-4519-ab26-0f6087b2ccbd" } ok: [sut] => (item={'path': '/opt/test', 'state': 'absent'}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "mount_info": { "path": "/opt/test", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:175 Sunday 11 August 2024 10:02:25 +0000 (0:00:00.336) 0:01:57.774 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:180 Sunday 11 August 2024 10:02:25 +0000 (0:00:00.405) 0:01:58.179 ********* changed: [sut] => (item={'src': 'UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:192 Sunday 11 August 2024 10:02:26 +0000 (0:00:00.179) 0:01:58.359 ********* skipping: [sut] => (item={'src': 'UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "state": "present" }, "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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:207 Sunday 11 August 2024 10:02:26 +0000 (0:00:00.017) 0:01:58.377 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:215 Sunday 11 August 2024 10:02:26 +0000 (0:00:00.406) 0:01:58.784 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370144.0327826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 11 August 2024 10:02:26 +0000 (0:00:00.169) 0:01:58.953 ********* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:242 Sunday 11 August 2024 10:02:26 +0000 (0:00:00.011) 0:01:58.965 ********* ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml:114 Sunday 11 August 2024 10:02:27 +0000 (0:00:00.558) 0:01:59.523 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:2 Sunday 11 August 2024 10:02:27 +0000 (0:00:00.027) 0:01:59.551 ********* skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:7 Sunday 11 August 2024 10:02:27 +0000 (0:00:00.013) 0:01:59.564 ********* ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:15 Sunday 11 August 2024 10:02:27 +0000 (0:00:00.015) 0:01:59.580 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "13936282-41ac-42b7-ad9b-461f6d0bc67b" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:20 Sunday 11 August 2024 10:02:27 +0000 (0:00:00.167) 0:01:59.748 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002005", "end": "2024-08-11 10:02:27.556232", "rc": 0, "start": "2024-08-11 10:02:27.554227" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:25 Sunday 11 August 2024 10:02:27 +0000 (0:00:00.162) 0:01:59.910 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002105", "end": "2024-08-11 10:02:27.718951", "failed_when_result": false, "rc": 0, "start": "2024-08-11 10:02:27.716846" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:34 Sunday 11 August 2024 10:02:27 +0000 (0:00:00.163) 0:02:00.073 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:44 Sunday 11 August 2024 10:02:27 +0000 (0:00:00.012) 0:02:00.085 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml:2 Sunday 11 August 2024 10:02:27 +0000 (0:00:00.024) 0:02:00.110 ********* 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-cioghmkigt/tests/test-verify-volume.yml:21 Sunday 11 August 2024 10:02:27 +0000 (0:00:00.016) 0:02:00.126 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:7 Sunday 11 August 2024 10:02:27 +0000 (0:00:00.050) 0:02:00.176 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:16 Sunday 11 August 2024 10:02:27 +0000 (0:00:00.015) 0:02:00.192 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "1" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:31 Sunday 11 August 2024 10:02:27 +0000 (0:00:00.018) 0:02:00.210 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:44 Sunday 11 August 2024 10:02:27 +0000 (0:00:00.044) 0:02:00.255 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:53 Sunday 11 August 2024 10:02:27 +0000 (0:00:00.016) 0:02:00.271 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:65 Sunday 11 August 2024 10:02:27 +0000 (0:00:00.012) 0:02:00.284 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:77 Sunday 11 August 2024 10:02:27 +0000 (0:00:00.012) 0:02:00.296 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:92 Sunday 11 August 2024 10:02:27 +0000 (0:00:00.012) 0:02:00.309 ********* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002040", "end": "2024-08-11 10:02:28.127341", "rc": 0, "start": "2024-08-11 10:02:28.125301" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:98 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.172) 0:02:00.481 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002030", "end": "2024-08-11 10:02:28.295319", "rc": 0, "start": "2024-08-11 10:02:28.293289" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:104 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.168) 0:02:00.650 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:116 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.018) 0:02:00.668 ********* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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-cioghmkigt/tests/test-verify-volume-fstab.yml:2 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.011) 0:02:00.680 ********* 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": "0", "storage_test_fstab_id_matches": [ "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9 " ], "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-cioghmkigt/tests/test-verify-volume-fstab.yml:40 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.024) 0:02:00.704 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:48 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.016) 0:02:00.721 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:58 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.014) 0:02:00.735 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:71 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.012) 0:02:00.748 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:77 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.014) 0:02:00.763 ********* 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-cioghmkigt/tests/test-verify-volume-fs.yml:6 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.011) 0:02:00.774 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fs.yml:17 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.017) 0:02:00.791 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:3 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.019) 0:02:00.811 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370544.6195986, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1723370544.6015985, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 46434, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1723370544.6015985, "nlink": 1, "path": "/dev/sda", "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-cioghmkigt/tests/test-verify-volume-device.yml:9 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.173) 0:02:00.984 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:16 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.017) 0:02:01.001 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:24 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.012) 0:02:01.014 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:30 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.014) 0:02:01.029 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:34 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.012) 0:02:01.042 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:39 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.013) 0:02:01.055 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:3 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.014) 0:02:01.070 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:10 Sunday 11 August 2024 10:02:28 +0000 (0:00:00.012) 0:02:01.082 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:17 Sunday 11 August 2024 10:02:31 +0000 (0:00:02.476) 0:02:03.559 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:23 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.013) 0:02:03.572 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:32 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:03.585 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:45 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.018) 0:02:03.603 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:51 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.013) 0:02:03.617 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:56 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:03.630 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:69 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:03.643 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:81 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:03.656 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:94 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:03.669 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:106 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.017) 0:02:03.686 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:114 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.019) 0:02:03.705 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:122 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:03.718 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:131 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:03.731 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:140 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:03.743 ********* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:8 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.011) 0:02:03.755 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:14 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:03.767 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:21 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.013) 0:02:03.781 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:28 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:03.793 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:35 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:03.806 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:45 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:03.818 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:54 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:03.831 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:63 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:03.843 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:72 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.013) 0:02:03.857 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:81 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:03.870 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:3 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:03.882 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:11 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.013) 0:02:03.896 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:20 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.013) 0:02:03.910 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:28 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.013) 0:02:03.924 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:32 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.014) 0:02:03.938 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:46 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.013) 0:02:03.951 ********* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:50 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.013) 0:02:03.965 ********* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:54 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.013) 0:02:03.979 ********* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:58 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.013) 0:02:03.993 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:68 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.013) 0:02:04.006 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:72 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:04.019 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:77 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.038) 0:02:04.058 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:83 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:04.071 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:88 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:04.084 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:96 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:04.096 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:104 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:04.108 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:109 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:04.120 ********* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:113 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.013) 0:02:04.134 ********* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:117 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:04.146 ********* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:121 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:04.159 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:129 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:04.171 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:138 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:04.184 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:142 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:04.196 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:150 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.013) 0:02:04.210 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:156 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:04.223 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:160 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:04.235 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:164 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.013) 0:02:04.249 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:5 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.013) 0:02:04.263 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:13 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:04.275 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:18 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.013) 0:02:04.289 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:27 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:04.302 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:35 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:04.315 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:41 Sunday 11 August 2024 10:02:31 +0000 (0:00:00.012) 0:02:04.327 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:47 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.012) 0:02:04.340 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml:27 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.012) 0:02:04.353 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:54 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.013) 0:02:04.366 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml:117 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.011) 0:02:04.377 ********* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.038) 0:02:04.415 ********* included: /WORKDIR/git-weekly-cioghmkigt/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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.016) 0:02:04.432 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.015) 0:02:04.448 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.032) 0:02:04.480 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.013) 0:02:04.494 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.012) 0:02:04.507 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.011) 0:02:04.518 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.011) 0:02:04.530 ********* included: /WORKDIR/git-weekly-cioghmkigt/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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.024) 0:02:04.554 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.012) 0:02:04.567 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.012) 0:02:04.580 ********* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.013) 0:02:04.593 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.012) 0:02:04.606 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.012) 0:02:04.618 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.014) 0:02:04.632 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.012) 0:02:04.645 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.019) 0:02:04.664 ********* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 August 2024 10:02:32 +0000 (0:00:00.011) 0:02:04.676 ********* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 August 2024 10:02:35 +0000 (0:00:03.475) 0:02:08.152 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if /etc/fstab is present] ************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 11 August 2024 10:02:35 +0000 (0:00:00.013) 0:02:08.165 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370546.3246064, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "37bc4a0cc10b5d5087ef2fc9f31a4de553a3363d", "ctime": 1723370546.002605, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 58720769, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723370546.002605, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "1654724224", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 August 2024 10:02:36 +0000 (0:00:00.174) 0:02:08.340 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:128 Sunday 11 August 2024 10:02:36 +0000 (0:00:00.014) 0:02:08.354 ********* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Sunday 11 August 2024 10:02:36 +0000 (0:00:00.011) 0:02:08.366 ********* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:143 Sunday 11 August 2024 10:02:36 +0000 (0:00:00.015) 0:02:08.381 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 11 August 2024 10:02:36 +0000 (0:00:00.014) 0:02:08.396 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Sunday 11 August 2024 10:02:36 +0000 (0:00:00.015) 0:02:08.411 ********* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:175 Sunday 11 August 2024 10:02:36 +0000 (0:00:00.012) 0:02:08.424 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:180 Sunday 11 August 2024 10:02:36 +0000 (0:00:00.411) 0:02:08.835 ********* ok: [sut] => (item={'src': 'UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:192 Sunday 11 August 2024 10:02:36 +0000 (0:00:00.180) 0:02:09.015 ********* skipping: [sut] => (item={'src': 'UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "state": "present" }, "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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:207 Sunday 11 August 2024 10:02:36 +0000 (0:00:00.017) 0:02:09.033 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:215 Sunday 11 August 2024 10:02:37 +0000 (0:00:00.404) 0:02:09.437 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370144.0327826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 11 August 2024 10:02:37 +0000 (0:00:00.169) 0:02:09.607 ********* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:242 Sunday 11 August 2024 10:02:37 +0000 (0:00:00.011) 0:02:09.619 ********* ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml:127 Sunday 11 August 2024 10:02:37 +0000 (0:00:00.540) 0:02:10.160 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:2 Sunday 11 August 2024 10:02:37 +0000 (0:00:00.028) 0:02:10.188 ********* skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:7 Sunday 11 August 2024 10:02:37 +0000 (0:00:00.012) 0:02:10.201 ********* ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:15 Sunday 11 August 2024 10:02:37 +0000 (0:00:00.015) 0:02:10.217 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "13936282-41ac-42b7-ad9b-461f6d0bc67b" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:20 Sunday 11 August 2024 10:02:38 +0000 (0:00:00.167) 0:02:10.384 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.001986", "end": "2024-08-11 10:02:38.193654", "rc": 0, "start": "2024-08-11 10:02:38.191668" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:25 Sunday 11 August 2024 10:02:38 +0000 (0:00:00.163) 0:02:10.547 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.001969", "end": "2024-08-11 10:02:38.356785", "failed_when_result": false, "rc": 0, "start": "2024-08-11 10:02:38.354816" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:34 Sunday 11 August 2024 10:02:38 +0000 (0:00:00.163) 0:02:10.711 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:44 Sunday 11 August 2024 10:02:38 +0000 (0:00:00.013) 0:02:10.724 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml:2 Sunday 11 August 2024 10:02:38 +0000 (0:00:00.025) 0:02:10.749 ********* 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-cioghmkigt/tests/test-verify-volume.yml:21 Sunday 11 August 2024 10:02:38 +0000 (0:00:00.016) 0:02:10.765 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:7 Sunday 11 August 2024 10:02:38 +0000 (0:00:00.074) 0:02:10.840 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:16 Sunday 11 August 2024 10:02:38 +0000 (0:00:00.015) 0:02:10.855 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "1" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:31 Sunday 11 August 2024 10:02:38 +0000 (0:00:00.017) 0:02:10.872 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:44 Sunday 11 August 2024 10:02:38 +0000 (0:00:00.012) 0:02:10.885 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:53 Sunday 11 August 2024 10:02:38 +0000 (0:00:00.015) 0:02:10.900 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:65 Sunday 11 August 2024 10:02:38 +0000 (0:00:00.013) 0:02:10.914 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:77 Sunday 11 August 2024 10:02:38 +0000 (0:00:00.012) 0:02:10.927 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:92 Sunday 11 August 2024 10:02:38 +0000 (0:00:00.012) 0:02:10.939 ********* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002157", "end": "2024-08-11 10:02:38.760107", "rc": 0, "start": "2024-08-11 10:02:38.757950" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:98 Sunday 11 August 2024 10:02:38 +0000 (0:00:00.175) 0:02:11.115 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002060", "end": "2024-08-11 10:02:38.927637", "rc": 0, "start": "2024-08-11 10:02:38.925577" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:104 Sunday 11 August 2024 10:02:38 +0000 (0:00:00.166) 0:02:11.281 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:116 Sunday 11 August 2024 10:02:38 +0000 (0:00:00.017) 0:02:11.299 ********* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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-cioghmkigt/tests/test-verify-volume-fstab.yml:2 Sunday 11 August 2024 10:02:38 +0000 (0:00:00.011) 0:02:11.311 ********* 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": "0", "storage_test_fstab_id_matches": [ "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9 " ], "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-cioghmkigt/tests/test-verify-volume-fstab.yml:40 Sunday 11 August 2024 10:02:39 +0000 (0:00:00.026) 0:02:11.338 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:48 Sunday 11 August 2024 10:02:39 +0000 (0:00:00.016) 0:02:11.354 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:58 Sunday 11 August 2024 10:02:39 +0000 (0:00:00.015) 0:02:11.369 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:71 Sunday 11 August 2024 10:02:39 +0000 (0:00:00.012) 0:02:11.382 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:77 Sunday 11 August 2024 10:02:39 +0000 (0:00:00.013) 0:02:11.396 ********* 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-cioghmkigt/tests/test-verify-volume-fs.yml:6 Sunday 11 August 2024 10:02:39 +0000 (0:00:00.011) 0:02:11.407 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fs.yml:17 Sunday 11 August 2024 10:02:39 +0000 (0:00:00.018) 0:02:11.426 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:3 Sunday 11 August 2024 10:02:39 +0000 (0:00:00.019) 0:02:11.445 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370544.6195986, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1723370544.6015985, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 46434, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1723370544.6015985, "nlink": 1, "path": "/dev/sda", "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-cioghmkigt/tests/test-verify-volume-device.yml:9 Sunday 11 August 2024 10:02:39 +0000 (0:00:00.173) 0:02:11.619 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:16 Sunday 11 August 2024 10:02:39 +0000 (0:00:00.017) 0:02:11.637 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:24 Sunday 11 August 2024 10:02:39 +0000 (0:00:00.013) 0:02:11.650 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:30 Sunday 11 August 2024 10:02:39 +0000 (0:00:00.014) 0:02:11.665 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:34 Sunday 11 August 2024 10:02:39 +0000 (0:00:00.013) 0:02:11.679 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:39 Sunday 11 August 2024 10:02:39 +0000 (0:00:00.013) 0:02:11.693 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:3 Sunday 11 August 2024 10:02:39 +0000 (0:00:00.014) 0:02:11.708 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:10 Sunday 11 August 2024 10:02:39 +0000 (0:00:00.012) 0:02:11.720 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:17 Sunday 11 August 2024 10:02:41 +0000 (0:00:02.537) 0:02:14.257 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:23 Sunday 11 August 2024 10:02:41 +0000 (0:00:00.013) 0:02:14.271 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:32 Sunday 11 August 2024 10:02:41 +0000 (0:00:00.013) 0:02:14.284 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:45 Sunday 11 August 2024 10:02:41 +0000 (0:00:00.018) 0:02:14.303 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:51 Sunday 11 August 2024 10:02:41 +0000 (0:00:00.013) 0:02:14.316 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:56 Sunday 11 August 2024 10:02:41 +0000 (0:00:00.012) 0:02:14.329 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:69 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.014) 0:02:14.344 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:81 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.013) 0:02:14.357 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:94 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.013) 0:02:14.370 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:106 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.017) 0:02:14.388 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:114 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.015) 0:02:14.403 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:122 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:14.416 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:131 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.014) 0:02:14.430 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:140 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.014) 0:02:14.444 ********* 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-cioghmkigt/tests/test-verify-volume-md.yml:8 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.011) 0:02:14.456 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:14 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:14.469 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:21 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:14.482 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:28 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.013) 0:02:14.495 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:35 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.014) 0:02:14.510 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:45 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:14.523 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:54 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.013) 0:02:14.536 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:63 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.013) 0:02:14.549 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:72 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:14.562 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:81 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:14.575 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:3 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.014) 0:02:14.589 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:11 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.014) 0:02:14.603 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:20 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.014) 0:02:14.617 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:28 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.013) 0:02:14.631 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:32 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.014) 0:02:14.645 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:46 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.013) 0:02:14.659 ********* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:50 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.015) 0:02:14.674 ********* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:54 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.042) 0:02:14.717 ********* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:58 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.014) 0:02:14.731 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:68 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.013) 0:02:14.745 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:72 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:14.758 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:77 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:14.770 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:83 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:14.783 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:88 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.014) 0:02:14.798 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:96 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:14.810 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:104 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.013) 0:02:14.823 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:109 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.013) 0:02:14.836 ********* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:113 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:14.849 ********* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:117 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:14.862 ********* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:121 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.014) 0:02:14.877 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:129 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:14.889 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:138 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:14.902 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:142 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:14.915 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:150 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:14.927 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:156 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.013) 0:02:14.940 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:160 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.015) 0:02:14.956 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:164 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.014) 0:02:14.970 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:5 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.014) 0:02:14.984 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:13 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:14.997 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:18 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:15.010 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:27 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:15.023 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:35 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.014) 0:02:15.038 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:41 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:15.051 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:47 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:15.063 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml:27 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:15.076 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:54 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.011) 0:02:15.088 ********* 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-cioghmkigt/tests/tests_swap.yml:130 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.011) 0:02:15.100 ********* TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.045) 0:02:15.145 ********* included: /WORKDIR/git-weekly-cioghmkigt/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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.020) 0:02:15.166 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.016) 0:02:15.182 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.034) 0:02:15.216 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.012) 0:02:15.229 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.014) 0:02:15.243 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.011) 0:02:15.255 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.013) 0:02:15.268 ********* included: /WORKDIR/git-weekly-cioghmkigt/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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.024) 0:02:15.293 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.015) 0:02:15.308 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Sunday 11 August 2024 10:02:42 +0000 (0:00:00.014) 0:02:15.322 ********* ok: [sut] => { "storage_volumes": [ { "disks": [ "sda" ], "mount_point": "/opt/test", "name": "test1", "state": "absent", "type": "disk" }, { "disks": [ "sdb" ], "mount_point": "none", "name": "test2", "state": "absent", "type": "disk" } ] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Sunday 11 August 2024 10:02:43 +0000 (0:00:00.016) 0:02:15.339 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Sunday 11 August 2024 10:02:43 +0000 (0:00:00.013) 0:02:15.352 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Sunday 11 August 2024 10:02:43 +0000 (0:00:00.014) 0:02:15.366 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Sunday 11 August 2024 10:02:43 +0000 (0:00:00.014) 0:02:15.380 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Sunday 11 August 2024 10:02:43 +0000 (0:00:00.014) 0:02:15.395 ********* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Sunday 11 August 2024 10:02:43 +0000 (0:00:00.021) 0:02:15.416 ********* TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Sunday 11 August 2024 10:02:43 +0000 (0:00:00.012) 0:02:15.428 ********* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "_raw_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=13936282-41ac-42b7-ad9b-461f6d0bc67b", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Sunday 11 August 2024 10:02:47 +0000 (0:00:04.043) 0:02:19.472 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if /etc/fstab is present] ************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:105 Sunday 11 August 2024 10:02:47 +0000 (0:00:00.013) 0:02:19.485 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370546.3246064, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "37bc4a0cc10b5d5087ef2fc9f31a4de553a3363d", "ctime": 1723370546.002605, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 58720769, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1723370546.002605, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "1654724224", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Sunday 11 August 2024 10:02:47 +0000 (0:00:00.174) 0:02:19.659 ********* ok: [sut] => { "backup": "", "changed": false } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:128 Sunday 11 August 2024 10:02:47 +0000 (0:00:00.171) 0:02:19.831 ********* TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Sunday 11 August 2024 10:02:47 +0000 (0:00:00.012) 0:02:19.843 ********* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "_raw_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=13936282-41ac-42b7-ad9b-461f6d0bc67b", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:143 Sunday 11 August 2024 10:02:47 +0000 (0:00:00.015) 0:02:19.858 ********* 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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:147 Sunday 11 August 2024 10:02:47 +0000 (0:00:00.013) 0:02:19.871 ********* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "_raw_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=13936282-41ac-42b7-ad9b-461f6d0bc67b", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Sunday 11 August 2024 10:02:47 +0000 (0:00:00.015) 0:02:19.887 ********* changed: [sut] => (item={'src': 'UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9', 'path': 'none', 'state': 'absent', 'fstype': 'swap'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "fstype": "swap", "path": "none", "src": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:175 Sunday 11 August 2024 10:02:47 +0000 (0:00:00.179) 0:02:20.066 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:180 Sunday 11 August 2024 10:02:48 +0000 (0:00:00.406) 0:02:20.473 ********* TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:192 Sunday 11 August 2024 10:02:48 +0000 (0:00:00.012) 0:02:20.486 ********* TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:207 Sunday 11 August 2024 10:02:48 +0000 (0:00:00.012) 0:02:20.498 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:215 Sunday 11 August 2024 10:02:48 +0000 (0:00:00.404) 0:02:20.903 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370144.0327826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "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-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:220 Sunday 11 August 2024 10:02:48 +0000 (0:00:00.169) 0:02:21.072 ********* TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:242 Sunday 11 August 2024 10:02:48 +0000 (0:00:00.011) 0:02:21.084 ********* ok: [sut] TASK [Verify results] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/tests_swap.yml:146 Sunday 11 August 2024 10:02:49 +0000 (0:00:00.527) 0:02:21.611 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:2 Sunday 11 August 2024 10:02:49 +0000 (0:00:00.030) 0:02:21.642 ********* skipping: [sut] => {} TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:7 Sunday 11 August 2024 10:02:49 +0000 (0:00:00.012) 0:02:21.655 ********* ok: [sut] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=1a532d3c-6d96-40cc-bd38-f2c1df2c1bc9", "_raw_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=13936282-41ac-42b7-ad9b-461f6d0bc67b", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "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": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:15 Sunday 11 August 2024 10:02:49 +0000 (0:00:00.016) 0:02:21.671 ********* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:20 Sunday 11 August 2024 10:02:49 +0000 (0:00:00.170) 0:02:21.841 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.001971", "end": "2024-08-11 10:02:49.651062", "rc": 0, "start": "2024-08-11 10:02:49.649091" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:25 Sunday 11 August 2024 10:02:49 +0000 (0:00:00.164) 0:02:22.005 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002123", "end": "2024-08-11 10:02:49.817415", "failed_when_result": false, "rc": 0, "start": "2024-08-11 10:02:49.815292" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:34 Sunday 11 August 2024 10:02:49 +0000 (0:00:00.165) 0:02:22.171 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:44 Sunday 11 August 2024 10:02:49 +0000 (0:00:00.011) 0:02:22.183 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml:2 Sunday 11 August 2024 10:02:49 +0000 (0:00:00.028) 0:02:22.211 ********* 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-cioghmkigt/tests/test-verify-volume.yml:21 Sunday 11 August 2024 10:02:49 +0000 (0:00:00.015) 0:02:22.227 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:7 Sunday 11 August 2024 10:02:49 +0000 (0:00:00.102) 0:02:22.329 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:16 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.015) 0:02:22.344 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:31 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.015) 0:02:22.360 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:44 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.012) 0:02:22.372 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:53 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.008) 0:02:22.381 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:65 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.012) 0:02:22.394 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:77 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.014) 0:02:22.408 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:92 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.012) 0:02:22.420 ********* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.001990", "end": "2024-08-11 10:02:50.242259", "rc": 0, "start": "2024-08-11 10:02:50.240269" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:98 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.176) 0:02:22.597 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.001994", "end": "2024-08-11 10:02:50.409825", "rc": 0, "start": "2024-08-11 10:02:50.407831" } STDOUT: Filename Type Size Used Priority TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:104 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.167) 0:02:22.764 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:116 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.018) 0:02:22.782 ********* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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-cioghmkigt/tests/test-verify-volume-fstab.yml:2 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.011) 0:02:22.794 ********* 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-cioghmkigt/tests/test-verify-volume-fstab.yml:40 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.025) 0:02:22.820 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:48 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.013) 0:02:22.834 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:58 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.014) 0:02:22.848 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:71 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.012) 0:02:22.861 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:77 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.013) 0:02:22.874 ********* 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-cioghmkigt/tests/test-verify-volume-fs.yml:6 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.011) 0:02:22.886 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fs.yml:17 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.013) 0:02:22.899 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:3 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.015) 0:02:22.914 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370567.0687006, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1723370567.0687006, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 46434, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1723370567.0687006, "nlink": 1, "path": "/dev/sda", "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-cioghmkigt/tests/test-verify-volume-device.yml:9 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.174) 0:02:23.089 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:16 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.016) 0:02:23.105 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:24 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.012) 0:02:23.118 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:30 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.010) 0:02:23.129 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:34 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.013) 0:02:23.142 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:39 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.012) 0:02:23.155 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:3 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.010) 0:02:23.165 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:10 Sunday 11 August 2024 10:02:50 +0000 (0:00:00.012) 0:02:23.178 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:17 Sunday 11 August 2024 10:02:53 +0000 (0:00:02.543) 0:02:25.721 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:23 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.013) 0:02:25.734 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:32 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:25.747 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:45 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.009) 0:02:25.756 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:51 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:25.769 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:56 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:25.781 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:69 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.009) 0:02:25.790 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:81 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.010) 0:02:25.801 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:94 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.010) 0:02:25.811 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:106 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.015) 0:02:25.827 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:114 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.014) 0:02:25.842 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:122 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:25.854 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:131 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:25.867 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:140 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.039) 0:02:25.906 ********* 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-cioghmkigt/tests/test-verify-volume-md.yml:8 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:25.918 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:14 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:25.931 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:21 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:25.943 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:28 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:25.956 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:35 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:25.968 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:45 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.014) 0:02:25.982 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:54 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:25.995 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:63 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.008 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:72 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.020 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:81 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.033 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:3 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.045 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:11 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.014) 0:02:26.059 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:20 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.072 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:28 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.084 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:32 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.096 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:46 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.109 ********* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:50 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.122 ********* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:54 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.014) 0:02:26.136 ********* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:58 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.148 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:68 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.161 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:72 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.174 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:77 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.186 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:83 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.199 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:88 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.014) 0:02:26.214 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:96 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.226 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:104 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.239 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:109 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.251 ********* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:113 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.264 ********* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:117 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.276 ********* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:121 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.013) 0:02:26.290 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:129 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.302 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:138 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.011) 0:02:26.314 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:142 Sunday 11 August 2024 10:02:53 +0000 (0:00:00.012) 0:02:26.326 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:150 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:26.339 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:156 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:26.351 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:160 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.014) 0:02:26.366 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:164 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:26.379 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:5 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:26.391 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:13 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:26.404 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:18 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:26.416 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:27 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:26.429 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:35 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.014) 0:02:26.443 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:41 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:26.455 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:47 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:26.468 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml:27 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:26.481 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml:2 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.011) 0:02:26.492 ********* 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-cioghmkigt/tests/test-verify-volume.yml:21 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.014) 0:02:26.507 ********* included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:7 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.052) 0:02:26.559 ********* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:16 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.015) 0:02:26.575 ********* ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:31 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.015) 0:02:26.591 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:44 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:26.604 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:53 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.009) 0:02:26.613 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:65 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:26.625 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:77 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:26.637 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:92 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.013) 0:02:26.650 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:98 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:26.663 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:104 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:26.675 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-mount.yml:116 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:26.688 ********* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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-cioghmkigt/tests/test-verify-volume-fstab.yml:2 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.011) 0:02:26.699 ********* 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-cioghmkigt/tests/test-verify-volume-fstab.yml:40 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.024) 0:02:26.724 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:48 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.039) 0:02:26.763 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:58 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.015) 0:02:26.779 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:71 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:26.792 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fstab.yml:77 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.013) 0:02:26.805 ********* 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-cioghmkigt/tests/test-verify-volume-fs.yml:6 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.011) 0:02:26.817 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-fs.yml:17 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.013) 0:02:26.830 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:3 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.014) 0:02:26.845 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1723370567.0267005, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1723370567.0267005, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 46621, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1723370567.0267005, "nlink": 1, "path": "/dev/sdb", "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-cioghmkigt/tests/test-verify-volume-device.yml:9 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.177) 0:02:27.023 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:16 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.015) 0:02:27.039 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:24 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:27.051 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:30 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.008) 0:02:27.060 ********* ok: [sut] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:34 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:27.073 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-device.yml:39 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.012) 0:02:27.085 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:3 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.009) 0:02:27.094 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:10 Sunday 11 August 2024 10:02:54 +0000 (0:00:00.011) 0:02:27.106 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:17 Sunday 11 August 2024 10:02:57 +0000 (0:00:02.614) 0:02:29.720 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:23 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:29.733 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:32 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:29.745 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:45 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.009) 0:02:29.754 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:51 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:29.766 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:56 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.013) 0:02:29.780 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:69 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.010) 0:02:29.790 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:81 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.009) 0:02:29.800 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:94 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.009) 0:02:29.809 ********* 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-cioghmkigt/tests/test-verify-volume-encryption.yml:106 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.017) 0:02:29.826 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:114 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.014) 0:02:29.841 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:122 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.014) 0:02:29.855 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:131 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:29.867 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:140 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:29.880 ********* 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-cioghmkigt/tests/test-verify-volume-md.yml:8 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.011) 0:02:29.891 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:14 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:29.903 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:21 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:29.916 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:28 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.014) 0:02:29.930 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:35 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:29.942 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:45 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:29.955 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:54 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:29.967 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:63 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:29.980 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:72 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:29.992 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-md.yml:81 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.014) 0:02:30.006 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:3 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:30.019 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:11 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:30.032 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:20 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:30.044 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:28 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:30.057 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:32 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:30.069 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:46 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.013) 0:02:30.083 ********* skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:50 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:30.095 ********* skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:54 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:30.108 ********* skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:58 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:30.121 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:68 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:30.134 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:72 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:30.146 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:77 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.014) 0:02:30.161 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:83 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:30.174 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:88 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:30.186 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:96 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:30.199 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:104 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:30.211 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:109 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:30.224 ********* skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:113 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.014) 0:02:30.238 ********* skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:117 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.035) 0:02:30.273 ********* skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:121 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:30.286 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:129 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:30.299 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:138 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:30.311 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:142 Sunday 11 August 2024 10:02:57 +0000 (0:00:00.012) 0:02:30.323 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:150 Sunday 11 August 2024 10:02:58 +0000 (0:00:00.012) 0:02:30.336 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:156 Sunday 11 August 2024 10:02:58 +0000 (0:00:00.013) 0:02:30.349 ********* 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-cioghmkigt/tests/test-verify-volume-size.yml:160 Sunday 11 August 2024 10:02:58 +0000 (0:00:00.013) 0:02:30.363 ********* ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-size.yml:164 Sunday 11 August 2024 10:02:58 +0000 (0:00:00.012) 0:02:30.375 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:5 Sunday 11 August 2024 10:02:58 +0000 (0:00:00.012) 0:02:30.388 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:13 Sunday 11 August 2024 10:02:58 +0000 (0:00:00.012) 0:02:30.400 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:18 Sunday 11 August 2024 10:02:58 +0000 (0:00:00.012) 0:02:30.412 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:27 Sunday 11 August 2024 10:02:58 +0000 (0:00:00.013) 0:02:30.426 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:35 Sunday 11 August 2024 10:02:58 +0000 (0:00:00.012) 0:02:30.439 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:41 Sunday 11 August 2024 10:02:58 +0000 (0:00:00.012) 0:02:30.451 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-cache.yml:47 Sunday 11 August 2024 10:02:58 +0000 (0:00:00.012) 0:02:30.464 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume.yml:27 Sunday 11 August 2024 10:02:58 +0000 (0:00:00.012) 0:02:30.476 ********* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-cioghmkigt/tests/verify-role-results.yml:54 Sunday 11 August 2024 10:02:58 +0000 (0:00:00.011) 0:02:30.488 ********* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=486 changed=13 unreachable=0 failed=0 skipped=631 rescued=0 ignored=0 Sunday 11 August 2024 10:02:58 +0000 (0:00:00.007) 0:02:30.495 ********* =============================================================================== linux-system-roles.storage : Make sure blivet is available ------------- 48.27s /WORKDIR/git-weekly-cioghmkigt/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 --- 7.65s /WORKDIR/git-weekly-cioghmkigt/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 --- 7.37s /WORKDIR/git-weekly-cioghmkigt/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 --- 4.30s /WORKDIR/git-weekly-cioghmkigt/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 --- 4.17s /WORKDIR/git-weekly-cioghmkigt/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 --- 4.13s /WORKDIR/git-weekly-cioghmkigt/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 --- 4.04s /WORKDIR/git-weekly-cioghmkigt/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.48s /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Ensure cryptsetup is present -------------------------------------------- 2.64s /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.61s /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:10 ----- Ensure test packages ---------------------------------------------------- 2.56s /WORKDIR/git-weekly-cioghmkigt/tests/get_unused_disk.yml:2 -------------------- linux-system-roles.storage : Make sure required packages are installed --- 2.56s /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Ensure cryptsetup is present -------------------------------------------- 2.56s /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.54s /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.54s /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.48s /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 2.48s /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:10 ----- Ensure test packages ---------------------------------------------------- 2.47s /WORKDIR/git-weekly-cioghmkigt/tests/get_unused_disk.yml:2 -------------------- Ensure cryptsetup is present -------------------------------------------- 2.36s /WORKDIR/git-weekly-cioghmkigt/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Get service facts -------------------------- 1.44s /WORKDIR/git-weekly-cioghmkigt/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---